Bug 241082 - Relax the assertions for min/max unobscured size
Summary: Relax the assertions for min/max unobscured size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-29 14:48 PDT by Dean Jackson
Modified: 2022-06-07 13:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2022-05-29 14:48:43 PDT
The assertions in _setMinimumUnobscuredSizeOverride and _setMaximumUnobscuredSizeOverride often trigger
when the current bounds are 0. This is handled acceptably, and the assertion is not necessary in that case.
Comment 1 Radar WebKit Bug Importer 2022-06-05 14:49:12 PDT
<rdar://problem/94409092>
Comment 2 Dean Jackson 2022-06-07 13:16:40 PDT
This was https://github.com/WebKit/WebKit/pull/1149