https://bugs.freedesktop.org/show_bug.cgi?id=69307

          Priority: medium
            Bug ID: 69307
          Assignee: [email protected]
           Summary: BASIC: No way to interrupt a running macro
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 3.6.0.4 release
         Component: BASIC
           Product: LibreOffice

Problem description: 

Could not interrupt a running macro

Steps to reproduce:
1. write simple macro such as

sub no_way_to_interrupt_me
    for i = 1 to 1000
        msgbox "hello"
    next
end sub

2. Press F5 to run macro

3. Try to interrupt it, keys like break, Ctrl x, or the F-keys did not work to
stop the macro

Current behavior:
  macro runs until the loop ends

Expected behavior:
  keys like Ctrl + break or esc should stop the macro



Operating System: All
Version: 3.6.0.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to