[
https://issues.apache.org/jira/browse/TAPESTRY-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638828#action_12638828
]
Geoff Callender commented on TAPESTRY-2701:
-------------------------------------------
Please add the following line to default.css. It fixes the problem in IE 7
(which throws the dd element onto the next line) without disturbing Firefox 3
and Safari 3:
dl.t-beandisplay dd.id { display:inline; margin-left: 0px; } // IE 7
It does appear to be just the combination of <dd> with class="id" and IE 7 that
produces the problem.
> BeanDisplay formatting can be off in IE7 with short values
> ----------------------------------------------------------
>
> Key: TAPESTRY-2701
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2701
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.15
> Reporter: Geoff Callender
>
> I'm seeing strange formatting of BeanDisplay by IE7. An example is the "Id"
> line of this page, in which the dd element value is 1:
> http://202.177.217.122:8080/jumpstart/examples/output/easy
> I'm guessing IE7 has formatting issues with the dt/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]