DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2461 Version: 1.3-current I noticed that dragging text FROM an Fl_Input doesn't correctly change the cursor to indicate dragging. Dragging text from an Fl_Text_Editor works much better (but not as nice as on Windows). Case 1: source = Fl_Input: The cursor changes when dragging text, but changes back to the arrow cursor as soon as the Fl_Input widget is left. DND works nevertheless. Case 2: source = Fl_Text_Editor (test/editor): The cursor changes when dragging text, but never changes back; DND works almost as expected. Note 1: I couldn't replicate this with FLTK 1.1 (on Linux), because DND seems not to work at all with FLTK 1.1 (I used only this test case). DND works partly with FLTK 1.1 on Windows (Fl_Text_Editor doesn't work as drop target). Hence, in some aspect, FLTK 1.3 DND on Linux works even better than with FLTK 1.1. :-) Note 2: On Windows, the cursor changes when moving the mouse over legal drop targets and changes to the "forbidden" cursor otherwise. This is probably not as important, but would be nice to have under Linux. ;-) Tested on Ubuntu 9.04 with FLTK 1.3, svn r 7918. Link: http://www.fltk.org/str.php?L2461 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
