11 Apr
2024
11 Apr
'24
4:03 p.m.
Hopefully this won't be a problem, because now the about:blank is pre-selected and you can just start typing over it.
It only works well with about:blank. As soon as you load another page (like dpi:/bm/) it deselects the location bar.
Maybe there is a way to do something like this to retake the selection after the page has finished loading (or earlier?) from ui.cc: 139 // Make text selected when already focused. 140 position(size(), 0); ... 836 // Make text selected when already focused. 837 Location->position(Location->size(), 0); Sorry if I'm stating the obvious, just thinking aloud :) Alex