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

--- Comment #12 from Rafael Lima <[email protected]> ---
For some reason the commands .uno:GoLeftSel and .uno:GoUpSel are disabled in
the tabbed interface. If you run the following macro in LO 7.4 using the Tabbed
interface, LibreOffice will stop responding and you'll have to kill its
process.

Sub SelectLeft
  dispatcher = CreateUnoService("com.sun.star.frame.DispatchHelper")
  provider = ThisComponent.CurrentController.Frame
  dispatcher.executeDispatch(provider, ".uno:GoLeftSel", "", 0, Array())
End Sub

The macro above will work if you return to the standard toolbar and restart
LibreOffice.

So basically switching the interface is disabling these commands.

I'm not sure if this is related, but I got these messages in the terminal after
launching LO 7.4 from the terminal:

warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 25917
warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 26189
warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 26190

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

Reply via email to