Bug in search box. Reproduction: 0. Visit : http://codeforces.net/contest/351/standings 1. Click on search arrow, the search box now shows up. 2. Type 'a'. Then press 'backspace'. 3. The page should have all the 100 results, but it is empty.
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3993 |
2 | jiangly | 3743 |
3 | orzdevinwang | 3707 |
4 | Radewoosh | 3627 |
5 | jqdai0815 | 3620 |
6 | Benq | 3564 |
7 | Kevin114514 | 3443 |
8 | ksun48 | 3434 |
9 | Rewinding | 3397 |
10 | Um_nik | 3396 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
Bug in search box. Reproduction: 0. Visit : http://codeforces.net/contest/351/standings 1. Click on search arrow, the search box now shows up. 2. Type 'a'. Then press 'backspace'. 3. The page should have all the 100 results, but it is empty.
Название |
---|
I don't think that is a bug. Because you press 'a', and backspace, so you are search someone who's handle is ''(empty),obviously no result shows up. Type any valid handle you will find some results about that.
all standard javascript search plugins ( bootstrap typeahead , jqyery autocomplete , ... ) will show all the items if the search box is empty !
it's uncomfortable .
there is no ajax call (for search box) so they don't need to change server side code !
@MikeMirzayanov : just change a single ( or maybe two ) lines of code :)