]> git.joonet.de Git - adminer.git/commit
Update AdminerTablesFilter
authorJonathan Vollebregt <jnvsor@gmail.com>
Tue, 31 May 2016 19:02:16 +0000 (21:02 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 18 Feb 2017 17:12:58 +0000 (18:12 +0100)
commit2c8eff9b530098fc9690b92dcab2fd46cdd1f91c
tree84979d3cb3195f7616343b8ab209cf163b304b5d
parent5f26d3a1b8aaedccf6e6889c3052b0b1c378f622
Update AdminerTablesFilter

* Removes children request (Should work on IE6, 7, 8 now)
* Uses <strong> instead of <b>
* Doesn't leave said <strong> tags behind after updating the list
* Highlights multiple matches in a single table name
* Works case insensitively
* Improves performance with setTimeout
    With 400 tables, the old implementation locks up the tab (or
    browser if using something without multiprocess) for about
    half a second per keyup. Yes, this includes modifiers that
    don't actually change the filter. The new version handles
    the same event in 0.09 milliseconds.

    That's with all the above improvements.
    Tested in firefox 45.1.1 performance monitor.
plugins/tables-filter.php