#3525 closed defect (wontfix)
InsertImageDialog/Editor2 throws TypeError when editing an image
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Editor | Version: | 0.4.2 |
Keywords: | edit image TypeError InsertImageDialog | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
this error happends with IE7 but is ok with FF
to reproduce the error:
- open IE
- run test_Editor2.html bundled with dojo
- click on insert image in editor toolbar
- put something in the url field then click in ok
- select the image and click again on 'insert/edit image' in toolbar
- click in ok and the error comes from here:
DEBUG: [TypeError: Cet objet ne gère pas cette propriété ou cette méthode] when calling ok$joinpoint$method on [Widget dojo:editor2insertimagedialog, dojo_Editor2InsertImageDialog_1] with arguments [object Object] FATAL exception raised: Cet objet ne gère pas cette propriété ou cette méthode
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Also happens in IE 6. btw, the same error appears if instead of steps 5+6 you do:
5) select the (invalid - non existing) image and click on 'Insert/Edit? Link' in the toolbar.
I'll try for a patch - Andreas Andreou