#10960 closed defect (fixed)
dojox.editor.plugins.TablePlugin doesn't set TD background color on IE
Reported by: | youngho | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.4.0 |
Keywords: | editor table plugin | Cc: | |
Blocked By: | Blocking: |
Description
TablePlugin does not set TD background color on IE. But FF, Chrome, Safari works well.
You can see it from
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/editor/tests/editorTablePlugs.html
Change History (5)
comment:1 Changed 10 years ago by
Owner: | set to Jared Jurkiewicz |
---|
comment:2 Changed 10 years ago by
Owner: | changed from Jared Jurkiewicz to Mike Wilcox |
---|
comment:3 Changed 10 years ago by
The problem is due to how 'getSelectedCells' works. Basically, it only works if you select cells across a boundry. Just having a cursor inside the cell won't work. It needs to check for collapsed ranges, and then search up for an ancestor 'td' in those cases.
Fix coming.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Your plugin, Mike.