[
http://issues.apache.org/click/browse/CLK-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Schellink resolved CLK-486.
-------------------------------
Resolution: Cannot Reproduce
Resolving this issue for now as I believe this is working in the latest Click
version.
If this is not the case please reopen the issue.
> Tree component not render properly in Firefox
> ---------------------------------------------
>
> Key: CLK-486
> URL: http://issues.apache.org/click/browse/CLK-486
> Project: Click
> Issue Type: Bug
> Components: extras
> Affects Versions: 1.5
> Environment: WinXP, Firefox
> Reporter: Alan Wong
> Assignee: Bob Schellink
> Priority: Minor
> Attachments: plain-tree-page.png
>
>
> The Tree component is not render properly in Firefox browser, the line and
> item are rendering out of position.
> Solution: see below.
> .treestyle ul {
> /* remove the bullets*/
> list-style-type: none;
> /*draw vertical line down the side of the list*/
> background-image: url(images/vertical-line.png);
> background-repeat: repeat-y;
> background-position: 10px;
> margin: 0;
> padding: 2px 0pt 0px 16px; /*<--- new code*/
> padding-left: 0px;
> margin-left: 10px;
> }
> .treestyle li {
> /* li is not needed*/
> margin: 0;
> padding: 0;
> padding: 2px 0pt 2px 16px; /*<---updated code*/
> padding-left: 10px;
> line-height: 1.5em;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.