[Webkit-unassigned] [Bug 142196] AX: WebKit does not expose text fields inside tree views.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 23:41:56 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142196

--- Comment #13 from chris fleizach <cfleizach at apple.com> ---
(In reply to comment #12)
> (In reply to comment #11)
> > (In reply to comment #10)
> > > Created attachment 251303 [details]
> > > Archive of layout-test-results from ews103 for mac-mavericks
> > > 
> > > The attached test failures were seen while running run-webkit-tests on the
> > > mac-ews.
> > > Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
> > 
> > This seems like a real failure this one
> > 
> >  PASS resultElement.role is 'AXRole: AXOutline'
> > -PASS resultElement.childAtIndex(0).childAtIndex(0).stringValue is 'AXValue:
> > tree item'
> > +FAIL resultElement.childAtIndex(0).childAtIndex(0).stringValue should be
> > AXValue: tree item. Was AXValue: •.
> >  PASS resultElement.role is 'AXRole: AXStaticText'
> 
> Since the fix is exposing all children of treeitem, the test is failed
> because the text is the second child of the treeitem. Can I change the test
> case to get childAtIndex(1)?
>

What is the first child? We want to make sure that the things we're now exposing are children of tree items only. presumably the first child here is a tree item?

> Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150422/e9c39fcb/attachment.html>


More information about the webkit-unassigned mailing list