Re: [fltk.bugs] [MOD] STR #2629: Command shortcuts make Mac OS beep

2011-05-13 Thread Manolo Gouy

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2629
Version: 1.3.0
Fix Version: 1.3.0 (r8660)


Fixed in Subversion repository.


Link: http://www.fltk.org/str.php?L2629
Version: 1.3.0
Fix Version: 1.3.0 (r8660)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] [MOD] STR #2629: Command shortcuts make Mac OS beep

2011-05-12 Thread geuzaine

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current


On Mac OS X 10.6.7, using a FL_COMMAND shortcut triggers a system sound.

To reproduce: 
- launch the editor demo in the test directory
- press Command-O to open a file
- beep

I've tried to pinpoint the commit in the fltk-1.3 development history when
this behaviour started, but I could not (yet) find the culprit...
(The problem is not present in fltk-1.1.x.)


Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2629: Command shortcuts make Mac OS beep

2011-05-12 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current


Yup - I had not noticed that, but I just did back to back tests of my app
with fltk-1.1 and fltk-1.3, and the 1.3 build beeps every time I hit a
CMD+key whereas the 1.1 build is silent.

So something has changed in there.
I have no idea what - probably one for Manolo as he's good at pinning down
OSX weirdness.


Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2629: Command shortcuts make Mac OS beep

2011-05-12 Thread Matthias Melcher

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current


The command that is beeping is line 1702 in Fl_cocoa.mm:


[edit interpretKeyEvents:[NSArray arrayWithObject:theEvent]];


Link: http://www.fltk.org/str.php?L2629
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs