Closed Bug 93549 Opened 24 years ago Closed 24 years ago

down arrow at end of text adds line

Categories

(Core :: DOM: Editor, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 88024
mozilla0.9.5

People

(Reporter: bzipitidoo, Assigned: anthonyd)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3) Gecko/20010801 BuildID: 2001080110 In the box used to type this description, hitting down arrow when cursor is on the last line of at least 2 lines of text created by use of the Enter key followed by entry of any character adds a new line. Reproducible: Always Steps to Reproduce: 1. In a text entry box, type "one". 2. Hit Enter. 3. Type "two". 4. Hit down arrow. Cursor moves a few pixel to the right. 5. Hit a character such as 'q'. Actual Results: one two q Expected Results: one twoq Two lines are added if Enter is hit in step 5. Originally reported in bug 88024.
editor.
Assignee: asa → beppe
Component: Browser-General → Editor
QA Contact: doronr → sujay
looking at the output of the submission, what gets sent to the server is this: one%0D%0Atwoq but, what is probably happening is that the right arrow is setting the caret to the right of the <br _moz_dirty= type=_moz> if you submit the page and then return to the page, the q actually rolls back up to the previous line
off to tony
Assignee: beppe → anthonyd
Status: UNCONFIRMED → NEW
Depends on: 88024
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → mozilla0.9.5
need to add jfrancs to this as well, what I am thinking is that we need to figure out how to not let the caret go beyond the _moz_dirty br
*** This bug has been marked as a duplicate of 88024 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.