Opened 11 years ago
Closed 11 years ago
#9930 closed defect (fixed)
[regression] Problematic dijit.Editor cursor placement on click in Webkit
Reported by: | chaitanya | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Issue with dijit.Editor: if I click on an area in the editor below the last line of text (the mouse pointer doesn't change into a cursor icon over this region, but its still the editing area), instead of positioning the cursor at the end of the text, the cursor is positioned at the beginning.
This is unexpected behaviour and it occurs in Webkit based browsers (Safari/Chrome?). It works correctly on Firefox 3.5 and IE 6.
This is confirmed on both dojo release 1.3.1 and trunk.
Attachments (1)
Change History (8)
comment:1 Changed 11 years ago by
Changed 11 years ago by
Attachment: | editorStyleWebkit.patch added |
---|
I think this patch fixes it. Can you try it in your environment?
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | changed from bill to Jared Jurkiewicz |
Looks good to me, go for it.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 11 years ago by
Priority: | normal → high |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | Problematic dijit.Editor cursor placement on click in Webkit → [regression] Problematic dijit.Editor cursor placement on click in Webkit |
In [20198] auto-expanding Editors in FF3 do not actually expand anymore. Safari still seems ok.
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
If I do this, the issue is fixed in Chrome, but not in Safari: