mirror of
https://github.com/flarum/framework.git
synced 2025-02-13 15:52:44 +08:00
![]() Fixes #667. This issue was due to the fact that Mithril would change the "Lock" badge into a "Sticky" badge, but the tooltip initialization would not be triggered because it was using the same element. By maintaining element identity, the "Lock" badge will remain untouched, and a new element for the "Sticky" badge will be inserted before it. See https://lhorie.github.io/mithril/mithril.html#dealing-with-focus for more information. |
||
---|---|---|
.. | ||
Alert.js | ||
AlertManager.js | ||
Badge.js | ||
Button.js | ||
Checkbox.js | ||
ConfirmPasswordModal.js | ||
Dropdown.js | ||
FieldSet.js | ||
GroupBadge.js | ||
LinkButton.js | ||
LoadingIndicator.js | ||
Modal.js | ||
ModalManager.js | ||
Navigation.js | ||
Placeholder.js | ||
RequestErrorModal.js | ||
Select.js | ||
SelectDropdown.js | ||
Separator.js | ||
SplitDropdown.js | ||
Switch.js |