Describe the bug
This is a minor bug, the web page does render properly, but with extra blank space at several spaces. I just submit it FYI.
A page that shows the issue is https://mp.weixin.qq.com/s/kGT_dmZo8Pn3uNXCWv_eoQ. Before each video there is a vertical white space the size of the video To Reproduce
Steps to reproduce the behavior:
1: go to https://mp.weixin.qq.com/s/kGT_dmZo8Pn3uNXCWv_eoQ
2: After it renders use singlefile to save a copy
3: display the copy
4: scroll down past the first image to the second, which is a video. There is a vertical whitespace the height of the video in the saved version that is not there in the original
Expected behavior
there should not be the extra whitespace
Screenshots
Original page screenshot:
Copy page screenshot:
Original page DOM:
Copy page DOM:
Environment
OS: MacOS 10.14.6 (18G9323)
Browser: Brave
Version: Version 1.29.79 Chromium: 93.0.4577.63 (Official Build) (x86_64)
Additional context
In the DOM screenshot you can see there is an extra element (div id="page-content") in the copy. The video image appears in that div, while the above (p) image, which is the video on the original, is the same size as the video but blank
The text was updated successfully, but these errors were encountered:
Actually the <div id="page-content"> is present in the original page but is located into the <span> element (child of <p>). I usually see this kind of issue with malformed HTML. The reason in this example is not obvious at first glance, I will take a closer look.
Describe the bug
This is a minor bug, the web page does render properly, but with extra blank space at several spaces. I just submit it FYI.
A page that shows the issue is https://mp.weixin.qq.com/s/kGT_dmZo8Pn3uNXCWv_eoQ. Before each video there is a vertical white space the size of the video
To Reproduce
Steps to reproduce the behavior:
1: go to https://mp.weixin.qq.com/s/kGT_dmZo8Pn3uNXCWv_eoQ
2: After it renders use singlefile to save a copy
3: display the copy
4: scroll down past the first image to the second, which is a video. There is a vertical whitespace the height of the video in the saved version that is not there in the original
Expected behavior
there should not be the extra whitespace
Screenshots




Original page screenshot:
Copy page screenshot:
Original page DOM:
Copy page DOM:
Environment
Additional context
In the DOM screenshot you can see there is an extra element (div id="page-content") in the copy. The video image appears in that div, while the above (p) image, which is the video on the original, is the same size as the video but blank
The text was updated successfully, but these errors were encountered: