Bug 124198 - AX: Enabling VisibleOnly on search predicate broken in iframes
Summary: AX: Enabling VisibleOnly on search predicate broken in iframes
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.9
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-12 05:25 PST by chendo
Modified: 2022-10-09 05:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch includes failing test case. (3.42 KB, patch)
2013-11-12 05:25 PST, chendo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chendo 2013-11-12 05:25:54 PST
Created attachment 216657 [details]
Patch includes failing test case.

When using the AXUIElementsForSearchPredicate parameterised attribute, it does not return any elements, even if they are visible.

I've tried to write a test for it, but it seems I cannot search within iframes at all using the JS test helpers. Attached is the test case I've written.
Comment 1 Radar WebKit Bug Importer 2013-11-12 05:26:16 PST
<rdar://problem/15447346>
Comment 2 Ahmad Saleem 2022-10-09 05:15:47 PDT
In the test - it is referring to : <iframe src="resources/iframe-aaaaainner.html" width="500" height="200"></iframe>


While the resource file name is - iframe-inner.html

Is it intentional? Thanks!