Opened 10 years ago
Closed 10 years ago
#12708 closed defect (fixed)
[regression] FilteringSelect: displays high-contrast mode X for invalid values (tundra)
Reported by: | gerhard presser | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description
hi, dijit.form.filteringselect looks broken (displays an X) in ie7, if e.g. the 'required' dialog pops-up.
this issue can be reproduced using the dijit-theme-tester, selecting the tundra theme, and clicking on any filteringselect widget.
regards
gerhard
dojo 1.6.0 browser: ie7 os: windows 7
Change History (6)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6.1 |
---|
comment:2 Changed 10 years ago by
Owner: | changed from Douglas Hays to bill |
---|
comment:3 Changed 10 years ago by
Status: | new → assigned |
---|---|
Summary: | dijit.filteringselect layout problem → [regression] FilteringSelect: displays high-contrast mode X for invalid values (tundra) |
Note that it works on claro, but fails on tundra (not sure about soria/nihilo, I'll check those).
comment:4 Changed 10 years ago by
Cc: | Douglas Hays added |
---|
It's the text-indent: -1em
trick to hide the X text (when not in high contrast mode), it works on <input> but doesn't work on an <input/>. Claro isn't affected since it hides the X text by setting the <input> to width: 0.
comment:5 Changed 10 years ago by
Oh, nevermind, IE7 has special rules (#text-indent: 0, #letter-spacing: -5em) but for them to work the <input> value needs a space at the end. I inadvertently removed the space in [22769], since it looks like a typo.
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This started happening with [22769].