#6125 closed defect (wontfix)
ComboBox: text following ComboBox appears before/behind it (IE7)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See test_ComboBox.html on IE7. Use the new zoom feature (Ctrl+) and then there are some ComboBox's with text following them, like this markup:
<label for="datatest">US State test 2 (8pt font): </label> <input dojoType="dijit.form.ComboBox" value="California" class="medium" store="stateStore" searchAttr="name" style="width: 200px; font-size: 8pt;" name="state2" onChange="setVal2" id="datatest" > <span>Value: <input id="value2" disabled value="California"></span> <hr>
The "Value" string should clearly appear to the right of the combobox (or to the left on RTL systems). However, the text appears before (ie, to the left) and behind the ComboBox?:
Attachments (2)
Change History (11)
Changed 13 years ago by
Attachment: | misplaced.gif added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | ComboBox: when ComboBox is enlarged, text on right moves to left and behind (IE7) → ComboBox: text following ComboBox appears before/behind it (IE7) |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I ran test_ComboBox.html on IE7 and then increased the font size via
View->Text size->Largest and everything renders correctly.
comment:3 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
But it's failing for me, on two separate computers plus on parallels. Clearly there's a bug here (see the screenshot).
comment:5 Changed 13 years ago by
When changing text size it works, but when you actually zoom in and out it shows up (Ctrl +/-)
comment:6 Changed 13 years ago by
Description: | modified (diff) |
---|
Changed 13 years ago by
hmm, this trivial file also fails on IE7; if plain inputs don't work then can't expect ComboBox? to... hmm
comment:7 Changed 13 years ago by
I can fix test_combobox.html by adding
.dj_ie7 SPAN { zoom: 1; }
but this doesn't address the bigger problem of requiring stylable tags with zoom:1 after input boxes.
comment:8 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
comment:9 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
image when font size increased