Files
servo/components/script
Florian Merz c26b80cf4f add get_insertion_point_index_for_layout
This resolves #8107
Previously the index of the insetion point for a password input was
calculated using the scrambled string based on the edit point in the
raw string. That could lead to a wrong position of the caret. This
commit changes this behavior to calculate the insertion point using
the raw string.
This is done in
`HTMLInputElementHelpers::get_insertion_point_index_for_layout`
and relies on a 1:1 mapping of the chars in the raw input to the
scrambled chars (currently bullets) in the password input.
2015-11-03 21:55:41 +01:00
..
2015-10-31 18:15:16 +05:30
2015-03-18 21:53:48 +01:00
2015-10-28 21:34:23 +05:30
2015-10-30 21:02:35 -07:00
2015-10-14 21:52:16 +02:00
2015-10-31 18:15:16 +05:30
2015-10-30 18:41:22 -04:00