Opened 13 years ago
Closed 13 years ago
#10136 closed defect (fixed)
Tundra's ComboBox buttonNode on left instead of right side
Reported by: | mksof | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - LnF | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The buttons from should appear on the right side instead of the left.
This is the outcome of form/Common_rtl.css missing in tundra.css. Adding to tundra.css the line:
@import url("form/Common_rtl.css");
Should resolve the issue
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | General → Dijit - LnF |
---|---|
Milestone: | tbd → 1.4 |
Owner: | changed from anonymous to Douglas Hays |
Status: | new → assigned |
Bigger problem: tundra.css has more than 31 imports and anything after that is ignored in IE:http://msdn.microsoft.com/en-us/library/ms531193(VS.85).aspx
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, meant: The ComboBox? button's border on should be on the right side instead of left.