#8379 closed defect (fixed)
FilteringSelect: entries are not highlighted on mouseover
Reported by: | skip | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | FilteringSelect highlighting | Cc: | |
Blocked By: | Blocking: |
Description
In build circa 16281 I notice that the entries in a FilteringSelect? are not highlighted as I move my mouse over them.
Tested with: F.F 3.0.5, I.E 7, tundra theme.
When I use the official release 1.2.3, it works correctly.
Greg.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [16301]) fixes #8379: use dijitMenuItemSelected instead of dijitMenuItemHover (dijitMenuItemHover was changed to depend on dijitMenuPassive, but in combobox case, dijitMenuPassive won't be set)