You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A peculiar layout issue occurs when elements are deleted from the page. The entire page shifts exactly one column to the right, as observed in debug mode. This behaviour is inconsistent and difficult to pinpoint as I don't have enough knowledge of how the recalculation of layout after DOM modifications works with your script:
It's not clear which specific tag or part of the JavaScript triggers this recalculation.
The shift can occur when deleting various elements, including <figure>, <details>, or even <p> tags, especially on pages with fewer types of different elements.
On your homepage, the issue can be consistently reproduced by deleting all elements from top to bottom. The shift typically occurs upon deleting a <figure> element.
This issue appears to be exclusive to Chromium-based browsers. It cannot be reproduced on Safari or Firefox.
Description
A peculiar layout issue occurs when elements are deleted from the page. The entire page shifts exactly one column to the right, as observed in debug mode. This behaviour is inconsistent and difficult to pinpoint as I don't have enough knowledge of how the recalculation of layout after DOM modifications works with your script:
<figure>
,<details>
, or even<p>
tags, especially on pages with fewer types of different elements.<figure>
element.This issue appears to be exclusive to Chromium-based browsers. It cannot be reproduced on Safari or Firefox.
Steps to Reproduce
<nav id="TOC" role="doc-toc"></nav>
Screenshots
Before Element Deletion
After Element Deletion (Note the rightward shift)
Environment
Operating System
Browsers
The text was updated successfully, but these errors were encountered: