[
https://issues.apache.org/jira/browse/TAPESTRY-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636359#action_12636359
]
Geoff Callender commented on TAPESTRY-2701:
-------------------------------------------
BeanDisplay outputs this particular dt and dd with class="id". Maybe that
class has special meaning for IE7?
Here's the output of the problem line:
<dt class="id">Id</dt><dd class="id">1</dd>
Here is that same line in context:
<dl class="t-beandisplay"><dt class="id">Id</dt><dd
class="id">1</dd><dt class="version">Version</dt><dd class="version">1</dd><dt
class="firstName">First Name</dt><dd class="firstName">Humpty</dd><dt
class="lastName">Last Name</dt><dd class="lastName">Dumpty</dd><dt
class="startDate">Start Date</dt><dd class="startDate">Dec 5, 2007</dd></dl><br>
And here it is with my line feeds added to make it easier to read.
<dl class="t-beandisplay">
<dt class="id">Id</dt><dd class="id">1</dd>
<dt class="version">Version</dt><dd class="version">1</dd>
<dt class="firstName">First Name</dt><dd
class="firstName">Humpty</dd>
<dt class="lastName">Last Name</dt><dd
class="lastName">Dumpty</dd>
<dt class="startDate">Start Date</dt>
<dd class="startDate">Dec 5, 2007</dd>
</dl><br>
The styling used is just the defaults - no additional css etc. has been used.
> 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]