#3999 closed defect (fixed)
InlineEditBox: textarea edit size too narrow (IE6)
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | itorrey | |
Blocked By: | Blocking: |
Description
On IE6, load test_InlineEditBox.html, and without resizing the browser window click the first textarea. Width is too narrow. Also a horizontal scrollbar shows up on the bottom, presumably due to the width problem.
Also noticing problems where suddenly the width gets really short after typing a bunch of text with no spaces but can't reproduce it reliably.
Change History (3)
comment:1 Changed 13 years ago by
Cc: | itorrey added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
So I figured out why the width is too narrow: .tundra .dijitTextArea, which sets the fieldset width of the TextArea? to 50%, and sure enough that's exactly what IE6 is doing. As soon as you remove that line it works as intended. It's a wonder that the other browsers aren't doing the same thing.
Tundra shouldn't touch the width of TextArea?. Should this go to itorrey?