Closed
Bug 376348
Opened 19 years ago
Closed 19 years ago
CORBA error on getAttributes() for document frame
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: scott, Assigned: surkov)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.20 KB,
patch
|
ginnchen+exoracle
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a4pre) Gecko/20070401 Minefield/3.0a4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a4pre) Gecko/20070401 Minefield/3.0a4pre
Calling getAttributes() on the document frame results in a CORBA error.
Reproducible: Always
Steps to Reproduce:
1. Use accerciser to test. Highlight doc frame and use ipython console to send getAttributes() command using acc.getAttributes().
2.
3.
Actual Results:
CORBA error
Expected Results:
The returned value should be the document frame's attributes or the empty set if there are no attributes.
Comment 3•19 years ago
|
||
Comment on attachment 260814 [details] [diff] [review]
patch
>
nsAccessible::GetAttributes
I think this is supposed to be nsDocAccessible::
Send the review over to ginn.chen.
Attachment #260814 -
Flags: review?(aaronleventhal) → review-
| Assignee | ||
Comment 4•19 years ago
|
||
Assignee: ginn.chen → surkov.alexander
Attachment #260814 -
Attachment is obsolete: true
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #260818 -
Flags: review?(ginn.chen)
Attachment #260818 -
Flags: review?(ginn.chen) → review+
| Assignee | ||
Comment 5•19 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•