Bug #18127 No configure -service mode on OS X
Submitted: 10 Mar 2006 9:12 Modified: 29 Apr 2006 6:32
Reporter: Danny Martin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.1.3 OS:MacOS (Mac OS X)
Assigned to: Alfredo Kojima CPU Architecture:Any

[10 Mar 2006 9:12] Danny Martin
Description:
When starting Administrator you can't access the 'skip' button toggle by pressing control key. OS X uses the control key to toggle the (non-existant) right mouse button, so by default the control key does not report a keydown event.

How to repeat:
N/A

Suggested fix:
It would be preferable to have a menu option to switch between the two start up modes, alternatively you could check for a right click on the 'cancel' button (with isCMMClick or similar), or just change the button needed to 'alt' (for compatibility)...
[29 Apr 2006 6:32] Alfredo Kojima
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Added the Command key as Skip key.