Closed
Bug 16432
Opened 25 years ago
Closed 25 years ago
[DOGFOOD][IME][IME-CRASH]nsHTMLEditRules::IsFirstNode Crash when typing JA text in Editor
Categories
(Core :: Internationalization, defect, P1)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: blee, Assigned: mozeditor)
References
Details
(Keywords: inputmethod, Whiteboard: [PDT+])
To see this,
Open Tasks| Editor, switch on JA IME and start typing.
==> Aprunner crashes.
Windows StackTrace >> http://babel/stacktrace/14239710.htm
MacsBug log >> http://babel/macsbuglogs/stdlog_101499
blds: Win 10-14-09-M11, Mac 10-14-08-M11,
Linux info not available yet - malfunction in JA IME
Updated•25 years ago
|
Assignee: buster → ftang
Component: Editor → Internationalization
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Updated•25 years ago
|
Priority: P3 → P2
Summary: Crash typing JA text in Editor → [IME]Crash typing JA text in Editor
Updated•25 years ago
|
Priority: P2 → P1
Summary: [IME]Crash typing JA text in Editor → [IME][IME-CRASH]Crash typing JA text in Editor
Summary: [IME][IME-CRASH]Crash typing JA text in Editor → [DOGFOOD][IME][IME-CRASH]Crash typing JA text in Editor
Updated•25 years ago
|
Assignee: ftang → jfrancis
Status: ASSIGNED → NEW
Summary: [DOGFOOD][IME][IME-CRASH]Crash typing JA text in Editor → [DOGFOOD][IME][IME-CRASH]nsHTMLEditRules::IsFirstNode Crash when typing JA text in Editor
Comment 2•25 years ago
|
||
Change the summary from "[IME]Crash typing JA text in Editor" to "[IME]nsHTMLEditRules::IsFirstNode Crash when typing JA text in Editor". I
check cvs
blame http://cvs-mirror.mozilla.org/webtools/bonsai/cvsblame.cgi?file=mozilla/editor/base/nsHTMLEditRules.cpp . It show jfrancis on the blame
except one line from buster. Reassign to jfrancis for that reason.
Comment 3•25 years ago
|
||
I got the same crash. I crash even before start typing. It crash immediately when I bring up the Editor with Keyboard set to Japanese.
The stack looks like
PreShell::HandleEvent
nsHTMLHtlElement::HandleDOMEvent
nsEventListnerManager::HandleEvent
nsTextEditorTextListener::HandleText
nsHTMLEditor::SetCompositionString
nsHTMLEditRules::DidDoAction
nsHTMLEditRules::GetPromptedRanges
nsHTMLEditRules::GetPromptedPoint
nsHTMLEditRules::IsFirstNode
and it crash in the line
parent->GetChildNodes(getter_AddRefs(childList));
childList.mRawPtr == 0x00000000
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
accepting/m11
*** Bug 17080 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Doesn't happen anymore in these blds: Win32 10-28-09-M11, Mac 10-27-08-M11, Linux
10-28-08-M11. Resolving as fixed.
Updated•14 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•