Interesting idea. However with the HTML validator, I get an error about onKeyUp being non XHTML compliant (there is no such attribute), can you work on this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great. Two more things about which I would appreciate your comments (I can manage to implement those):
1. I would add to the input field a hint, for example title="filter" (which would be localized of course).
2. What should happen when js is disabled? I propose to not display this input field at all ( see in tbl_change.php what we do in these situations, using document.write).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I almost don't use IE8, get tired to fight with it. I use button X in work, so I can't consider it as useless. I updated it for IE and add text select on input field focus event.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Interesting idea. However with the HTML validator, I get an error about onKeyUp being non XHTML compliant (there is no such attribute), can you work on this?
Updated.
Great. Two more things about which I would appreciate your comments (I can manage to implement those):
1. I would add to the input field a hint, for example title="filter" (which would be localized of course).
2. What should happen when js is disabled? I propose to not display this input field at all ( see in tbl_change.php what we do in these situations, using document.write).
Filter of tables displayed for open DB
Updated.
Added two lang vars for English and Russian.
Maybe style display:none is better then document write?
Agreed. Merged for 3.3, thanks. Please send more patches ;)
dylfin,
please have a look a this bug report:
https://sourceforge.net/tracker/?func=detail&aid=2931941&group_id=23067&atid=377408
I changed filter input box width to 100% of frame.
Thanks. With this patch the X (for reset) no longer seem to work (at least under Internet Explorer 8). Maybe we could remove this X anyway?
Filter field width fix
I almost don't use IE8, get tired to fight with it. I use button X in work, so I can't consider it as useless. I updated it for IE and add text select on input field focus event.
Latest patch merged for the release after 3.3.0-beta1, thanks!
'X' changed after revision 13426