Opened 12 years ago
Closed 11 years ago
#12132 closed defect (invalid)
IE6 setting isDebug:false gives Invalid Argument error
Reported by: | dimps | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have several comments in my application, when I set the isDebug parameter to false in IE6 I get an "Invalid Argument" error. I do not get this issue in FF. If I set it back to "true" I do not get the error anymore. I took the latest version of
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
Changed 12 years ago by
Attachment: | biaDojoLayer.js added |
---|
comment:2 Changed 12 years ago by
Apologies for ending it mid-sentence...I had meant to write I had taken the latest 1.5 version of the code. Meanwhile, I tried to debug some more to provide more concrete information, my findings: The error occurs in "layout(h)" method of firebug where it sets "style.height" for consolebody,consoleObjectInspector and consoleDOMInspector giving an "Invalid argument" for these statements. Also this error only occurs in my custom Build version - i.e. I have a custom JS layer with files used by my application. If I use the "firebug" from the custom layer I get the error, but if I use the standard firebug.js which gets called by dojo then I do not get the error. . I have attached my custom layer .js, is this related to some file to be inclueded/excluded in the custom layer.
comment:3 Changed 12 years ago by
OK, thanks, but as I said above you'll need to attach a small test case to reproduce the problem, something that we can run in a browser to see it fail.
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing for lack of test case.
You'll need to attach a small test case to reproduce the problem. Also, your description stops in the middle of a sentence.