https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40948
--- Comment #5 from Brendan Lawlor <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #4) > Brendan, is this ready for testing? I didn't set this to needs sign off only because I'm not sure if this is the best solution, but it does work. From a ux point of view I think the onblur listener actually is a good idea, especially since a user could be editing many cells incorrectly before they submit the form. So I had the thought to add the onblur listener back, but instead of the alert it could check if the form is valid. The matrix is a tricky form because it's so dense. I'm not sure if the default html validation pop ups function as well here as they do on a more normal looking form, but it does the basic job of preventing unwanted values. I'd appreciate any feedback to consider the best way forward with this one. Thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
