#11066 closed defect (fixed)
Table Plugins: Cell color is not consistent behavior across browsers.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Table Plugins: Cell color is not consistent behavior across browsers.
The way it selects and colors cells in Firefox varies from IE and also FireFox?.
This is due to how the getSelectedCells function works. I found that if you do it the 'ie' way, using id lookup, you cna get all browsers to behave consistently. So, getting rid of the old way for FF/Safari and commonizing. Also reduced code.
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
Changed 12 years ago by
Attachment: | tableplugs.patch added |
---|
Patch for cell selection and custom undo
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Also going to turn on editor 'custom undo' for all. It works better than native, particularly in cell editing. Other plugins already enable it to work (like NormalizeIndentOutdent?.