You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Bob Harner (JIRA)" <ji...@apache.org> on 2012/10/14 20:01:02 UTC

[jira] [Created] (TAP5-2013) "Parameters" table often too wide in component javadocs

Bob Harner created TAP5-2013:
--------------------------------

             Summary: "Parameters" table often too wide in component javadocs
                 Key: TAP5-2013
                 URL: https://issues.apache.org/jira/browse/TAP5-2013
             Project: Tapestry 5
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 5.3.5
            Reporter: Bob Harner
            Priority: Minor


This is a layout issue with the javadoc pages for components.

With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.

The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.

wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner reassigned TAP5-2013:
--------------------------------

    Assignee: Bob Harner
    
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner resolved TAP5-2013.
------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.7

Fixed with 4a2facda1 and aac42f1fd. Now the table columns are generally much narrower. I also moved the Description column to be the 2nd column, instead of on the far right.
                
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>             Fix For: 5.3.7, 5.4
>
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner resolved TAP5-2013.
------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.7

Fixed with 4a2facda1 and aac42f1fd. Now the table columns are generally much narrower. I also moved the Description column to be the 2nd column, instead of on the far right.
                
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>             Fix For: 5.3.7, 5.4
>
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner closed TAP5-2013.
----------------------------

    
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>             Fix For: 5.3.7, 5.4
>
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner reassigned TAP5-2013:
--------------------------------

    Assignee: Bob Harner
    
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-2013) "Parameters" table often too wide in component javadocs

Posted by "Bob Harner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Harner closed TAP5-2013.
----------------------------

    
> "Parameters" table often too wide in component javadocs
> -------------------------------------------------------
>
>                 Key: TAP5-2013
>                 URL: https://issues.apache.org/jira/browse/TAP5-2013
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 5.3.5
>            Reporter: Bob Harner
>            Assignee: Bob Harner
>            Priority: Minor
>             Fix For: 5.3.7, 5.4
>
>
> This is a layout issue with the javadoc pages for components.
> With the recent introduction of symbols for the default values of some component parameters (e.g. the Grid component's "class", parameter), the "Default" column in the Parameters table is now sometimes quite wide, resulting in horizontal scrolling of the table on common screen sizes.
> The solution is to insert <wbr/> tags after each period in the values of both the "Type and "Default" columns, along with a bit of CSS to make the wbr tag work in IE.
> wbr:after { content: "\00200B"; }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira