Closed
Bug 165667
Opened 23 years ago
Closed 20 years ago
Removing text from end of textbox should scroll remaining text into view
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jruderman, Assigned: kinmoz)
References
Details
Steps to reproduce:
1. Type a bunch of gibberish into a HTML form textbox.
2. Press backspace to delete the last character, or select the last few words
and delete them.
Expected: the textbox should scroll left to make the remaining text visible.
Result: nothing scrolls, so even if there's enough room to display the
remaining text, it is not displayed completely.
Works in IE 6.0 on Win XP, broken in Mozilla 082608.
Comment 2•22 years ago
|
||
Er, shouldn't you have dupped this bug to the older one?
Updated•22 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
Could reporter or someone else close this bug? It should have been duped
earlier, but I think it was duped in the wrong direction...
Anyway, testing with Moz 1.4.1 this works as expected.
Reporter | ||
Comment 4•22 years ago
|
||
I still see this bug in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a)
Gecko/20030923 Firebird/0.7+.
Comment 5•21 years ago
|
||
You are absolutely correct. I mixed this summary up with the other similar bugs.
I've finally figured out where the scrolling takes place for textboxes. I'll see
if I can come up with a patch shortly...
This applies to all platforms, not only XP.
Comment 6•20 years ago
|
||
This appears to affect the current sunbird as well (20050203)
See bug 286861
Comment 7•20 years ago
|
||
WFM, tested in Mozilla 1.8b2.
Also ok in 1.8b1 per comments in bug 286861. Fixed sometime during 1.8
development that is.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 8•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050630 Firefox/1.0+
Reporter | ||
Comment 9•17 years ago
|
||
Still happens for paste+undo (see bug 427172).
You need to log in
before you can comment on or make changes to this bug.
Description
•