szurubooru/client/js
rr- 7e62751e4e client/tags: fix hovering over autocomplete in FF
Hovering over an autocomplete box always selected the last element
rather than the element under the cursor. This is because resultIndex
was bound by reference.

This looks like a bug in FF implementation of "for (let [x, y] of ...)"
-rather than binding "x" and "y" to the scope of the loop, it's
equivalent to "for (var [x, y] of ...)", which causes nasty anomalies
for functions created inside the loop body.
2016-07-05 23:59:10 +02:00
..
controllers client/posts: remember fit mode 2016-06-29 18:54:49 +02:00
controls client/tags: fix hovering over autocomplete in FF 2016-07-05 23:59:10 +02:00
models client/posts: remember fit mode 2016-06-29 18:54:49 +02:00
util client/general: escape entity names in links 2016-06-23 12:47:56 +02:00
views client/general: handle spaces in autocomplete 2016-07-03 19:38:17 +02:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js client/api: encode spaces (and others) in URLs 2016-06-23 00:15:25 +02:00
config.js split files into client/ and server/ 2016-04-01 18:48:16 +02:00
events.js client/general: remove api calls from controls 2016-06-18 10:35:20 +02:00
main.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
router.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
tags.js client/tags: fix tag categories with spaces 2016-06-23 00:15:25 +02:00
templates.js client/build: true template precompiling 2016-05-21 10:04:23 +02:00