#15634 closed defect (fixed)
MenuItem: no blue top/bottom border on hover (claro)
Reported by: | Paul Christopher | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | themes | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See discussion and JSFiddle on the mailing list: http://dojo-toolkit.33424.n3.nabble.com/Claro-How-to-add-missing-blue-outline-to-selection-bar-of-a-dijit-form-Select-td3987466.html
The selection bar of a FilteringSelect has a subtle blue outline at the top and the bottom. This outline misses for _KeyNavContainers (e.g. dijit.form.Select, dijit.MenuItem).
Change History (4)
comment:1 Changed 9 years ago by
Summary: | Claro: dijit.form.Select's selection bar misses blue outline → MenuItem: no blue top/bottom border on hover (claro) |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from nonken to bill |
Status: | new → assigned |
It's there for Select now, but not plain Menu. I'll take a look.
Note: See
TracTickets for help on using
tickets.
I tested back to 1.5 and there was never a border shown on hover, but I agree that there should be, to match FilteringSelect and Tree. Not sure if it's difficult because of the table or not (I think the border needs to go on the <td>'s not the <tr>.)