Closed
Bug 245394
Opened 20 years ago
Closed 20 years ago
Cannot walk into image map's area children
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
()
Details
(Keywords: access)
Attachments
(1 file, 2 obsolete files)
7.25 KB,
patch
|
pkwarren
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Although GetChildAtPoint() is showing image maps, for some reason I then can't
walk into them map areas by using firstchild from the image.
Steps:
1. Open up http://www.moonset.net/aaronwork/tests/map_area.html
2. Run MSAA SDK's accexplore.exe
3. Drag target of image and see the various image map area child objects exposed
4. Try to manually go into image object and see it's children
What happens:
Image is a leaf object, no children exposed
What should happen:
- Image
Area #1
Area #2
...
Assignee | ||
Updated•20 years ago
|
Summary: Cannot walk into image frame → Cannot walk into image map's area children
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
Attachment #149947 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #149948 -
Flags: review?(pkw)
Comment 3•20 years ago
|
||
Comment on attachment 149948 [details] [diff] [review]
Override CacheChildren() instead of pre-cache method of overriding GetFirstChild() GetNextSibling() etc.
Need to iron out this AIX build failure:
"/home/pkw/sb/mozilla/trunk/mozilla/accessible/src/atk/nsHTMLLinkAccessibleWrap
.cpp", line 188.16: 1540-0218 (S) The call does not match any parameter list
for "operator=".
"/home/pkw/sb/mozilla/trunk/mozilla/accessible/src/atk/nsHTMLLinkAccessibleWrap
.cpp", line 188.16: 1540-1283 (I) "builtin operator=(nsIAccessible *,
nsIAccessible *)" is not a viable candidate.
gmake[3]: *** [nsHTMLLinkAccessibleWrap.o] Error 1
Attachment #149948 -
Flags: review?(pkw) → review-
Assignee | ||
Comment 4•20 years ago
|
||
Attachment #149948 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #150034 -
Flags: review?(pkw)
Comment 5•20 years ago
|
||
Comment on attachment 150034 [details] [diff] [review]
Hopefully fix error with ATK builds
Looks good to me.
Attachment #150034 -
Flags: review?(pkw) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #150034 -
Flags: superreview?(jst)
Comment 6•20 years ago
|
||
Comment on attachment 150034 [details] [diff] [review]
Hopefully fix error with ATK builds
sr=jst
Attachment #150034 -
Flags: superreview?(jst) → superreview+
Assignee | ||
Comment 7•20 years ago
|
||
Checking in src/html/nsHTMLAreaAccessible.cpp;
/cvsroot/mozilla/accessible/src/html/nsHTMLAreaAccessible.cpp,v <--
nsHTMLAreaAccessible.cpp
new revision: 1.21; previous revision: 1.20
done
Checking in src/html/nsHTMLAreaAccessible.h;
/cvsroot/mozilla/accessible/src/html/nsHTMLAreaAccessible.h,v <--
nsHTMLAreaAccessible.h
new revision: 1.14; previous revision: 1.13
done
Checking in src/html/nsHTMLImageAccessible.cpp;
/cvsroot/mozilla/accessible/src/html/nsHTMLImageAccessible.cpp,v <--
nsHTMLImageAccessible.cpp
new revision: 1.24; previous revision: 1.23
done
Checking in src/html/nsHTMLImageAccessible.h;
/cvsroot/mozilla/accessible/src/html/nsHTMLImageAccessible.h,v <--
nsHTMLImageAccessible.h
new revision: 1.17; previous revision: 1.16
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•