[Dojo-checkins] [dojo] #10415: Make dijit.Editor use contentEditable in Firefox whenever it supports it
dojo
trac at dojotoolkit.org
Sat Nov 28 00:33:26 EST 2009
#10415: Make dijit.Editor use contentEditable in Firefox whenever it supports it
-----------------------------+----------------------------------------------
Reporter: MarcosPri | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: tbd
Component: Dijit | Version: 1.4.0b
Severity: normal | Resolution: duplicate
Keywords: Editor, Firefox |
-----------------------------+----------------------------------------------
Comment(by bill):
PS: your comment about "avoid the annoyances of two different
implementations for the editor" is inaccurate, as editor is currently
using an iframe everywhere... there's only one implementation.
Still, a patch to convert the editor to always use a contentEditable <div>
would be welcome. Note that dojo no longer supports FF2 or earlier.
We need some kind of solution to support user defined stylesheets
(probably automatically rewriting the stylesheet so that each pattern
includes the id of the editor's div). Also need to make sure that we
don't lose the selected text when using the keyboard to navigate from the
content to the toolbar.
--
Ticket URL: <http://trac.dojotoolkit.org/ticket/10415#comment:2>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit
More information about the Dojo-checkins
mailing list