Bug 46657 - Flexbox with overflow scrolls to the top when a <select> changes inside
Summary: Flexbox with overflow scrolls to the top when a <select> changes inside
Status: RESOLVED CONFIGURATION CHANGED
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: 2010-09-27 14:55 PDT by Timothy Hatcher
Modified: 2024-03-18 20:04 PDT (History)
6 users (show)

See Also:


Attachments
Test case (517 bytes, text/html)
2010-09-27 14:55 PDT, Timothy Hatcher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2010-09-27 14:55:11 PDT
Created attachment 68966 [details]
Test case

See the attached test case. The flexbox should not scroll when the <select> is changed.
Comment 1 Ahmad Saleem 2023-05-20 09:49:54 PDT
Expected Result -> Not able to scroll. (As mentioned on testcase)

Actual Result -> All Safari 16.5, Chrome Canary 115 and Firefox Nightly 115 are matching and allowing scrolling and let you select another from drop-down list.

Do we need to do anything since all browsers have same behavior even if different from 'expected' result.
Comment 2 Ahmad Saleem 2024-03-18 18:49:51 PDT
@Karl - I am unable to reproduce this but if you can double check. Thanks in advance! Also marked this to 'RESOLVED CONFIGURATION CHANGED'.

Test on WebKit ToT (Minibrowser - WK2).
Comment 3 Karl Dubost 2024-03-18 20:04:00 PDT
Confirmed