Closed
Bug 301217
Opened 19 years ago
Closed 19 years ago
Hang when invoking "select all", then right-arrow, in RTL textarea
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: uriber, Unassigned)
References
Details
(Keywords: hang, regression, rtl)
Attachments
(1 file)
301 bytes,
text/html
|
Details |
In the testcase I'm about to attach:
1. type a character (or more) inside the textarea
2. invoke "select all" (command-A)
3. press the right arrow
Firefox will hang.
This regressed between 2005-04-03 and 2005-04-04. Possible candidates are bug
288117, bug 288888 and bug 56314.
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
The infinite loop is in nsFrame::GetFrameFromDirection.
The patch for bug 288789 fixes this.
Depends on: 288789
Flags: blocking1.8b4?
Reporter | ||
Comment 3•19 years ago
|
||
Reproduced on Windows -> All/All.
I also noticed that when this happens firefox is quickly consuming memory
resources, with the potential of bringing the entire system to a halt if it is
not killed on time.
OS: MacOS X → All
Hardware: Macintosh → All
Comment 4•19 years ago
|
||
Also confirmed on Mac.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050728
Firefox/1.0+
Flags: blocking1.8b4? → blocking1.8b4+
Reporter | ||
Comment 5•19 years ago
|
||
Fixed by the patch to bug 288789. Verified using an hourly build from after the
patch was checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
You need to log in
before you can comment on or make changes to this bug.
Description
•