Custom Query (18300 matches)
Results (106 - 108 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? |
||||
#17868 | invalid | Charting: SelectableLegend and MouseZoomAndPan issue | |||
Description |
Create a chart with a SelectableLegend?, a y axis and a Lines plot linked to this axis . Create a MouseZoomAndPan? linked to the plot and y axis. Add a two series linked to the plot with 2 different colors. Render you graph. The chart should appears with a legend. Hide a serie by clicking the legend. Use your mousewheel to zoom in the chart. Now:
Apparently:
|
||||
#9592 | invalid | Dojo Offline 1.1.1 compatibility issue with Google gears v 0.5.19.0 | |||
Description |
I am using Dojo 1.1.1 and Google Gears 0.5 and I am unable to use the encrypt and decrypt functionality of dojox sql. The error which I get says "SQL Exception: Argument 2 has invalid type or is outside allowed range.". As per my investigation the error is due to some compatibility issue between dojo offline and google gears worker pools. |