#17821 closed defect (fixed)
ComboBox.css problems with dijitPopup class
Reported by: | bill | Owned by: | Adrian Vasiliu |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | DojoX Mobile | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/mobile/ComboBox.css sets rules for dijitPopup:
.dijitPopup { margin: 0; padding: 0; position: absolute; border: 0; background-color: transparent; -webkit-box-shadow: none; border-radius: 0; box-shadow: none; }
This is improper because it affects the styles of all popups on the page, not just ComboBox?.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to Adrian Vasiliu |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 5429d720e198f49e0d2d35ed1430803bd6aa67f9/dojox: