Closed
Bug 595383
Opened 16 years ago
Closed 15 years ago
Crash in [@ nsXULTextFieldAccessible::NativeRole()] or [@ nsIContent::Tag()] using Windows 7 Narrator and entering text in Google search field
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: Tobbi, Assigned: surkov)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
|
1.20 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
I was crashing consistently with @ nsXULTextFieldAccessible::NativeRole() entering some text in the google search field on http://www.google.com
See:
http://crash-stats.mozilla.com/report/index/a5cbf23f-11f1-42b7-95ae-34b2b2100910
Steps to reproduce:
1. Start Windows Narrator
2. Make sure that Echo user's keystrokes is checked.
3. Open Google and enter something in the text field.
You crash consistently with
http://crash-stats.mozilla.com/report/index/a5cbf23f-11f1-42b7-95ae-34b2b2100910
I also crashed one time with
http://crash-stats.mozilla.com/report/index/bp-0fc01d18-6289-40fa-8e36-4ab7d2100910
| Reporter | ||
Updated•16 years ago
|
Component: Disability Access → Disability Access APIs
Product: Firefox → Core
QA Contact: disability.access → accessibility-apis
Version: unspecified → Trunk
| Reporter | ||
Comment 1•16 years ago
|
||
Another crash in [@ nsIContent::Tag] here:
http://crash-stats.mozilla.com/report/index/102c31db-c24b-4406-8c0d-dcb8f2100910
Summary: Crash in [@ nsXULTextFieldAccessible::NativeRole()] using Windows 7 Narrator and entering text in Google search field → Crash in [@ nsXULTextFieldAccessible::NativeRole()] or [@ nsIContent::Tag()] using Windows 7 Narrator and entering text in Google search field
Comment 2•16 years ago
|
||
It doesn't crash for me, with the steps to reproduce.
| Assignee | ||
Comment 3•16 years ago
|
||
regression from bug 592193, http://hg.mozilla.org/mozilla-central/rev/6baaadf1ddd0, IsDefunct() check is skipped in this case. We should put IsDefunct() check into acc_getRole.
blocking2.0: --- → ?
Keywords: regression
| Assignee | ||
Comment 4•16 years ago
|
||
includes a fix for bug 595387
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Attachment #474308 -
Flags: review?(bolterbugz)
Comment 5•15 years ago
|
||
Comment on attachment 474308 [details] [diff] [review]
patch
yep r=me
Attachment #474308 -
Flags: review?(bolterbugz) → review+
Comment 6•15 years ago
|
||
Approved blocking for this regression/crash for screen readers.
blocking2.0: ? → final+
| Assignee | ||
Comment 7•15 years ago
|
||
landed on 2.0 - http://hg.mozilla.org/mozilla-central/rev/97726087478a
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Don’t know if this is relevant, but I got a related crash on Vista:
4c0cd603-15f3-43a7-94d6-7197e2101231
Updated•14 years ago
|
Severity: normal → critical
Crash Signature: [@ nsXULTextFieldAccessible::NativeRole()]
[@ nsIContent::Tag()]
Keywords: crash
You need to log in
before you can comment on or make changes to this bug.
Description
•