Bugz?

*Noticed in docs.
*
The revision numer is wrong on the index page.

Revision 17 by Bill Spitzak, Michael Sweet, Craig P. Earls, Matthias Melcher,
 Nicolas Kaiser, your_name_here

*Noticed in fluid.
*
*Splash screen* disappears too quickly.  Give it about 1.5 to 2 seconds.

(ALL RIGHT!! The "wrote code" dialog really gets to the top!  Another
snip for me to study.)

*Tooltip timeouts*: Too many tooltips obscure the clickable fields.  A
suggestion:

 When we LEAVE a window it should reset the tooltip timeout so we don't
 immediately get hit with a tooltip, which may obscure the underlying
 widget that we need to get at.

*Input widget*: After inserting the path, set the cursor at the end of the string.

 When we hit Alt-F+S (Save/Save-As) a file chooser pops up.  The input
 field is initially blank.  No prob so far but this is probably when the
path should be shown.
 But when you type the first character, it inserts the path and does
 NOT set the cursor at the end of the string.  The problem this causes
 is that the user will blast away and only the first character will
 end up at the end of the path string, all the other characters will
 appear at the beginning of the string.

*The Ask* (question mark) dialog still has the tab order backward. This can be fixed in the *.fl file by reversing the order of the creation of the
 three anonymous buttons or it can be done in fluid by doing it there.

If you need to assure that the enter button has the focus that button may need a name and something like enter_button->focus(); (I don't know the right names
 for these functions yet because I'm not fully set up.

I'll give you guys a break for a while.  I need to get set up...  :-)

Thanks again.

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

Reply via email to