Aliaksandr Kalenik
cda1d886df
LibWeb: Fix not working Element::scroll_an_element_into_view()
...
Fixes following mistakes:
- "scrolling box" for a document is not `scrollable_overflow_rect()`
but size of viewport (initial containing block, like spec says).
- comparing edges of "scrolling box" with edges of target element
does not make any sense because "scrolling box" edges are relative
to page while result of `get_bounding_client_rect()` is relative
to viewport.
2023-12-19 10:45:07 +01:00
..
2023-11-24 08:42:18 +01:00
2023-12-11 16:54:59 +01:00
2023-12-04 00:04:04 +01:00
2023-10-29 21:44:53 +01:00
2023-12-03 20:28:10 +01:00
2023-10-03 16:15:14 -06:00
2023-12-11 13:19:12 +01:00
2023-12-15 22:04:46 +01:00
2023-11-23 09:37:12 +01:00
2023-12-09 21:52:28 +01:00
2023-11-20 20:50:53 +01:00
2023-12-15 22:11:49 +01:00
2023-08-27 23:27:44 +02:00
2023-12-03 20:26:14 +01:00
2023-11-05 11:16:16 +00:00
2023-10-26 11:11:41 +02:00
2023-11-24 08:41:38 +01:00
2023-11-29 21:51:35 +01:00
2023-10-07 20:02:10 +02:00
2023-11-25 16:33:54 +01:00
2023-08-21 13:51:12 +02:00
2023-11-11 08:54:37 +01:00
2023-08-28 10:19:46 +02:00
2023-12-10 08:07:41 -05:00
2023-12-16 16:11:15 +01:00
2023-12-14 16:25:27 +01:00
2023-09-05 20:36:09 -04:00
2023-11-24 08:41:38 +01:00
2023-12-04 01:33:57 +01:00
2023-12-04 01:33:57 +01:00
2023-12-04 01:33:57 +01:00
2023-12-04 01:33:57 +01:00
2023-08-26 13:51:18 +02:00
2023-12-07 16:46:28 -05:00
2023-09-15 08:52:25 +02:00
2023-09-15 08:52:25 +02:00
2023-09-15 08:52:25 +02:00
2023-09-15 08:52:25 +02:00
2023-10-31 18:09:14 +01:00
2023-12-09 21:50:17 +01:00
2023-08-21 13:51:12 +02:00
2023-08-26 13:51:18 +02:00
2023-09-15 08:52:25 +02:00
2023-12-19 10:45:07 +01:00
2023-12-19 10:45:07 +01:00
2023-11-23 13:06:48 +01:00
2023-12-09 22:06:20 +01:00
2023-09-15 08:53:21 +02:00
2023-09-26 19:42:59 +02:00
2023-09-26 19:42:59 +02:00
2023-12-02 10:35:43 +01:00