[
https://issues.apache.org/jira/browse/TAPESTRY-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622250#action_12622250
]
Martijn Brinkers commented on TAPESTRY-2578:
--------------------------------------------
As a workaround (until a fix) I use the following CSS
DL.t-beandisplay DD:after {
content: " ";
}
DL.t-beandisplay DD {
white-space: pre;
}
It does slightly change the way properties are rendered though
> BeanDisplay formatting is off for fields with empty values
> ----------------------------------------------------------
>
> Key: TAPESTRY-2578
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2578
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.14
> Environment: FF2
> Reporter: Martijn Brinkers
> Attachments: index.html
>
>
> If a property value is empty (ie. "") the labels and the values (of the
> BeanDisplay) no longer line-up.
> The issue comes up with FF2 but not with IE7 (haven't tested other browsers).
> This could be a regression of bug 2293 because of the changes made to the
> HTML markup
> https://issues.apache.org/jira/browse/TAPESTRY-2293
> I will attach a static HTML example showing that FF2 somehow collapses empty
> dd elements
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]