7e62751e4e
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. |
||
---|---|---|
.. | ||
auto_complete_control.js | ||
comment_control.js | ||
comment_form_control.js | ||
comment_list_control.js | ||
file_dropper_control.js | ||
post_content_control.js | ||
post_edit_sidebar_control.js | ||
post_notes_overlay_control.js | ||
post_readonly_sidebar_control.js | ||
tag_auto_complete_control.js | ||
tag_input_control.js |