1 Dec
2008
1 Dec
'08
10:01 p.m.
I wrote:
Also, I saw that you can hold down Enter and have the key repeat submitsubmitsubmitsubmit.... Perhaps it would be good to change complex button's handle() from KEY to KEYUP (and try to talk the FLTKers into a similar change for Button).
I discovered that KEYUP causes a problem: If a page has a complex button, - right click to pop up page menu. - select show source - press enter to close it. the complex button is usually a submit button, and so somehow the keyup reaches it and triggers a submit. So, uh, never mind my keyup idea.