You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/01/23 07:33:17 UTC

[jira] Created: (CLK-616) Improve Tree to handle long labels in IE and methods for specifying width+height

Improve Tree to handle long labels in IE and methods for specifying width+height
--------------------------------------------------------------------------------

                 Key: CLK-616
                 URL: https://issues.apache.org/jira/browse/CLK-616
             Project: Click
          Issue Type: Bug
          Components: extras
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Minor
             Fix For: 2.1.0


Long labels doesn't display correctly in IE6/7. Also need to add methods for programmatically specifying the tree width+height

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLK-616) Improve Tree to handle long labels in IE and methods for specifying width+height

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

Bob Schellink resolved CLK-616.
-------------------------------

    Resolution: Fixed

fixed

> Improve Tree to handle long labels in IE and methods for specifying width+height
> --------------------------------------------------------------------------------
>
>                 Key: CLK-616
>                 URL: https://issues.apache.org/jira/browse/CLK-616
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Long labels doesn't display correctly in IE6/7. Also need to add methods for programmatically specifying the tree width+height

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLK-616) Improve Tree to handle long labels in IE and methods for specifying width+height

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLK-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804024#action_12804024 ] 

Bob Schellink commented on CLK-616:
-----------------------------------

The Holly Hack is a very useful IE6/7 hack to add layout to elements. To apply this hack set the zoom css property:

.treestyle a, .treestyle span.collapsed ... {
  zoom: 1;
}

For further details see Holly Hack: http://www.positioniseverything.net/easyclearing.html

> Improve Tree to handle long labels in IE and methods for specifying width+height
> --------------------------------------------------------------------------------
>
>                 Key: CLK-616
>                 URL: https://issues.apache.org/jira/browse/CLK-616
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Long labels doesn't display correctly in IE6/7. Also need to add methods for programmatically specifying the tree width+height

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.