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

[STR New]

Link: http://www.fltk.org/str.php?L2365
Version: 2.0-current


See STR 2361 for a version of 2.0 you can mess with in a sandbox.

Here's today's Rainbow Sally Transmition... 

TSR <=> RST, what's the diff?  :-)

Noticed in fluid2.
  
  FileChooser is not allowing the user to clear the Input field.  On the
  first key press, the character is pushed to the end of the string but
  the cursor position remains at zero so that the second and subsequent
  letters typed appear at the beginning of the string.
  
In FileChooser2 around line 527 change...

  // fileName->mark(fileName->position()); // no selection after expansion
  fileName->position(fileName->mark()); // move to end of string.

This will allow the second character typed to appear after the first. ;-)

I assume this problem was inherited from v 1.x, so take it or leave it.

v 2.x works.

The above bug fix will be in mod-patch-06, which is not ready to fly
yet.

Again, see STR 2361 for a working version of 2.0 that installs in the
privacy of your own home folder.

.


Link: http://www.fltk.org/str.php?L2365
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to