box / box-content-preview

JavaScript library for rendering files stored on Box
https://developer.box.com/docs/box-content-preview
Other
106 stars 113 forks source link

fix(preview): fix auto scroll issue with embed preview #1492

Closed Machoper closed 1 year ago

Machoper commented 1 year ago

Issue

Scrolling jumps to bottom of page on embedded multi-page previews

Summary of changes

Demo

Before

auto_scroll_before

After

auto_scroll_after

karelee7 commented 1 year ago

Can we also test it out on different browsers just to be safe?

Machoper commented 1 year ago

Did you test that scrolling works as usual non-embedded? Can you also test on different browser sizes?

@JChan106 Yes, scrolling works well in the Webapp across all browser sizes.

Can we also test it out on different browsers just to be safe?

@karelee7 Yes, I have tested on all supported browsers.


Adding two more gifs for reference

Safari + embedded: auto_scroll_safari

MS Edge + non-embedded: auto_scroll_edge