You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
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.
6 years ago
..
actions Refactor/cleanup TIMELINE_DELETE-related code (#13175) 6 years ago
components Fix page incorrectly scrolling when bringing up dropdown menus (#13574) 6 years ago
containers Fix expanded video player issues (#13541) 6 years ago
features Fix page incorrectly scrolling when bringing up dropdown menus (#13574) 6 years ago
locales New Crowdin translations (#13317) 6 years ago
middleware Fix 404 and 410 API errors being silently discarded in WebUI (#13279) 6 years ago
reducers Refactor/cleanup TIMELINE_DELETE-related code (#13175) 6 years ago
selectors Code style improvements in JavaScript (#13159) 6 years ago
service_worker Code style improvements in JavaScript (#13159) 6 years ago
storage
store Code style improvements in JavaScript (#13159) 6 years ago
utils Fix uninformative error message when uploading unsupported image files (#13540) 6 years ago
api.js
base_polyfills.js Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115) 6 years ago
common.js Migrate Rails ujs as required for Rails 6 Upgrade. (#13280) 6 years ago
compare_id.js
extra_polyfills.js
initial_state.js
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js Fix old browsers crashing because of missing `finally` polyfill in web UI (#13115) 6 years ago
main.js Fix `/web` redirecting to `/web/web` in web UI (#13128) 6 years ago
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js