https://bugs.documentfoundation.org/show_bug.cgi?id=151970

--- Comment #8 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Have had a problem similar to this. Could solve it by adding 
Wait 500
in macro.
With

Sub Check_rl_term_context(oEvent AS OBJECT)
        oForm = oEvent.Source
        IF hasUnoInterfaces(oForm, "com.sun.star.form.XForm" ) THEN
                Wait 500
                MsgBox("Test")
        END IF
End Sub

I could move the mouse where ever I want. No next or previous row will appear. 

But the bug is still there: A button, which hasn't been pressed, should never
execute anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to