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

見出しブロックでテストサイトでリカバリーが出る #875

Closed
shimotmk opened this issue Nov 12, 2021 · 1 comment
Closed

Comments

@shimotmk
Copy link
Contributor

アニメーション、アコーディオンの中の見出しブロックがテストサイトでリカバリーが起こる
https://vk-block-test.vs4.nagoya/2021/07/08/test-for-pro/

2つとも正常に動くバージョンがないのでこのブロック自体をどのように作ったかは不明。
以下の2つのHTMLをコードエディタに貼り付けると発生する。

1個目

<!-- 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 -->

2個目

<!-- 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 -->

検証結果

正常に動くバージョンがあるかどうか検証結果

リリース日 バージョン 1個目 2個目
5/24 1.4.1 リカバリー 正常
6/2 1.4.2 正常 リカバリー
6/9 1.5.0 正常 リカバリー
6/17 1.6.0 リカバリー 正常
7/7 1.9.1 リカバリー 正常
7/20 1.9.2 リカバリー リカバリー

原因と思われる箇所

リカバリーを試行するとmargin-bottom:0remが補完されるのでRangeControl resetの挙動に問題があるかもしれない
#511
コアのissues
WordPress/gutenberg#4420

@shimotmk
Copy link
Contributor Author

おそらく以下で対応されたのでclose
#935

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

No branches or pull requests

1 participant