Opened 12 years ago
Closed 11 years ago
#9488 closed defect (fixed)
dojox.editor.plugins.TablePlugins: buttons should be disabled when table not selected
Reported by: | danieljack | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.3.1 |
Keywords: | TablePlugins | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
I noticed a problem with IE6 + IE7 (WinXP SP3) on dojox.editor.plugins.TablePlugins?. The 'modyfyTable' and 'tableContextMenu' are not working. Use the example http://download.dojotoolkit.org/release-1.3.1/dojo-release-1.3.1/dojox/editor/tests/editorTablePlugs.html to verify.
Change History (5)
comment:1 Changed 12 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Mike Wilcox |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Component: | Dojox → Editor |
---|---|
Summary: | Problem with IE6 + IE7 on dojox.editor.plugins.TablePlugins → dojox.editor.plugins.TablePlugins: buttons should be disabled when table not selected |
All those buttons should be disabled except when a table is selected. IIRC that's what updateState() is for.
comment:4 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:5 Changed 11 years ago by
Milestone: | future → 1.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is was fixed in 1.5 (Plugins were updated to handle this properly.)
Note: See
TracTickets for help on using
tickets.
It's actually an IE and FF issue. The test case is, if the table is not selected (e.g. out of focus) and click the "editTable" button, there will be a "null" error popup.