feat: migrate to ep_plugin_helpers/toolbar-select#142
Merged
Conversation
…elect Replaces the hand-rolled change handler with the shared `toolbarSelect` helper that newly ships in ep_plugin_helpers 0.6.0. Behavior is preserved: int coercion, callWithAce wrap with the same `insertsize` op label, `'dummy'` sentinel reset, and editor-focus restore after the edit so the next keystroke doesn't get swallowed by the toolbar control. The helper restores focus unconditionally (even when the picked value fails to coerce). For this plugin that means a slight behavioral improvement: previously, picking the dummy/blank entry left focus sitting on the <select>; now it always lands back in the pad. This matches the (already unconditional) behavior in ep_headings2 and is the WCAG-friendly default. Depends on ep_plugin_helpers >= 0.6.0 (ether/ep_plugin_helpers#17). Refs ether/etherpad#7255 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
JohnMcLear
added a commit
that referenced
this pull request
May 15, 2026
…ion) (#143) Follow-up to the toolbar-select migration (#142). Etherpad's plugin installer resolves the dep range's lower-bound version literally — `^0.6.0` makes it ask npm for `ep_plugin_helpers@0.6.0`, which was never published (the auto-publish workflow bumped straight to `0.6.1`, skipping 0.6.0). CI on main has been red since the merge for this reason. Anchor to the actual published version so the install resolves.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the hand-rolled
<select>change handler with the sharedtoolbarSelecthelper from ep_plugin_helpers#17.Behavioral notes
callWithAceop label, same'dummy'sentinel reset.<select>. Restoring focus always is the WCAG-friendly default and matches what ep_headings2 already did.^0.2.7 → ^0.6.0.Status
Draft — depends on:
Refs ether/etherpad#7255
🤖 Generated with Claude Code