feat: migrate to ep_plugin_helpers/toolbar-select#184
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 fully preserved including the unconditional focus restore from #130 (the helper guarantees focus runs regardless of whether the coerced value was usable, matching what the original code already did). 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) (#185) Follow-up to #184. Etherpad's plugin installer (live-plugin-manager-backed) 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 from 0.5.3 to 0.6.1). CI on master has been red since #184 merged for this reason. Same fix applied to ep_font_color and ep_font_size (#143). 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
Fully behavior-preserving for this plugin — the previous code already restored focus unconditionally (the #130 fix), which is exactly what the helper guarantees. The existing
select_focus_restore.spec.tsin core (which targets#heading-selectionspecifically) should continue to pass without modification.Status
Draft — depends on:
Refs ether/etherpad#7255
🤖 Generated with Claude Code