<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: WebKit does not expose text fields inside tree views."
href="https://bugs.webkit.org/show_bug.cgi?id=142196#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: WebKit does not expose text fields inside tree views."
href="https://bugs.webkit.org/show_bug.cgi?id=142196">bug 142196</a>
from <span class="vcard"><a class="email" href="mailto:nanwang1101@yahoo.com" title="Nan Wang <nanwang1101@yahoo.com>"> <span class="fn">Nan Wang</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=142196#c13">comment #13</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=142196#c12">comment #12</a>)
> > (In reply to <a href="show_bug.cgi?id=142196#c11">comment #11</a>)
> > > (In reply to <a href="show_bug.cgi?id=142196#c10">comment #10</a>)
> > > > Created <span class=""><a href="attachment.cgi?id=251303" name="attach_251303" title="Archive of layout-test-results from ews103 for mac-mavericks">attachment 251303</a> <a href="attachment.cgi?id=251303&action=edit" title="Archive of layout-test-results from ews103 for mac-mavericks">[details]</a></span>
> > > > 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</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>