New issue
Advanced search Search tips

Issue 606506 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 18
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

AXImageMapLink::elementRect() may be incorrect in some cases

Project Member Reported by wangxianzhu@chromium.org, Apr 25 2016

Issue description

AXImageMapLink::elementRect() has code path to deal with the case that a map is not referenced by any image and the result seems incorrect.

Normally maps and areas are invisible by themselves because their default style is "display: inline; width: 0; height: 0". If a map is referenced by an image, it creates areas in the image which respond to user interactions.

If a map and its areas are forced to be visible (e.g. using "display: block; width: 100px; height: 100px", regardless of whether the map is referenced by any image, the map and areas are visible and respond to user interaction by themselves. If the map is not referenced by any image, the map and areas should be treated just like normal blocks ignoring the shapes defined in the areas. Calling area->computeRect(map->layoutObject()) seems incorrect.


 
Labels: NewComponent-Accessibility-Blink NewComponent-Accessibility
Components: Blink>Accessibility
Components: -UI>Accessibility
Labels: -newcomponent-accessibility-blink -newcomponent-accessibility
Labels: triage-aaron
Labels: -triage-aaron
Labels: triage-dougt
Labels: -triage-dougt
Project Member

Comment 8 by sheriffbot@chromium.org, Aug 13

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Owner: wangxianzhu@chromium.org
Status: Assigned (was: Untriaged)
Is this still an issue? If so it could really use a test.
Status: WontFix (was: Assigned)
There is no longer ElementRect() method.

Sign in to add a comment