DropDownButton too tall in quirks mode (FF)
See screenshot from themeTesterQuirk.html on FF (not IE, but FF):
This is on tundra theme (actually works correctly in claro).
The height is equal to the height of the ContentPane itself.
Change History (6)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Summary: |
claro: DropDownButton height in quirks mode == surrounding div (FF) →
DropDownButton too tall in quirks mode (FF)
|
Owner: |
set to bill
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Component: |
Dijit →
Dijit - Form
|
The problem is this code in dijit.css:
The 100% is currently needed for TextBox widget arrows, but it's harmful for DropDownButton (and it isn't needed since vertical-align: middle does the centering for us there). I'll address this after #11034 is resolved.