#4894 closed defect (fixed)
Webkit: ComboBox template spills outside itself
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Load test_ComboBox in Webkit. There is something wrong with the template that causes the first ComboBox? (with big lettering) to render weird and under the value box.
Change History (10)
comment:1 Changed 13 years ago by
Priority: | normal → high |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
I was wrong, only 15em worked, the 15em width in dijit.css seems to be messing up something.
comment:4 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|
This works with setting width to "px" or "em", just not "%", so deferring.
comment:5 Changed 13 years ago by
Priority: | high → normal |
---|
comment:6 Changed 13 years ago by
Still a problem with as of [11490]. After loading the page, resize the window smaller and the arrow button separates from the input box.
comment:7 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:8 Changed 13 years ago by
Status: | new → assigned |
---|
comment:9 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:10 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Setting the width to Nem is a workaround, but setting to N% seems to make the problem even worse.