[Webkit-unassigned] [Bug 90144] New: WebKitWebView claims that it has a selection while it doesn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 01:33:32 PDT 2012


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

           Summary: WebKitWebView claims that it has a selection while it
                    doesn't
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gdesmott at gnome.org


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

- Build and run the attached test app
- Select some text in the text view. As you can see the 'selection-changed' signal is fired and webkit_web_view_has_selection() returns TRUE; all good
- Now type some text in the GtkEntry at the bottom of the window and select this text. The view selection is deslected, the signal is fired but webkit_web_view_has_selection() still returns TRUE while there is no selection any more.

Actually, I noticed that single clicking in the view while having a selection does not update webkit_web_view_has_selection() either most of time.

This leads to some copy/pasting issue in Empathy: https://bugzilla.gnome.org/show_bug.cgi?id=603031#c13

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