[Webkit-unassigned] [Bug 184446] [GTK] With WebKitGTK+ 2.20.0, selecting text and unselecting it makes it randomly disappear/deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 02:45:51 PDT 2018


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This one broke it:

e8bffe0c56431710299cf68afb575ec578045055 is the first bad commit
commit e8bffe0c56431710299cf68afb575ec578045055
Author: Carlos Garnacho <carlosg at gnome.org>
Date:   Thu Nov 30 18:53:26 2017 +0100

    modules: Add wayland IM implementation

    This IM context implementation goes through the gtk-text-input protocol,
    leaving up to the compositor the actual interaction with IM engines. If
    the protocol is not offered by the compositor, GTK+ will fallback to the
    IMs as specified through GtkSettings.

:100644 100644 9d314d83bd16410e853400bbe37af094a30b6653 b4d1d69b4de08701cf97edf1d5bd84aee0884a7e M      configure.ac
:040000 040000 7ce13871d6a3f19573b3cc2aabdee603df6ac36f 21f2fd6fd4d30c2116ab1fd6d7586420a2d39d96 M      gtk
:040000 040000 bc9f5b41a0a0eaa899867f2147588203491c8e8f a2d628453316a142085b905b64d5d2a4ae16473b M      modules

And this one fixed it:

4b95d7406821196615149fb2527840ff14626a03 is the first bad commit
commit 4b95d7406821196615149fb2527840ff14626a03
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Mar 26 21:38:28 2018 -0400

    wayland: Don't emit signals if nothing changed

    We were emitting a preedit-changed even if the preedit text did
    not actually change, causing text views to scroll.

    https://gitlab.gnome.org/GNOME/gtk/issues/132
    https://gitlab.gnome.org/GNOME/gtk/merge_requests/83#note_93411

:040000 040000 c992aac22373017664702a6a395aebbdfb546bc2 8166d55705bb0d00ac176157b8f76e203f4cfe07 M      modules

Definitely not WebKit bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180411/c6f6f6d7/attachment-0002.html>


More information about the webkit-unassigned mailing list