[Webkit-unassigned] [Bug 53389] New: [Gtk] atk_text_set_caret_offset returns True even when it is unsuccessful

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 29 17:40:04 PST 2011


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

           Summary: [Gtk] atk_text_set_caret_offset returns True even when
                    it is unsuccessful
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: apinheiro at igalia.com, msanchez at igalia.com


+++ This bug was initially created as a clone of Bug #53388 +++

Created an attachment (id=80582)
 --> (https://bugs.webkit.org/attachment.cgi?id=80582&action=review)
test case

Steps to reproduce:

1. Open the attached test case in Epiphany.

2. Using Accerciser, attempt to set the caret position within the paragraph and within the first list item, by:

A. Selecting the corresponding object in Accerciser's tree of accessible objects

B. Typing 'acc.queryText().setCaretOffset(n)' - where 'n' is the desired offset.

Expected results: You'd be able to set the caret offset for both objects. **Non-cloned stuff: AND if you could not, False would be returned.**

Actual results: You can set the caret offset for only the paragraph; not the list item. **Non-cloned stuff: BUT True is always returned.**

-- 
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