Opened 11 years ago
Closed 10 years ago
#12564 closed defect (worksforme)
tests.html fails on opera 11
Reported by: | bill | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | HTML | Version: | 1.6.0 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
TypeError: Cannot convert 'byId(node)' to object ERROR IN: function(t){ console.log("basicChecks: " + this.name); targetNode = dojo.query('table#tableTest')[0]; var html = "<tbody><tr><td><div>This</div>Should<u>Work</u></td></tr></tbody>"; dojo.html.set( targetNode, html, { "testname": "basicChecks changeContentTable" }); var res = ieTrimSpaceBetweenTags(targetNode.innerHTML.toLowerCase()); t.assertEqual(html.toLowerCase(), res); } FAILED test: ../../dojo/tests/html/test_set.html::basicChecks::changeContentTable 26 ms
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I cannot reproduce it using Opera 11.50. I suspect it was an Opera bug, which was fixed by the vendor.