#16129 closed defect (fixed)
IE10 Textarea shrinking
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6.2 |
Component: | Dijit - Form | Version: | 1.8.0 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
Error: doh._AssertFailure: assertTrue('false') failed with hint: height should not shrink ERROR IN: function(){ var d = new doh.Deferred(), w = dijit.byId("programmatic"); focusThenRun(w, function(){ var h = parseInt(w.domNode.style.height); doh.robot.keyPress(" ", 500, {}); doh.robot.sequence(d.getTestCallback(function(){ doh.t(parseInt(w.domNode.style.height) >= h, "height should not shrink"); }), 500); }); return d; } FAILED test: ../../dijit/tests/form/robot/Textarea.html::miscellaneous::#13166 1052 ms
Attachments (2)
Change History (10)
comment:1 Changed 10 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.8.2 |
---|---|
Status: | new → assigned |
comment:4 Changed 10 years ago by
I was seeing a failure in "delete until less than max-height" but I updated SVN this morning and am not seeing it. Also I applied the patch to 1.8 and the test passed there in IE10 as well. I will test 1.8 further.
comment:5 Changed 10 years ago by
I further tested the change in 1.8 in the following browsers and had no issues:
- IE9
- Firefox 15
- Chrome 22
I am trying to test in Safari 5.1.7 but its Java detection is being stupid.
Changed 10 years ago by
Attachment: | 16129_1_7.patch added |
---|
attempted patch against 1.7, but turns out that 1.7 is apparently working against IE10 already
comment:8 Changed 9 years ago by
Milestone: | 1.8.2 → 1.6.2 |
---|
Note: See
TracTickets for help on using
tickets.
The issue in IE10 is that the programmatic text area shrinks when you click inside of it.