https://bugs.documentfoundation.org/show_bug.cgi?id=91879
--- Comment #18 from Robert Großkopf <[email protected]> --- Have opened a new bug for this. Changed the macro a little bit to get only one event when changing record. Sub Check_rl_term_context(oEvent AS OBJECT) oForm = oEvent.Source IF hasUnoInterfaces(oForm, "com.sun.star.form.XForm" ) THEN MsgBox("Test") END IF End Sub So we have only one buggy behavior to look for: Moving to next or previous row while moving mouse over navigation bar. -- You are receiving this mail because: You are the assignee for the bug.
