Opened 10 years ago
Closed 9 years ago
#12499 closed defect (worksforme)
Dijit Tooltip-placement.html has failure on ff4
Reported by: | Chris Mitchell | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | 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: assertTrue('false') failed with hint:
The tooltip was not to the left or right
doh._AssertFailure
ERROR IN:
(function () {var d = new doh.Deferred;widget = dijit.byId(this.widget);widget.set("value", null);handler = dojo.connect(dijit._MasterTooltip.prototype, "_onShow", d.getTestCallback(function () {var id = widget.id;if (id == "test3" id == "test6" id == "test8" id == "test9" id == "test13" id == "test16" id == "test21") {testNoWrapOrLargeWords(widget);} else {testRightOrLeft(widget, true);}}));dojo.window.scrollIntoView(widget.focusNode);widget.focusNode.focus();return d;})
FAILED test: ../../dijit/tests/Tooltip-placement.html::tooltip_left_right::test14 487 ms PASSED test: ../../dijit/tests/Tooltip-placement.html::tooltip_left_right::test15 505 ms
Note: See
TracTickets for help on using
tickets.