Custom Query (18300 matches)
Results (16 - 18 of 18300)
Ticket | Resolution | Summary | Owner | Reporter | |
---|---|---|---|---|---|
#15341 | invalid | "String contains an invalid character" code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)" location: " | |||
Description |
I inherited a dojo project that was built on version: version 1.3.2 (18832) We are trying to upgrade to dojo version 1.7.2 Here is exception output we a getting: uncaught exception: [Exception... "String contains an invalid character" code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)" location: "http://dev.domain.com:8081/backPage/dojoroot/dojo/dojo.js Line: 10525"] http://dev.domain.com:8081/backPage/dwr/engine.js Line 10525 (dojo.js.uncompressed.js) had: node.setAttribute(attrNames[lc] || name, value); Wrapped in try/catch and got following values causing problem: Name: _dijitMenudijit_layout_TabContainer_0_tablist_tab_User_- John Doe_Menu Value: 1 output above came from JS alert I put in for testing: alert("Name: "+name+" Value: "+value); Added empty try/catch to stop JS error and allow application to continue... difficult, because I am using dojo.js (compressed) in Production and don't know what utility was used to compress JS.. so I did it manually:
Is there another way to do this? |
||||
#10120 | patchwelcome | "Today" not localized in DojoX calendar | |||
Description |
"Today" is hard-coded in calendar.js at the moment. |
||||
#8321 | fixed | "Too much recursion" when a class extends both ContentPane *and* _Container | |||
Description |
not sure where it broke, but noticed http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/widget/tests/test_RollingList.html throws a too much recursion error on startup. |