Closed
Bug 430454
Opened 17 years ago
Closed 17 years ago
first click into contentEditable area does not put the caret where it should be
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: liucougar, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
when there are more than one contentEditable areas in a page (such as http://starkravingfinkle.org/blog/wp-content/uploads/2007/07/contenteditable.htm ), focus in one of them, then left click the other, the caret is not moved to where the moues is left-clicked, but it is placed at the beginning of the other editable area
Reproducible: Always
Steps to Reproduce:
1. left click in the first editable area to focus it
2. left-click somewhere in the middle of the second editable area
Actual Results:
the caret is placed at the beginning of the second editable area
Expected Results:
it should be placed close to the place where the mouse is left-clicked
oh, please ignore the first line of user-Agent (FF 2.0.0.14), the second line is correct (this bug is about FF3.0b5), sorry about that
Comment 2•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042223 Minefield/3.0pre
Works fine for me. Maybe something that was fixed in the last month?
Please retest with the latest trunk nightly build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
right, it is fixed in latest nightly
thanks
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•