You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Martijn Brinkers (JIRA)" <de...@tapestry.apache.org> on 2008/08/12 17:02:46 UTC

[jira] Created: (TAPESTRY-2578) BeanDisplay formatting is off for fields with empty values

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2578) BeanDisplay formatting is off for fields with empty values

Posted by "Martijn Brinkers (JIRA)" <de...@tapestry.apache.org>.
    [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2578) BeanDisplay formatting is off for fields with empty values

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2578.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.15

Modified to render a &nbsp; entity for blank (null or all whitespace) fields.  

> 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
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.15
>
>         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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2578) BeanDisplay formatting is off for fields with empty values

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2578:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> 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
>            Assignee: Howard M. Lewis Ship
>         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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2578) BeanDisplay formatting is off for fields with empty values

Posted by "Martijn Brinkers (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Brinkers updated TAPESTRY-2578:
---------------------------------------

    Attachment: index.html

> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org