#9836 closed defect (fixed)
[regression] Textarea initialization problem on IE6
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On IE6 loading themeTester.html I get an error in:
textarea.style.maxHeight = textarea.style.height = newH;
because newH is -8px.
themeTester.html on 1.3 is working fine so I guess this is a regression (but not sure what caused it).
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Hmm, it started happening in [19739] although not sure what one thing has to do w/another. dijit_form_Textarea_0 is getting a call to resize() although it's on a hidden tab... probably because of the
setTimeout(dojo.hitch(this, "resize"), 0);
in postCreate().