Closed
Bug 88549
Opened 24 years ago
Closed 24 years ago
left and right keys doesn't cross lines in text widget
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: stef, Assigned: asa)
References
Details
In a text widget containing multiple lines, when pressing the
left/right keys, the cursor does not jump to the previous/next
line when the beginning/end of the line is reached.
More, if you cut a text containing multiple lines, a kind of
barrier is created. For example:
aaaaabbbb
bbbbccccc
if I cut all 'bbbb' the result is
aaaaa|ccccc
The '|' indicates the invisible barrier.
build:2001062906 (with installer,no mail,no chat)
system: linux debian
Comment 1•24 years ago
|
||
I like the idea. Marking NEW
->Event handling
Status: UNCONFIRMED → NEW
Component: Browser-General → Event Handling
Ever confirmed: true
Comment 2•24 years ago
|
||
Is related to Bug #88164
Comment 3•24 years ago
|
||
Indeed it is. Thanks for the dup
Marking dupe of bug 88164
*** This bug has been marked as a duplicate of 88164 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
the cut issue might not be solved by that fix.
Comment 5•24 years ago
|
||
verified duplicate of bug 88164, which has been fixed - checked in buildID :
20010727-00-0.9.2
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•