#10743 closed defect (fixed)
[regression] ComboButton: no label in RTL mode (IE/quirks)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4.2 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Attachments (1)
Change History (8)
Changed 11 years ago by
Attachment: | buttons.png added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | ComboButton: no label in RTL mode (IE8/quirks) → ComboButton: no label in RTL mode (IE/quirks) |
comment:2 Changed 11 years ago by
Summary: | ComboButton: no label in RTL mode (IE/quirks) → [regression] ComboButton: no label in RTL mode (IE/quirks) |
---|
Working in 1.3, broken in 1.4.
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.4.2 |
---|---|
Owner: | set to Douglas Hays |
Doug, can you take a look? It broke in [17678] with the introduction of the <button> tag into the ComboButton template. The inline <div>'s inside of the <button> are getting offset, positioned to the left of the <button>, apparently due to a browser bug.
comment:4 Changed 11 years ago by
There's something non-obvious going on:
tests/quirks.html?file=form/test_button.html&dir=rtl
works just fine.
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
screenshot