https://bz.apache.org/ooo/show_bug.cgi?id=126794

          Issue ID: 126794
        Issue Type: DEFECT
           Summary: using shell command causes application errors
           Product: Base
           Version: 4.1.2
          Hardware: Mac
                OS: Mac OS X 10.10
            Status: UNCONFIRMED
          Severity: Major
          Priority: P5 (lowest)
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]

this is a OpenOffice Base issue that was observed with 
Version 4.0.1 and 4.1.2
on OSX 10.6.8 and 10.10.5.


Using a macro with a string like

shell("/Applications/Firefox.app/Contents/MacOS/firefox",1,"http://"; &
browser_dispatch_url)

or 

shell("/Applications/Mail.app/Contents/MacOS/Mail",1,"mailto:"; &
email_dispatch_url)


where 

dim browser_dispatch_url as string
dim email_dispatch_url as string

it happens that after using the makro the application ran within the makro will
not start any longer from the gui.

It still starts by using the makro.



To solve the issue it was necessary to completely uninstall and reinstall the
application.

It did happen with FireFox, OSX Mail, OSX Safari.


When starting the application from GUI, the Error is like "application is
defected"



A second phenomen that was observed:

It is that each windowstyle (0,1,2,3,4,6,10) 

'Windowstyle
'    1 - The program receives the focus and is started in a normal-sized
window.
'    2 - The program receives the focus and is started in a minimized window.
'    3 - The program receives the focus and is started in a maximized window.
'    4 - The program is started in a normal-sized window, without receiving the
focus.
'    6 - The program is started in a minimized window, the focus remains in the
current window.
'    10 - The program is started in full screen mode.

shows the same appearance: The proggram doesn't receive the focus and is
started in full screen mode. 

If the program is already running, an error is displayed, that it wasn't
possible to start the program twice.

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

Reply via email to