[
http://issues.apache.org/click/browse/CLK-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Schellink resolved CLK-485.
-------------------------------
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.
> menu.css <li> define global style cause conflict with other component
> ---------------------------------------------------------------------
>
> Key: CLK-485
> URL: http://issues.apache.org/click/browse/CLK-485
> Project: Click
> Issue Type: Bug
> Components: extras
> Affects Versions: 1.5
> Environment: WinXP
> Reporter: Alan Wong
> Assignee: Bob Schellink
>
> In the menu.css, the li:over/hover defined as global, this may cause conflict
> with other component that also use the <li> tag, such as the Tree component.
> Solution: define the style to the submenu.
> li:hover ul.submenu, li.over ul.submenu {
> margin: 0;
> padding: 4px;
> display: block;
> background: #d0d0d0;
> }
> Recommend: The tree li:over/hover should define its own style so it won't
> effected by other style that defined by other component.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.