Opened 10 years ago
Closed 10 years ago
#12500 closed defect (worksforme)
dijit.tests.editor.robot.TabIndent fails on FF4
Reported by: | Chris Mitchell | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.6.0 |
Keywords: | Cc: | ff4 | |
Blocked By: | Blocking: |
Description
_AssertFailure: http://archive.dojotoolkit.org/nightly/checkout/dojo/_base/_loader/bootstrap.js:585 doh._AssertFailure: assertEqual() failed:
expected <ol><li>a list item.</li><ol><li>a list item2.</li></ol></ol> but got <ol><li>a list item.</li><li>a list item2.</li></ol>
doh._AssertFailure
ERROR IN:
(function () {var d = new doh.Deferred;var editor = dijit.byId("tiTest");doh.robot.mouseMoveAt(function () {return editor.editNode;}, 500);doh.robot.mouseClick({left: true}, 500);doh.robot.keyPress("m", 500, {ctrl: true});doh.robot.mouseMoveAt(function () {return editor.editNode;}, 500);doh.robot.mouseClick({left: true}, 500);doh.robot.keyPress(dojo.keys.DOWN_ARROW, 500);doh.robot.keyPress(dojo.keys.TAB, 500);doh.robot.sequence(d.getTestCallback(function () {doh.is("<ol><li>a list item.</li><ol><li>a list item2.</li></ol></ol>", editor.getValue());}), 1000);return d;})
FAILED test: ../../dijit/tests/editor/robot/TabIndent.html::testTabIndent::toggleDir_toggleOn_ctrlM 4702 ms
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Editor |
---|
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This works for me as well in FF4. Guessing error occurred due to timing glitch? Please reopen if it reoccurs consistently.
This worked OK for me.