[JBoss JIRA] Created: (RF-10182) Toolbar: add some class for group separator
by Pavol Pitonak (JIRA)
Toolbar: add some class for group separator
-------------------------------------------
Key: RF-10182
URL: https://issues.jboss.org/browse/RF-10182
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0.0-SNAPSHOT r.20958
Metamer 4.0.0-SNAPSHOT r.20958
Mojarra 2.1.0-SNAPSHOT
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.224 @ Linux x86_64
Reporter: Pavol Pitonak
deploy Metamer and open http://localhost:8080/metamer/faces/components/richToolbarGroup/simple.xhtml
Markup contains an empty cell with no class nor id specified. It should contain some CSS class so that it can be modified by user.
<tr class="rf-tb-cntr">
<td id="form:createDocument_itm" class="rf-tb-itm">...</td>
<td id="form:createFolder_itm" class="rf-tb-itm">...</td>
<td id="form:copy_itm" class="rf-tb-itm">...</td>
<td id="form:save_itm" class="rf-tb-itm">...</td>
<td id="form:saveAs_itm" class="rf-tb-itm">...</td>
<td id="form:saveAll_itm" class="rf-tb-itm">...</td>
<td> </td>
<td id="form:input_itm" class="rf-tb-itm">...</td>
<td id="form:button_itm" class="rf-tb-itm">...</td>
</tr>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years