You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/03/22 01:07:24 UTC

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

BeanDisplay formatting is off for fields with null values
---------------------------------------------------------

                 Key: TAPESTRY-2293
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.11
            Reporter: Howard M. Lewis Ship


I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.

Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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-2293) BeanDisplay formatting is off for fields with null values

Posted by "Martijn Brinkers (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621534#action_12621534 ] 

Martijn Brinkers commented on TAPESTRY-2293:
--------------------------------------------

It seems the previous fix no longer works with 5.0.14. If a property returns the empty string value "" the label and values are shifted and no longer line-up  

> BeanDisplay formatting is off for fields with null values
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-2293
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.12
>
>
> I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.
> Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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-2293) BeanDisplay formatting is off for fields with null values

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

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

       Resolution: Fixed
    Fix Version/s: 5.0.12
         Assignee: Howard M. Lewis Ship

> BeanDisplay formatting is off for fields with null values
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-2293
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.12
>
>
> I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.
> Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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-2293) BeanDisplay formatting is off for fields with null values

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

Howard M. Lewis Ship commented on TAPESTRY-2293:
------------------------------------------------

A simpler solution is:
 
DIV.t-beandisplay-row {
    clear: both;
}


> BeanDisplay formatting is off for fields with null values
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-2293
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>
> I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.
> Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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-2293) BeanDisplay formatting is off for fields with null values

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

Martijn Brinkers updated TAPESTRY-2293:
---------------------------------------

    Attachment: index.html

Example static HTML file showing that FF2 uses the dd from another row when the dd is empty

> BeanDisplay formatting is off for fields with null values
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-2293
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.12
>
>         Attachments: index.html
>
>
> I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.
> Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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] Issue Comment Edited: (TAPESTRY-2293) BeanDisplay formatting is off for fields with null values

Posted by "Martijn Brinkers (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621534#action_12621534 ] 

martijn_brinkers edited comment on TAPESTRY-2293 at 8/11/08 11:33 AM:
----------------------------------------------------------------------

It seems the previous fix no longer works with 5.0.14. If a property returns the empty string value "" the label and values are shifted and no longer line-up.

FF2 the lines do not line-up.
IE7 seems fine.

      was (Author: martijn_brinkers):
    It seems the previous fix no longer works with 5.0.14. If a property returns the empty string value "" the label and values are shifted and no longer line-up  
  
> BeanDisplay formatting is off for fields with null values
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-2293
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2293
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.12
>
>
> I believe it would be fixed if the t-beandisplay-value <div> was forced to contain a &nbsp; for blank values.
> Ideally, the markup <em>null</em> for a null field, and perhaps <em>blank</em> for a blank field, would work best.

-- 
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