Andreas Kling
e2b4fef6c7
LibWeb: Specialize hit testing for text cursor purposes
...
The text cursor follows slightly different "intuitive" rules than the
regular hit testing. Clicking past the right edge of a text box should
still "hit" the text box, and place the cursor at its end, for example.
We solve this by adding a HitTestType enum that is passed to hit_test()
and determines whether past-the-edge candidates are considered.
2020-08-05 16:57:51 +02:00
..
2020-06-24 11:22:34 +02:00
2020-07-26 20:05:15 +02:00
2020-08-05 16:57:51 +02:00
2020-08-05 16:57:51 +02:00
2020-08-05 16:57:51 +02:00
2020-08-05 16:57:51 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-08-05 16:57:51 +02:00
2020-08-05 16:57:51 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-26 20:05:15 +02:00
2020-07-26 20:05:15 +02:00
2020-08-05 16:57:51 +02:00
2020-08-05 16:57:51 +02:00
2020-06-29 00:39:51 +02:00
2020-06-29 00:39:51 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-26 20:05:15 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-08-03 19:06:41 +02:00
2020-08-02 17:34:50 +02:00
2020-07-26 20:05:15 +02:00
2020-07-26 20:05:15 +02:00
2020-07-28 19:48:57 +02:00
2020-07-28 19:48:57 +02:00
2020-07-26 17:51:00 +02:00
2020-06-13 15:03:16 +02:00
2020-07-26 17:51:00 +02:00
2020-07-27 01:06:26 +02:00