You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guy Bashan (JIRA)" <de...@myfaces.apache.org> on 2007/11/13 12:00:50 UTC

[jira] Created: (MYFACES-1767) h:messages generates style property as styleClass propery.

h:messages generates style property as styleClass propery. 
-----------------------------------------------------------

                 Key: MYFACES-1767
                 URL: https://issues.apache.org/jira/browse/MYFACES-1767
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.5
            Reporter: Guy Bashan


For this fregment:
------------------------
<h:messages globalOnly="true" styleClass="error_message" style="width:0px" layout="table" />

This is the HTML that is being produced:
--------------------------------------------------------
<table><tr><td><span style="error_message" class="error_message">Total % Audience should be 100% or 0%</span></td></tr></table>

Seems like style is sharing same property with styleClass.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Generic Event: (MYFACES-1767) h:messages generates style property as styleClass propery.

Posted by "David Brainard (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Brainard updated MYFACES-1767:
------------------------------------

    issue.field.status: Patch Available  (was: Open)

> h:messages generates style property as styleClass propery. 
> -----------------------------------------------------------
>
> common.concepts.key: MYFACES-1767
> common.concepts.url: https://issues.apache.org/jira/browse/MYFACES-1767
>common.concepts.project: MyFaces Core
>common.concepts.issuetype: Bug
>    Affects Versions: 1.1.5
>issue.field.reporter: Guy Bashan
>
> For this fregment:
> ------------------------
> <h:messages globalOnly="true" styleClass="error_message" style="width:0px" layout="table" />
> This is the HTML that is being produced:
> --------------------------------------------------------
> <table><tr><td><span style="error_message" class="error_message">Total % Audience should be 100% or 0%</span></td></tr></table>
> Seems like style is sharing same property with styleClass.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-1767) h:messages generates style property as styleClass propery.

Posted by "David Brainard (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542188 ] 

David Brainard commented on MYFACES-1767:
-----------------------------------------

it is a simple typo i think so... ;)

patch added.

> h:messages generates style property as styleClass propery. 
> -----------------------------------------------------------
>
>                 Key: MYFACES-1767
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1767
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5
>            Reporter: Guy Bashan
>         Attachments: HtmlMessageRendererBase.patch, HtmlMessagesRendererBase.patch
>
>
> For this fregment:
> ------------------------
> <h:messages globalOnly="true" styleClass="error_message" style="width:0px" layout="table" />
> This is the HTML that is being produced:
> --------------------------------------------------------
> <table><tr><td><span style="error_message" class="error_message">Total % Audience should be 100% or 0%</span></td></tr></table>
> Seems like style is sharing same property with styleClass.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MYFACES-1767) h:messages generates style property as styleClass propery.

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Aranda updated MYFACES-1767:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.1-SNAPSHOT
                    1.1.6-SNAPSHOT
           Status: Resolved  (was: Patch Available)

Well spotted! Many thanks Brainard for the patch. It was a typo indeed.

> h:messages generates style property as styleClass propery. 
> -----------------------------------------------------------
>
>                 Key: MYFACES-1767
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1767
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5
>            Reporter: Guy Bashan
>            Assignee: Bruno Aranda
>             Fix For:  1.1.6-SNAPSHOT, 1.2.1-SNAPSHOT
>
>         Attachments: HtmlMessageRendererBase.patch, HtmlMessagesRendererBase.patch
>
>
> For this fregment:
> ------------------------
> <h:messages globalOnly="true" styleClass="error_message" style="width:0px" layout="table" />
> This is the HTML that is being produced:
> --------------------------------------------------------
> <table><tr><td><span style="error_message" class="error_message">Total % Audience should be 100% or 0%</span></td></tr></table>
> Seems like style is sharing same property with styleClass.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.