Shannon Booth
af03e07f90
LibWeb: Clamp replaced element min/max sizes in the content box space
...
The replaced element sizing code was comparing tentative used sizes
min-width/min-height and max-width/max-height. For box-sizing:
border-box, that mixes content-box and border-box measurements, which
can clamp replaced-like elements incorrectly.
This could make, for example search/text inputs with explicit height
and padding render too short.
Resolve min/max constraints with calculate_inner_width() and
calculate_inner_height() before clamping so the comparison uses
the same inner sizing space as the tentative replaced size.
Fixes the sizing of the search bar on:
https://tv.apple.com/se
2026-04-06 12:35:12 +02:00
..
2026-02-23 07:27:31 +01:00
2026-02-23 07:27:31 +01:00
2026-01-18 10:10:04 +01:00
2026-01-18 10:10:04 +01:00
2026-04-05 00:03:22 +02:00
2026-03-31 10:49:15 +02:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-03-17 04:01:29 -05:00
2026-03-17 04:01:29 -05:00
2026-02-26 09:23:23 +01:00
2026-03-04 20:39:01 +01:00
2026-03-04 20:39:01 +01:00
2026-04-05 10:42:32 +02:00
2026-04-03 14:29:44 +02:00
2026-04-06 12:35:12 +02:00
2026-04-05 00:03:22 +02:00
2026-04-04 14:35:50 +02:00
2026-04-04 14:35:50 +02:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2025-11-28 18:32:48 +01:00
2025-11-05 09:11:49 +01:00
2026-03-26 00:19:50 +00:00
2026-03-26 00:19:50 +00:00
2026-03-25 13:18:15 +00:00
2026-02-14 16:23:18 -05:00
2026-01-12 11:00:14 +00:00
2026-04-05 10:42:32 +02:00
2026-04-01 19:41:46 +01:00
2026-02-08 18:51:13 +01:00
2026-03-31 13:48:50 +01:00
2026-02-06 10:47:50 +00:00
2026-02-06 10:47:50 +00:00
2026-02-06 10:47:50 +00:00
2026-02-27 16:25:53 +00:00
2026-02-27 16:25:53 +00:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-04-01 19:41:46 +01:00
2026-04-01 19:41:46 +01:00
2026-03-17 04:01:29 -05:00
2026-03-17 04:01:29 -05:00
2026-02-02 14:36:49 +00:00
2026-02-23 07:27:31 +01:00
2026-02-23 07:27:31 +01:00
2026-01-20 12:00:11 +01:00
2026-01-20 12:00:11 +01:00
2025-09-25 21:42:52 +02:00
2026-03-31 10:49:15 +02:00
2026-02-05 09:00:56 +01:00
2026-01-20 12:00:11 +01:00
2026-01-20 12:00:11 +01:00
2026-01-20 12:00:11 +01:00
2026-01-20 12:00:11 +01:00
2026-02-27 17:14:50 +01:00
2026-02-27 17:14:50 +01:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-03-29 12:05:25 +02:00
2026-02-27 19:11:41 +01:00
2026-02-26 21:09:08 +01:00
2025-12-24 14:10:27 +01:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-02-02 14:36:49 +00:00
2026-03-09 15:34:34 +01:00
2026-02-14 16:23:18 -05:00
2026-03-10 15:17:51 +01:00
2026-03-04 20:39:01 +01:00
2026-02-26 09:25:25 +01:00
2026-02-26 09:25:25 +01:00
2026-02-08 18:51:13 +01:00
2026-02-08 18:51:13 +01:00