[Mono-bugs] [Bug 362227] Ink Journal - Moving selected text is choppy

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 4 08:30:59 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=362227

User mkostrzewa at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=362227#c1


Michael Dominic K. <mkostrzewa at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |mkostrzewa at novell.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |FIXED




--- Comment #1 from Michael Dominic K. <mkostrzewa at novell.com>  2008-03-04 06:30:57 MST ---
This is now fixed in r97292.

2008-03-04  Michael Dominic K.  <mdk at mdk.am>

    * src/uielement.cpp: When calling uielement_transform_point, make sure our
    transforms are up-to-date (not dirty).

    Since we're updating the transform matrices only in the expose (dirty)
    callback it can happen that two ie. mouse events arrive before we get to
    the expose. If the first mouse event invalidated the transform and the
    second one relies on the transform (ie. tries to obtain relative mouse
    position) it'd get bogus values since the transform has not been
    regenerated yet.

    Fixes the drag & drop behaviour in SL ink journal (the selection tool).
    Fixes: #362227.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list