[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:44:35 PDT 2015


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

--- Comment #14 from Nan Wang <nanwang1101 at yahoo.com> ---
(In reply to comment #13)
> (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

The structure is "<ul role="tree"><li role="treeitem">tree item</li></ul>"
so the first child is the list marker, and second child is the static text.

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/0ea5db3e/attachment.html>


More information about the webkit-unassigned mailing list