#17206 closed defect (fixed)
dojox TablePlugins don't work in IE9 and IE10 (at least)
Reported by: | Nick Fenwick | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.1 |
Component: | Editor | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/editor/tests/editorTablePlugs.html
Load tests file in IE9 or IE10. Put cursor in the first Editor in clear space (e.g. blank line below the initial paragraph of text). Click 'insert table' and accept defaults.
Expected result: table is inserted at the cursor position in the Editor iframe.
Actual result: table is inserted at the top of the tests page document.
It's supposed to work in IE, right?
I'm about to subclass the plugins, if I can, so we raise a dialog when clicked saying "this function is not supported in your browser". Can we please put this kind of functionality into the TablePlugins? themselves? If there are some functions that are known to fail in certain browsers or versions, use a has() test or similar to test the current browser and raise a friendly dialog, via a generic warning function that can be overridden if required.
Change History (4)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9.1 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Sounds like what I just fixed with PasteFromWord?, ebe0727.