[Regression] The getVisibleElements
helper function is broken in RTL-locales
#12453
Labels
getVisibleElements
helper function is broken in RTL-locales
#12453
Attach (recommended) or Link to PDF file here: Not applicable
Configuration:
2.0.943
, including the currentmaster
.Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
All pages, including the last one, should render successfully.
What went wrong? (add screenshot)
All pages, except the first ones, are completely blank.
The bug is, as far as I can tell, caused by the
getVisibleElements
helper function not handling the viewer being used in RTL-locales (i.e. whendir="rtl"
is set on the containing HTML-element).While this very clearly effects the "Horizontal Scrolling"-mode, it's also possible that both the "Wrapped Scrolling"-mode and the "Odd/Even Spread"-modes are also affected (but to a lesser extent) in RLT-locales.
I'd tentatively suggest that we label this as a regression, since it appears to have been broken in RTL-locales ever since PR #9208 which originally added the "Horizontal Scrolling"-mode (and others).
The text was updated successfully, but these errors were encountered: