chinwagsocial/app/javascript/mastodon/components
ThibG 77ec0875ea
Fix page incorrectly scrolling when bringing up dropdown menus (#13574)
Fixes #13573

For some reason (I suspect this may be related to focusing the item before it
got drown by the browser), Firefox scrolls to top when bringing up dropdown
menus with pre-selected items.

This commit uses the “preventScroll” option as, due to the placement behavior,
the menu should be visible anyway and not trigger scrolling.
2020-04-28 13:19:39 +02:00
..
__tests__
account.js
animated_number.js Change number animations direction based on decrease or increase (#12971) 2020-01-27 11:04:11 +01:00
attachment_list.js
autosuggest_emoji.js
autosuggest_hashtag.js
autosuggest_input.js
autosuggest_textarea.js
avatar.js
avatar_composite.js
avatar_overlay.js
button.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js Fix pinning a column in web UI sometimes redirecting out of web UI (#13376) 2020-04-02 03:12:10 +02:00
display_name.js
domain.js Change the string "hidden" to "blocked" in WebUI (#13221) 2020-03-09 09:13:21 +01:00
dropdown_menu.js Fix page incorrectly scrolling when bringing up dropdown menus (#13574) 2020-04-28 13:19:39 +02:00
error_boundary.js Add source-mapped stacktrace to error message in web UI (#13082) 2020-02-19 22:36:52 +01:00
gifv.js
hashtag.js
icon.js
icon_button.js
icon_with_badge.js
intersection_observer_article.js Code style improvements in JavaScript (#13159) 2020-03-08 16:02:36 +01:00
load_gap.js
load_more.js
load_pending.js
loading_indicator.js
media_gallery.js Change the tooltip "Toggle visibility" to "Hide media" in web UI (#13199) 2020-03-08 16:09:34 +01:00
missing_indicator.js
modal_root.js
permalink.js
poll.js Fix not being able to vote (#13490) 2020-04-17 21:54:25 +02:00
radio_button.js
regeneration_indicator.js
relative_timestamp.js Change last_status_at to be a date, not datetime (#12966) 2020-01-26 23:13:48 +01:00
scrollable_list.js Fix WebUI crash in single-column mode on prehistoric browsers (#13267) 2020-03-17 20:43:55 +01:00
setting_text.js
status.js Fix expanded video player issues (#13541) 2020-04-25 12:16:05 +02:00
status_action_bar.js Change the string "Hide everything from …" to "Block domain …" in web UI (#13178) 2020-03-05 23:20:49 +01:00
status_content.js Improve toot clicking areas (#13327) 2020-03-31 19:40:23 +02:00
status_list.js