[
https://issues.apache.org/jira/browse/TRINIDAD-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562775#action_12562775
]
Yee-Wah Lee commented on TRINIDAD-884:
--------------------------------------
Tomas - Thanks for the information. However, it seems that the appearance would
still be different from the 10.1.3 - in Trinidad, the top-start etc could be
used to define rounded corners for a box outside the messages, whereas in
10.1.3 the message row itself had rounded corners.
I'm attaching a screenshot of the 10.1.3 example vs. the Trinidad example with
the top-start key specified (the top-start key has a background-image) which
shows the boundaries.
> Skinning changes for messages component to resemble initial donation
> --------------------------------------------------------------------
>
> Key: TRINIDAD-884
> URL: https://issues.apache.org/jira/browse/TRINIDAD-884
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Components
> Reporter: Yee-Wah Lee
> Priority: Minor
> Attachments: message-box-rounded-corners.jpg
>
>
> It is currently impossible to skin the messages component so that it
> resembles the original ADF Faces messages component, as donated by Oracle.
> The differences are:
> i) Missing line between the MessageHeader and the MessageList. In the
> original (10.1.3) donation, it was specified as:
> <img width="1" height="1" alt="" src="/faces-1013/adf/images/t.gif"/>
> Changes would likely be in MessageBoxRenderer.java or PanelHeader.java
> ii) Missing space between label and message summary, i.e. the error text
> reads "<Label>-<Summary" instead of "<Label> - <Summary>".
> This is due to the value for "af_messages.LIST_FORMAT_private" itself missing
> a space, it is the pattern for the text and it reads "- {0}".
> iii) Missing rounded corners for the message box
> In Trinidad, this is the div with style class "af|messages::body" but in
> 10.1.3 it is rendered with gifs for the rounded corners. Probably the change
> was made for performance reasons.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.