MenuItem in rich:Toolbar BUG in Chrome/Safari when disabled attribute is set to 
true
------------------------------------------------------------------------------------

                 Key: RF-8443
                 URL: https://jira.jboss.org/jira/browse/RF-8443
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: browser compatibility, component-menu
    Affects Versions: 3.3.2.SR1
         Environment: JDK 1.6.07
Glassfish V2 UR2
Windows XP SP3
RF 3.3.2SR1 
Facelets 1.1.14
JSF Mojarra (1.2_13-b01-FCS)

            Reporter: Nicolas Gaudin


Hi,


When MenuItem's  "disabled" attribute is set to TRUE (ex: 
disabled="#{bean.disabled}"), Grome and Safari generate an error  "not matching 
tag td and div" and the page can not be rendered at all

Test case:

on a page, just put a rich:ToolBar containing one menuItem wich as its 
"disabled" attribute set to backing bean property.
this backing bean property must evaluate to TRUE. (when disabled =false, it is 
working as less divs are rendered)

One workaround is to remove disabled attribute and use 
rendered="#{!bean.disabled}", BUT it is not what we want in our UI

Hope you can fix in a near future
Regards


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to