[Webkit-unassigned] [Bug 76069] New: [GTK] ATK text-caret-moved events not being emitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 09:32:56 PST 2012


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

           Summary: [GTK] ATK text-caret-moved events not being emitted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
            Blocks: 25531


It seems that the fix for bug 72830 broke this as no 'text-caret-moved' event is being emitted when the caret moves across the text since it was applied.

To reproduce this bug, just do this:

1. Build WKGTK from trunk
2. Launch a browser (e.g. Epiphany) linked against that fresh WK build
3. Enable caret browsing by pressing F7
4. Position the caret anywhere in the test
5. Launch the following script: https://bugs.webkit.org/attachment.cgi?id=115151 (provided for bug 72382)

Expected: you should see text-caret-moved events showing up in the terminal

Actual: Nothing happens

This is a very important bug we should fix asap, and make sure we provide a proper unit test for it to avoid breaking things again in the future.

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