When using IE 7 image_composition editing is not functional.
Dear users ... please confirm this bug.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | debugcode.txt | 29.22 KB | Chuck1 |
When using IE 7 image_composition editing is not functional.
Dear users ... please confirm this bug.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | debugcode.txt | 29.22 KB | Chuck1 |
Comments
Comment #1
Chuck1 commentedYes, I can confirm that it is not possible to add a picture.....
Comment #2
clemens.tolboomIf you can provide a stack trace or more debugging info I would appreciate.
- Is the edit widget not showing because of a css failure?
- Is the dimensions jquery faulty?
- Do I use non IE code?
(I'm getting IE with debugging tools soon ... I'm using linux and mac)
Regards.
Comment #3
Chuck1 commentedI get in IE6 on the bottom a message "Failure on the page" the details shows (translate from german):
Line: 229
Character: 5
Error: the display proberties are not found. Invalid argument
Code: 0
Url: http://...../node/246/edit
The edit widget is shown and I can add new areas or can delete areas, BUT the box is not opend were I can input a node name for the picture and therfore I can not add a picture/node.
>>>If you can provide a stack trace or more debugging info I would appreciate.
I will try but I don't know how :( .... I have install the IE development tools but I find there no usefull tools to debug script.
When I am at home I will test it with IE7.
Bye,
Chuck
Comment #4
Chuck1 commentedI get by the IE7 the same failure when I click on a picture and the edit widget (I mean the widget with the + and - to add composition area) popup.
The only thing that is missing is the widget to search the image node "Search for image nodes by title:".
The script breaks/stops here "elem[name]=value" --> this is marked yellow in the script debugger:
if(value!=undefined)elem[name]=value
I have attached the full unformated :( code, because in the debugger the full code is in one line (?).
Sorry that I can not do more :( .....
Comment #5
Chuck1 commentedI get by the IE7 the same failure when I click on a picture and the edit widget (I mean the widget with the + and - to add composition area) popup.
The only thing that is missing is the widget to search the image node "Search for image nodes by title:".
The script breaks/stops here "elem[name]=value" --> this is marked yellow in the script debugger:
if(value!=undefined)elem[name]=value
I have attached the full unformated :( code, because in the debugger the full code is in one line (?).
Sorry that I can not do more :( .....
Comment #6
clemens.tolboomThanks for the extensive report. It is strange the failed code is in jquery.
What i'll do is install jquery lite, so we can all 'debug' a little. And I'll ask around at drupal@irc
Comment #7
dman commentedClosing old (D5) issues