Browser issue RTL: Pagination Hides On Zoom Change

ibnesayeed

Well-known member
I knew this bug for very long time, but I was not reporting as I was waiting the pagination to work properly in RTL mode (which, I guess is disabled for RTL right now). Recently though I hit the zoom related bug more often so I thought I will bring it into the record.

To produce it, select a language with RTL direction then open a thread that has a lot of pages. Now zoom in the page and reset the zoom level to natural again. All the pagination links will disappear except the first and last ones.
 
This appears to be a Chrome-specific layout issue. It happens as soon as you zoom out a step. It appears to reposition the element incorrectly (I suspect it doesn't reposition it). Taking out the width and restoring it via the dev tools fixes the issue so it looks like it's just now recalculating the position in this case.
 
Top Bottom