Bug 61955 - `display: box` nested in `display: box` scrolls to top when window is resized
Summary: `display: box` nested in `display: box` scrolls to top when window is resized
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 13:17 PDT by Sidney San Martín
Modified: 2023-05-07 10:25 PDT (History)
3 users (show)

See Also:


Attachments
Example (646 bytes, text/html)
2011-06-02 13:17 PDT, Sidney San Martín
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sidney San Martín 2011-06-02 13:17:02 PDT
Created attachment 95796 [details]
Example

If I nest an element with display: -webkit-box inside another element with display: -webkit-box, and the inner element has a scroll bar and is scrolled down, when I resize the window, the inner element scrolls back to the top.

Works OK in Firefox.

Tested in r87885.
Comment 1 Ahmad Saleem 2023-05-07 10:25:45 PDT
There is no inner scroll jump to top in Safari 16.4.1 and it matches of Chrome Canary 115. It just moves scrollbar just slightly above (as expected).

Marking this as "RESOLVED WONTFIX" because it was never confirmed.