[Webkit-unassigned] [Bug 72830] New: [Gtk] Regression: text-inserted events lack text inserted and current line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 11:59:11 PST 2011


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

           Summary: [Gtk] Regression: text-inserted events lack text
                    inserted and current line
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdiggs at igalia.com


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

Steps to reproduce:

1. Launch the attached test script in an inaccessible terminal (e.g. xterm)
2. Launch epiphany
3. Navigate to http://live.gnome.org/Orca
4. Type something in the search entry of the resulting page

Expected results: After both steps 3 and 4, the test script would output the character inserted, the current line, and all of the text.

Actual results: The test script output is correct after step 3 (Gtk+ widget). However, after step 4, only the full text is correctly output. The event.any_data (which should contain the inserted text) and current line are empty.

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