[Libreoffice-bugs] [Bug 155129] Macro hangs after executing uno:GoToEndOfRow

2023-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155129

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

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

[Libreoffice-bugs] [Bug 155129] Macro hangs after executing uno:GoToEndOfRow

2023-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155129

Nick  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Nick  ---
I just upgraded:
Version: 7.5.3.2 (X86_64) / LibreOffice Community
Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

BUG no longer exists!

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

[Libreoffice-bugs] [Bug 155129] Macro hangs after executing uno:GoToEndOfRow

2023-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155129

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107659


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155129] Macro hangs after executing uno:GoToEndOfRow

2023-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155129

Nick  changed:

   What|Removed |Added

Summary|Macro hangs after executing |Macro hangs after executing
   |uno:GoToEndOfData   |uno:GoToEndOfRow

--- Comment #6 from Nick  ---
I've down some more chasing dwon what's occuring. The "Hanging" is occurring on
the Call of the second macro when it tries to execute
dispatcher.executeDispatch(document, ".uno:GoToEndOfRow".

I found the problem starts in the Call of the first macro after the execution
of 
dispatcher.executeDispatch(document, ".uno:GoToEndOfRow"

I stopped the execution after the first execution and found that although the
macro doesn't "Hang", the "End" key on the keyboard was not working! Ergo the
second execution is trying to do something that the keyboard can't even do.

FYI, Ctrl + End still does work.

I then have to reboot the computer to get the "End" key to work as it should.

I have access to a Linux computer to see what happens with that OS but that
will take some time.

Regarding stephane.guil...@libreoffice.org comments I found I could eliminate
that error by inserting
dim document, dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
in the called macro.
Note: I never had to do that before.

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