[Webkit-unassigned] [Bug 53436] New: [Gtk] atk_text_get_caret_offset fails for list items
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 31 10:11:47 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53436
Summary: [Gtk] atk_text_get_caret_offset fails for list items
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: msanchez at igalia.com
Blocks: 25531
Steps to reproduce:
1. Open the test case attached to bug 53388 (attachment 80582) in Epiphany.
2. Enable caret mode by pressing F7 and manually (with the mouse) place the caret in the first item, right after the 'First' word.
3. Using Accerciser, attempt to get the caret position within that list item, by:
A. Selecting the corresponding object in Accerciser's tree of accessible objects
B. Typing 'acc.queryText().caretOffset()
Expected results: You should get 8 as the offset value
Actual results: You get 5 as the offset value, basically because it's plainly ignoring the fact that a 3-characted marker ('1. ') is present for that list item.
--
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