As the form has no "submit" element, it works differently in different
web browsers. I've sent a set of patches directly to Richard Hipp to
make use of the "onkeydown" ("onkeyup" in the initial version) instead
of the "onchange" handler for text input elements [0], as in some web
browsers, the "onchange" handler is only fired after the control lost
focus. The "onchange" handler usually works better for drop-down
lists, but obviously not in all cases, and I'm not sure what's the
solution here.

[0] https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg25061.html

--Florian
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to