#15175 closed defect (bug) (worksforme)
Unable to insert link to media using Visual editor while using IE8
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0.1 |
| Component: | TinyMCE | Keywords: | |
| Focuses: | Cc: |
Description
It seems, in IE8, if I attempt to insert a media file (an inline image, link to a document, etc.) while using the Visual editor, IE8 throws a JavaScript error: "Object required". The JavaScript that the IE8 debugger highlights is this:
if(!s&&(!b||q.selection.getNore().ownerDocument!=q.getDoc()))
I've disabled all my plugins, and the behavior is consistent with no plugins loaded.
However, if I switch to the HTML editor, the insert behavior works correctly. So, at the least, there is a workaround.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Can't reproduce this (and are you sure that's getNore, and not getNode?). Closing as worksforme.