[Wayland-bugs] [Bug 77347] weston-editor keyboard does not appear until mouse move

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 16 22:44:56 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=77347

Kristian Høgsberg <krh at bitplanet.net> changed:

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

--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
commit a4a6f161290d88895cb7a7172fcee21b1546e0da
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
Date:   Mon Apr 14 15:48:06 2014 +0300

    animation: Fix input panel slide animation

    The position for the slide animation was calculated assuming the value
    of the spring was always between 0.0 and 1.0. Commit 3a869019 broke
    that assumption, and the result was that the panel would be positioned
    at an invisible part of screen. Since there would be no output repaints
    scheduled, the result of the animation would only be seen if something
    else triggered a repaint (such as a mouse cursor movement).

    This patch changes the values for the slide animation's spring to range
    between 0.0 and 1.0, thus fixing the position of the panel and the lack
    of scheduled repaints problem.

    https://bugs.freedesktop.org/show_bug.cgi?id=77347

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140417/941d9011/attachment.html>


More information about the Wayland-bugs mailing list