Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apiVersion を3に変更する #13

Closed
t-hamano opened this issue Jul 24, 2023 · 6 comments · Fixed by #58
Closed

apiVersion を3に変更する #13

t-hamano opened this issue Jul 24, 2023 · 6 comments · Fixed by #58

Comments

@t-hamano
Copy link
Owner

このプラグインがサポートする最低WordPressバージョンを6.3にするときに、block.jsonapiVersion を3に上げる。

@t-hamano
Copy link
Owner Author

Update: 後方互換は大丈夫かもしれない。問題なければWP6.4で対応する。

@t-hamano
Copy link
Owner Author

t-hamano commented Oct 17, 2023

APIバージョンを3にする(=投稿エディターがiframeになる)以下二点の問題が発生。

・ブロック内のボタンのツールチップ(Synthesiser)がズレる
・ポップオーバーを開いた後にEscapeキーを押しても、もとのボタンにフォーカスが戻らない

おそらくコアのPopoverコンポーネントの以下の変更に関係していそう。
https://make.wordpress.org/core/2023/10/16/editor-components-updates-in-wordpress-6-4/#making-popover-slot-optional

この問題が解決するまでは、APIバージョン3へのアップデートは控える。

5013593853785403b635a40b84ab8c5f.mp4

@t-hamano
Copy link
Owner Author

最新のGutenbergでは、この問題は解決されているように見える。問題が無ければ、WP6.5リリース時にバージョンをあげる。

@t-hamano
Copy link
Owner Author

t-hamano commented Mar 7, 2024

Update: WP6.5では問題発生せず。WP6.4ではこれまで通り問題発生。後方互換を考えて、WP6.6で対応する。

@t-hamano
Copy link
Owner Author

WP6.6向けリリースでは、最低サポートWPバージョンはまだ6.4なので、WP6.7(WP6.4のサポートを切るとき)に対応する。

@t-hamano
Copy link
Owner Author

ポップオーバーを開いた後にEscapeキーを押しても、もとのボタンにフォーカスが戻らない

これは改善されていないが、Gutenbergの不具合だと思われるため考慮せずAPI バージョン3に上げる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant