panelButtonBar is missing skinning
----------------------------------
Key: TRINIDAD-775
URL: https://issues.apache.org/jira/browse/TRINIDAD-775
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.0.3-core
Reporter: Stephen Friedrich
My client's styleguide mandates 15px gap between buttons.
When I did not find anything in the skin selectors doc at first I thought the
doc was just missing.
When I inspected my page with Firebug I saw that a spacer image was hardcoded
with 10px width and thought that the renderer was probably using a skinning
property.
So I looked at the source and found this in PanelButtonBarRenderer:
protected void encodeSeparator( ...
{
// FIXME Use proper skinning techniques
renderSpacer(context, rc, "10", "1");
....
Well, yeah, a fix would be nice.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.