[Webkit-unassigned] [Bug 27011] [Gtk] Implement support for get_index_in_parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 11:42:53 PDT 2009


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





--- Comment #2 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2009-07-08 11:42:52 PDT ---
Created an attachment (id=32463)
 --> (https://bugs.webkit.org/attachment.cgi?id=32463)
test case

Thanks for looking at this so quickly!

I'll look/test more closely later tonight (after the DayJob), but from some
quick testing I found at least one oddity:

1. Open the attached in Epiphany.

2. In Accerciser, expand the accessible associated with the list and highlight
the first list item.

3. acc.getIndexInParent()

4. Choose the next list item.

5. acc.getIndexInParent()

Rinse and repeat for each immediate child of the list. Here's what I get:

1st child: 0
2nd child: 0 <-- should be 1
3rd child: 1 <-- should be 2
4th child: 2 <-- should be 3
5th child: 4
6th child: 5
7th child: 6

And, yes, given that there are 5 list items rather than 7, it would seem I've
found another bug. :-) I'll file it shortly. But given the rendering of the
list as having 7 children, I'd expect those children to have the indexes
indicated above.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list