Opened 12 years ago
Closed 12 years ago
#9637 closed defect (fixed)
dijit._HasDropDown is unnecessarily setting the height of the dropdown
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The height of the dropdown only needs to be set if it is over its max height. If it is under its max height, we should remove the height from our resize. We also should remove the top and left values as well.
Note: See
TracTickets for help on using
tickets.
(In [19367]) Fixes #9637 - remove unneeded values from the margin box we pass to the dropdown