Summary: | [Gtk] ROLE_ROW_HEADER should not be used for list item bullets/numbers | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joanmarie Diggs (irc: joanie) <jdiggs> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | VERIFIED FIXED | ||||||||
Severity: | Normal | CC: | apinheiro, walker.willie, xan.lopez | ||||||
Priority: | P2 | Keywords: | Gtk | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Linux | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 25531 | ||||||||
Attachments: |
|
Description
Joanmarie Diggs (irc: joanie)
2009-05-20 16:42:04 PDT
Created attachment 30515 [details]
aforementioned test case
Created attachment 30541 [details]
use ROLE_TEXT for ListMarkerRole
Have you tried to figure out how to do the 'preferred result'? :) Joannie, would it be useful to you if we commit this while we figure out if we can get the preferred solution? (In reply to comment #4) > Joannie, would it be useful to you if we commit this while we figure out if we > can get the preferred solution? > I could go either way. That said, the preferred solution could be looked at as another bug, one related to (if not the same as) bug 25675. In both cases, multiple accessibles are present when only one (IMHO) should be. Jan fixed the most important issue reported here, namely the role. Thanks! Comment on attachment 30541 [details]
use ROLE_TEXT for ListMarkerRole
OK! Then let's commit this and let's try to fix the bigger issue in other bug. FWIW, I need to fix something similar to finish my get_text_at_offset patch, WebKit splits text separated by <br> in different elements, which makes testing the feature pretty complicated.
Verifying. Thanks! |