Text view doesn't jump to front when selecting all text (ctrl+a) with overflow in input box, then pressing left arrow key
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Tracking
()
People
(Reporter: manuel, Unassigned)
Details
STR:
- put a long text into some box (e.g. ctrl+f / search box / address bar). E.g. copy this into ctrl+f search:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- select full text (ctrl + a)
- press
<-
key on keyboard
Got result: ia deserunt mollit anim id est laborum.
is visible.
Expected result: Caret jumps to front and therefore visible text jumps to front: Lorem ipsum dolor sit amet, consectetur
is visible in the text box
Note: the internal caret is indeed in front. when pressing ->
or entering a character, the visible text also jumps to front.
Reporter | ||
Comment 1•22 days ago
|
||
🤦, didn't see the duplicates beforehand. Sorry!
Description
•