[
https://issues.apache.org/jira/browse/TAPESTRY-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638830#action_12638830
]
Geoff Callender commented on TAPESTRY-2701:
-------------------------------------------
Scratch that request - this problem occurs to the first <dd> element of every
BeanDisplay I've tried in IE 7 regardless of its class.
Eg. if the first <dd> has class="applesquantity" then I have to fix its layout
with this css:
dl.t-beandisplay dd.applesquantity { display:inline; margin-left: 0px; }
// IE 7
> 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]