Re: [fltk.bugs] [HIGH] STR #2365: FileChooser Berzerk When Typing Paths

2011-02-07 Thread rainbowsally
When I first saw this I thought it got posted to me by accident.  I was 
going to offer to look up the fix, which I think I did in version 1.16.

Thanks for the note, Ben.  Let me know if there's anything I can do to 
help.  I have copies of several old versions of fltk, from v1, though a 
working 2.x with demos and themes (which need a complete rework in order 
to inherit predictably, but they do work such as they are).


Ben Stott wrote:
 [STR Closed w/Resolution]

 Link: http://www.fltk.org/str.php?L2365
 Version: None
 Fix Version: None (r8385)


 Fixed in Subversion repository.

 Thanks for the work, RS. I'll get around to reviewing all your fixes at
 some point!


 Link: http://www.fltk.org/str.php?L2365
 Version: None
 Fix Version: None (r8385)


   

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


Re: [fltk.bugs] [HIGH] STR #2365: FileChooser Berzerk When Typing Paths

2011-02-06 Thread Ben Stott

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2365
Version: None
Fix Version: None (r8385)


Fixed in Subversion repository.

Thanks for the work, RS. I'll get around to reviewing all your fixes at
some point!


Link: http://www.fltk.org/str.php?L2365
Version: None
Fix Version: None (r8385)

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


[fltk.bugs] [HIGH] STR #2365: FileChooser Berzerk When Typing Paths

2010-05-07 Thread rainbow sally

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
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs