#4128 closed defect (worksforme)
Webkit Button: ColorPicker drop down has extra white space
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | webkit button colorpicker | Cc: | |
Blocked By: | Blocking: |
Description
In Webkit r24872 test_Button, if you open the Color drop down and look to the right of the ColorPicker? you will see extra white space that should not be there.
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Tried with r27433. Seems to be working now.
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
And presumably for a drop down calendar too. There's code in button to make the drop down at least as wide as the button, but that doesn't work so well for widgets that aren't tables. I guess the button code should test if the node is a table.