You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe that the Quick Tags popup is open without being clicked on
This is because the post actions utility reuses the same button element each time the user opens the post form, and the opened/closed state of the post action popup is stored as "is it attached to the button or not" since it uses the same code as the regular post popup.
Platform
macOS 14.4.1 arm64
Browser
Chrome 126.0.6478.183
Addon version
1.0.1
Details
This is because the post actions utility reuses the same button element each time the user opens the post form, and the opened/closed state of the post action popup is stored as "is it attached to the button or not" since it uses the same code as the regular post popup.
XKit-Rewritten/src/features/quick_tags.js
Lines 138 to 146 in 9383a00
The text was updated successfully, but these errors were encountered: