.p_OraHiddenLabel style class doesn't work for legends on FF
------------------------------------------------------------
Key: TRINIDAD-629
URL: https://issues.apache.org/jira/browse/TRINIDAD-629
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.1-core
Environment: Firefox 2.0.0.6
Reporter: Mark Yvanovich
Priority: Minor
Fix For: 1.2.1-core
.p_OraHiddenLabel style class doesn't work on FF for legends. Both
SimpleSelectOneRadioRenderer and SimpleSelectManyCheckboxRenderer use this
style on a legend element, and it does not hide the element in FF. I've played
around with the styles, and adding <property name="font-size">0px</property> to
the .p_OraHiddenLabel style class, and also adding "margin: 0px; padding: 0px;"
to the style attribute of the fieldset seems to fix this on FF.
To reproduce, open the selectOneRadio or selectManyCheckbox demo page and enter
a short desc. In FF, you will see the short desc although it should be hidden.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.