Community
Participate
Working Groups
Build Identifier: I20100527-1700 The style attribute in JSF HTML tags in XHTML files cannot be set by the CSS Style Definition dialog. The style attribute is inserted, if it didn't already exist, but it is given no value: style="" This is happening on the Helios release for JSF 2.0 XHTML files. This does NOT happen for JSP files in the same circumstances. Reproducible: Always Steps to Reproduce: 1. Create a dynamic web project with JSF 2.0 facet 2. Create a JSF XHTML file 3. Add an h:outputText tag to the file 4. Open the OSS Properties view/tab 5. Click on the style attribute editor button 6. Make style selections and click OK on the CSS Style Definition dialog 7. The text 'style=""' is written into the tag, but none of the style selections from the dialog. Expected: Style selections from the CSS Style Definition dialog written into the style attribute, for example: style="font-style: italic"
Is this addressed by bug 221730 ?
I'm not sure if it was the fix for bug 221730 that affected this, but something seems to have changed. I can't reproduce this. Please reopen with appropriate steps/observations/expectations if this shows up again.