#4436 closed defect (wontfix)
Focus lost on interacting with toolbar
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Editor | Version: | 0.4.2 |
Keywords: | Cc: | Adam Peller | |
Blocked By: | Blocking: |
Description
If the cursor is set into the middle of a word (no selection is taken) and i.g. Bold, Fontsize, etc. is clicked, nothing happens, since the focus is lost and the cursor is out of the editor frame. This behavior results from the fact, that we need to set the following parameter within the DOM to prevent that each paragraph is shown as a movable object: "dojo.widget.byId(id).editNode.contentEditable = false;".
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
severity: | blocker → major |
---|
comment:3 Changed 12 years ago by
Cc: | Adam Peller added |
---|---|
Reporter: | changed from guest to jng@… |
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
dijit.Editor does not produce this behavior, so I'm closing this out as it's not a 'CRITICAL' (e.g. Security issue) patch to DOJO 0.4.x.
Tested Dijit version on the following...
PC - IE6, IE7, FF 1.5.0.12, FF 2.0.0.6 Mac - Safari 2.0.3, Opera 9.23, FF 2.0.0.3
Safari 2.0.3 does not render the Editor, however there are some patches in the works to fix this issue and it's already underway.
If anyone would like to submit a patch to the community for the 0.4.x version, then we will gladly apply it.
I have prepared a test package, but I cannot attach it since it's greater than the allowed maximum attachment size. Please contact me directly if you need the package. My Email addresss is: jng@…
Thanks in advance, Juergen Jung