[fltk.bugs] [MOD] STR #2800: background not drawn in widget when label empty and image has been set to null

2012-01-20 Thread joerg-walter
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2800 Version: 2.0-current 1 label is empty. 2 image was set. 3 widget was drawn. 4 set image to null. 5 problem: function returns before background is drawn. void Widg

[fltk.bugs] tab cylcling bug in fltk::Group::handle()

2008-10-21 Thread joerg-walter
if widgets that can take focus are embedded in a group hirarchy, then pressing TAB / RightKey will eventually result in the focus stopping on the last widget in the window instead of passing to the first widget in the window again. The reason is the marked if-check in Group::handle(): case K

[fltk.bugs] Bug in Browser keystroke handling

2007-08-22 Thread joerg-walter
When pressing the cursor-right-key the browser item is set to open and the next visible item is selected. After that a callback is done (for the newly selected item). But no callback is done for the opening action for the first item. That works fine if the tree is already populated but if the t