Closed
Bug 83694
Opened 24 years ago
Closed 24 years ago
Hitting Del in an input box crashes when BiDi enabled (rtl)
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: wolruf, Assigned: mkaply)
References
()
Details
(Keywords: crash, rtl)
Attachments
(1 file)
346 bytes,
text/html
|
Details |
Using latest Mozilla 20010601 on Win32, it crashed when viewing a page with
BiDi content and hitting Delete within an input box.
URLs:
http://nocc.sourceforge.net/demo/?lang=ar (UTF-8 Arabic)
http://nocc.sourceforge.net/demo/?lang=he (ISO-8859-8-i Hebrew)
Focus is on the first input box.
Type "Del" (crash doesn't occur when hitting "Backspace").
Mozilla crashes.
I'll add a simple test to reproduce.
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
I trap just doubleclicking on the entryfield to give it focus.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
Can somebody confirm whether this is a dupe of 83448?
Comment 4•24 years ago
|
||
The stack traces are slightly different between the 2 cases.
For this bug, it is a short trace for a crash:
------------------
Stack Trace
nsTextEditRules::WillDeleteSelection
[d:\builds\seamonkey\mozilla\editor\base\nsTextEditRules.cpp, line 824]
------------------
This is what I got from the Talkback trace for this bug.
For Bug 83448, I got the following stack trace:
------------------
Stack Trace
nsCOMPtr_base::~nsCOMPtr_base
[d:\builds\seamonkey\mozilla\xpcom\base\nsCOMPtr.cpp, line 47]
nsWeakReference::QueryReferent
[d:\builds\seamonkey\mozilla\xpcom\base\nsWeakReference.cpp, line 152]
nsTextEditRules::WillDoAction
[d:\builds\seamonkey\mozilla\editor\base\nsTextEditRules.cpp, line 257]
------------------
There is some similarity, however, between the 2 in that both
involves nsTextEditRules.cpp.
I suggest we keep both bugs open and get one of them fixed
and see what happens to the other.
CC'ing Gilad who will the be default QA contact next week.
Comment 5•24 years ago
|
||
Attachment 36636 [details] in bug 83448 fixes this crash for me, so I'm going ahead and
marking this bug as a dupe. Anyone who disagrees feel free to reopen it
(especially mkaply, since you seem to be seeing slightly different behaviour,
which I never managed to reproduce)
*** This bug has been marked as a duplicate of 83448 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 6•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: momoi → layout.fonts-and-text
You need to log in
before you can comment on or make changes to this bug.
Description
•