We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
アニメーション、アコーディオンの中の見出しブロックがテストサイトでリカバリーが起こる https://vk-block-test.vs4.nagoya/2021/07/08/test-for-pro/
2つとも正常に動くバージョンがないのでこのブロック自体をどのように作ったかは不明。 以下の2つのHTMLをコードエディタに貼り付けると発生する。
<!-- wp:vk-blocks/heading {"align":"left","titleStyle":"plain","outerMarginBottom":-1,"titleSize":1,"titleMarginBottom":0,"fontAwesomeIconBefore":"\u003ci class=\u0022fas fa-car\u0022\u003e\u003c/i\u003e","fontAwesomeIconColor":"#CF2E2E"} --> <div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:-1rem"><h2 style="font-size:1rem;text-align:left" class="vk_heading_title vk_heading_title-style-plain"><i style="color:#cf2e2e" class="fas fa-car"></i><span>お車でお越しの場合</span></h2></div></div> <!-- /wp:vk-blocks/heading -->
<!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","titleColor":"#FFFFFF","titleMarginBottom":0,"subTextColor":"#FFFFFF"} --> <div class="wp-block-vk-blocks-heading" id="vk-htags-cb1c9853-1eea-432d-908a-4286e0a9bfb8"><div class="vk_heading vk_heading-style-plain"><h2 style="color:#ffffff;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain"><span>スライドアップ</span></h2></div></div> <!-- /wp:vk-blocks/heading -->
正常に動くバージョンがあるかどうか検証結果
リカバリーを試行するとmargin-bottom:0remが補完されるのでRangeControl resetの挙動に問題があるかもしれない #511 コアのissues WordPress/gutenberg#4420
The text was updated successfully, but these errors were encountered:
おそらく以下で対応されたのでclose #935
Sorry, something went wrong.
No branches or pull requests
アニメーション、アコーディオンの中の見出しブロックがテストサイトでリカバリーが起こる
https://vk-block-test.vs4.nagoya/2021/07/08/test-for-pro/
2つとも正常に動くバージョンがないのでこのブロック自体をどのように作ったかは不明。
以下の2つのHTMLをコードエディタに貼り付けると発生する。
1個目
2個目
検証結果
正常に動くバージョンがあるかどうか検証結果
原因と思われる箇所
リカバリーを試行するとmargin-bottom:0remが補完されるのでRangeControl resetの挙動に問題があるかもしれない
#511
コアのissues
WordPress/gutenberg#4420
The text was updated successfully, but these errors were encountered: