discourse/test/javascripts/widgets
Jarek Radosz 194c962124
FIX: Do not rerender widget-dropdown on all clicks (#10100)
Because of how the dropdown was structured, as long it was in the DOM, all clicks outside the widget would rerender it.

This commit introduces `widget-dropdown-body` that handles the `clickOutside` callback and is rendered conditionally, so it won't get called when the dropdown is closed.
2020-07-06 17:04:16 +02:00
..
actions-summary-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
avatar-flair-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
button-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
default-notification-item-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
hamburger-menu-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
header-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
home-logo-test.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
post-links-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
post-menu-test.js DEV: Add remove button function to PluginAPI (#9627) 2020-05-05 09:18:02 -04:00
post-stream-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
post-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
poster-name-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
quick-access-item-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
small-user-list-test.js FEATURE: Don't display muted/ignored users under "who liked" (#10084) 2020-06-19 10:44:21 -04:00
topic-admin-menu-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic-participant-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic-status-test.js DEV: correct missing file from revert 2020-04-25 13:29:45 +10:00
user-menu-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
widget-dropdown-test.js FIX: Do not rerender widget-dropdown on all clicks (#10100) 2020-07-06 17:04:16 +02:00
widget-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00