Opened 8 years ago
Closed 8 years ago
#16215 closed defect (fixed)
Chrome: disabled TextBox widgets unreadable with tundra/soria/nihilo themes
Reported by: | gerhard presser | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.5 |
Component: | Dijit - Form | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when using a disabled-filteringselect, the display-value is not readable, because background and text-color are very similar (see screenshot)
the faulty css-selector seems to be:
.dj_webkit .dijitTextBoxDisabled input { color: #EEE; }
in combination with
.tundra .dijitTextBoxReadOnly, .tundra .dijitTextBoxReadOnly .dijitButtonNode, .tundra .dijitButtonDisabled .dijitButtonNode, .tundra .dijitToggleButtonDisabled .dijitButtonNode, .tundra .dijitDropDownButtonDisabled .dijitButtonNode, .tundra .dijitComboButtonDisabled .dijitButtonNode, .tundra .dijitTextBoxDisabled, .tundra .dijitTextBoxDisabled .dijitButtonNode { border-color: #D5D5D5 #D5D5D5 #BDBDBD #D5D5D5; background: #E4E4E4 url("images/buttonDisabled.png") top repeat-x; }
this issue occurs in chrome (22.0.1229.94 m) only. may be reproduced using chrome at http://download.dojotoolkit.org/release-1.8.1/dojo-release-1.8.1/dijit/themes/themeTester.html?theme=tundra at all disabled input widgets
Attachments (1)
Change History (5)
Changed 8 years ago by
Attachment: | disabled filtering.PNG added |
---|
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.8.2 |
---|---|
Summary: | disabled filteringselect unreadable with tundra theme → disabled TextBox widgets unreadable with tundra/soria/nihilo themes |
comment:2 Changed 8 years ago by
Milestone: | 1.8.2 → 1.7.5 |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Summary: | disabled TextBox widgets unreadable with tundra/soria/nihilo themes → Chrome: disabled TextBox widgets unreadable with tundra/soria/nihilo themes |
---|
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [29884]: