#1505 closed defect (fixed)
editor2: two editor instances do not respect the shareToolbar:false flag
Reported by: | dylan | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Editor | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We've added a testcase in tests/widget/Editor2/test_Editor2_replace.html
The editors toolbars are shared, in that if you have editor A in focus, editor B's toolbar acts upon editor A.
Change History (7)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
sounds like an issue of not defining things in the initalizer portion of defineWidget?
comment:3 Changed 16 years ago by
Milestone: | 0.4 → 0.4.1 |
---|
comment:4 Changed 16 years ago by
Component: | Widgets → Editor |
---|
comment:5 Changed 16 years ago by
Status: | new → assigned |
---|
have an idea now, will working on this soon
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [6393]) Change Editor2Commands to be per instance, rather than global Improved toolbar share support ContextMenu? share support All plugins are updated Fixes #1505: two editor instances do not respect the shareToolbar:false flag Fixes #1799: move EditorToolbarLight?.html to tests dir
Will blog this in dojo.foo soon
Note: See
TracTickets for help on using
tickets.
yes, I am aware of that.
However, I can not come up a decent way to fix this.
Any thoughts?