Re: [fltk.bugs] [LOW] STR #2027: Fl::error(), Fl::fatal(), and Fl::warning() documentation issues

2008-12-10 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2027 Version: 1.3-current Fix Version: 1.3.0 (r6576) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2027 Version: 1.3-current Fix Version: 1.3.0 (r6576) ___ fltk-bugs

Re: [fltk.bugs] [HIGH] STR #2094: Fl_Input: FL_WHEN_ENTER_KEY_ALWAYS triggering callbacks on focus changes

2008-12-10 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2094 Version: 1.3-current This is just a reminder for who will have some time to finish 2026 (which btw hides quite some anomalies more serious than the bug report on the

Re: [fltk.bugs] [HIGH] STR #2094: Fl_Input: FL_WHEN_ENTER_KEY_ALWAYS triggering callbacks on focus changes

2008-12-10 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2094 Version: 1.3-current I think I'm going with this hotfix for now (leaving the FL_UNFOCUS fallthrough): case FL_HIDE: fl_reset_spot(); if (!readonly() && -

Re: [fltk.bugs] [HIGH] STR #2094: Fl_Input: FL_WHEN_ENTER_KEY_ALWAYS triggering callbacks on focus changes

2008-12-10 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2094 Version: 1.3-current Not sure what to offer without making a new bitflag. I noticed some other bad behavior with the current release as well: the callback is trigger