12011-01-31 Mario Sanchez Prada <msanchez@igalia.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 [Gtk] atk_text_set_caret_offset fails for list items
6 https://bugs.webkit.org/show_bug.cgi?id=53388
7
8 Allow using text ranges across list items.
9
10 * accessibility/gtk/AccessibilityObjectAtk.cpp:
11 (WebCore::AccessibilityObject::allowsTextRanges): Add list items
12 to the list of accessibility objects supporting text ranges.
13
142011-01-31 Mario Sanchez Prada <msanchez@igalia.com>
15
16 Reviewed by NOBODY (OOPS!).
17
18 [Gtk] atk_text_set_caret_offset fails for list items
19 https://bugs.webkit.org/show_bug.cgi?id=53388
20
21 Update unit test to check the fix for this bug.
22
23 * tests/testatk.c:
24 (testWebkitAtkCaretOffsets): Ensure setting the caret in a list
25 item through the AtkText interface is possible.