Closed
Bug 367780
Opened 18 years ago
Closed 18 years ago
assertion `ATK_IS_OBJECT (atk_object)' failed
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: monsanto, Assigned: evan.yan)
Details
(Keywords: access)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)
Build Identifier: version 3 alpha 1 (20070122)
I get two of the following assertion failure messages when I tab to the
"Prefers to receive messages formatted as:" combo box.
** (Gecko:24790): CRITICAL **: impl_getSelectedChild: assertion `ATK_IS_OBJECT (atk_object)' failed
Down arrowing through the combo box popup gives the above message for the "Plain text" and "HTML" entries.
at-poke shows that only one menu item "Unknown" exists in the combo box.
This is a high priority bug because Orca (or any other assistive technology" cannot present the combo box information.
Reproducible: Always
Steps to Reproduce:
1. Enable accessibility on the desktop
2. Launch the Address Book - New Card dialog
3. Tab to the "Prefers to receive messages formatted as:" combo box
Actual Results:
Assertion failure seen and no speech for the combo box.
Expected Results:
The combo box should not fail in reporting combo box information
Reporter | ||
Updated•18 years ago
|
Comment 1•18 years ago
|
||
(In reply to comment #0)
> 1. Enable accessibility on the desktop
Doesn't happen on 3.0a without accessibility enabled. Therefore it's more likely an accessibility problem -> moving to core/Disability Access APIs.
Assignee: mscott → aaronleventhal
Component: Address Book → Disability Access APIs
Product: Thunderbird → Core
QA Contact: address-book → accessibility-apis
(In reply to comment #0)
> at-poke shows that only one menu item "Unknown" exists in the combo box.
>
In my box, at-poke shows a menu "Unknow" as the Combobox's child, and the three combobox options are exposed as menu items of the menu "Unknow".
Updated•18 years ago
|
Assignee: aaronleventhal → Evan.Yan
Comment 3•18 years ago
|
||
not reproducilbe with 20070124 nightly.
same behavior as Evan found
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•