#10923 closed defect (fixed)
Select: drop down sizing problems
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There are two sizing problems with the Select drop down menu, which become a bit more apparent with the new claro theme but were actually present before.
- no hover effect on right edge of MenuItem
Notice how the right edge of the menu item doesn't have the blue hover effect:
- horizontal scroll bar appears
In both cases the problem deals with sizing of the inner <table> node to match the size of the wrapper <div> node, where the wrapper <div> node's content-size will vary depending on the presence of a vertical scrollbar and the width of the scrollbar, which depends on the browser and OS.
Attachments (2)
Change History (5)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [21669]) Various fixes/simplifications so that Select's dropdown's inner <table> node is neither too wide nor too narrow. Main fix is to use width: 100% on <table> rather than having browser specific code to gauge width of scroll bar.
I think this brings _HasDropDown in line with how ComboBox is dealing with it's drop down.
Fixes #10923 !strict.
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
hover effect problem