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
In the reflowable navigator, a resource whose content is wrapped in an inner element styled overflow: hidden does not fragment across pages.
This is related to, but not fixed by, #292 / PR #294. That fix forces overflow: visible !important only on :root and body. It does not touch inner containers, so any content wrapper carrying overflow: hidden still breaks pagination.
Use the reflowable navigator (scroll off) with default settings.
Navigate to "Move to the next block item" and swipe 2 pages forward. Its content is wrapped in <section class="sample-text">, styled with overflow: hidden plus ordinary margins/padding.
Describe the bug
In the reflowable navigator, a resource whose content is wrapped in an inner element styled
overflow: hiddendoes not fragment across pages.This is related to, but not fixed by, #292 / PR #294. That fix forces
overflow: visible !importantonly on:rootandbody. It does not touch inner containers, so any content wrapper carryingoverflow: hiddenstill breaks pagination.Video demo:
Screen_recording_20260708_173117.mp4
Epub: Fundamental-Accessibility-Tests-Non-Visual-Reading-v1.0.0.zip
How to reproduce?
<section class="sample-text">, styled withoverflow: hiddenplus ordinary margins/padding.Readium version
3.3.0
Android API version
36
Additional context
No response