#6651 closed task (fixed)
TextBox: disabled TextBox-based widgets don't look disabled on safari
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (2)
Change History (7)
Changed 13 years ago by
Changed 13 years ago by
Attachment: | safari.png added |
---|
comment:1 Changed 13 years ago by
Keywords: | ibm removed |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
briefly: why not remove the 4 special rules for safari, and just set color:#eee instead of color:grey for everyone. #eee == grey
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
safari is rendering everything much darker than FF or IE, so #eee looked bad on those browsers. You might be able to save bytes by using dijitDisabled instead of dijitTextBoxDisabled, et al but it would take some investigation to make sure there's no side-effect.
Note: See
TracTickets for help on using
tickets.
(In [14181]) Fixes #6651. Safari needed a special gray color.