Bug 391228 - [Feature Request] Put keyboard focus on page content after presse enter on location bar
Summary: [Feature Request] Put keyboard focus on page content after presse enter on lo...
Status: RESOLVED FIXED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
: 391729 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-02-28 14:35 UTC by Denis Falqueto
Modified: 2018-03-11 20:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 3.0.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Falqueto 2018-02-28 14:35:37 UTC
After you enter an address on location bar and press ENTER, the keyboard focus remains on location bar, instead of going to the content page (and the default form, if there's one). So, for example, in Google, one has to type the address, reach for the mouse, click on the search box and start to type, when one could just type www.google.com, type enter, wait for page to load and star typing.
Comment 1 David Rosca 2018-02-28 14:41:39 UTC
That's a bug in QWebEngineView and it happens only sometimes first time you load page in one view (tab).
Comment 2 David Rosca 2018-02-28 15:07:03 UTC
Git commit 84dd402de58e7a5fdccaa4a3b9fcb12da0664963 by David Rosca.
Committed on 28/02/2018 at 15:04.
Pushed by drosca into branch 'Falkon/3.0'.

WebView: Don't clear history when navigatin from speed dial

QWebEngineView loses focus when clearing history, so when opening
new tab with speed dial and navigating to other page from location bar
it would give focus back to location bar.
FIXED-IN: 3.0.1

M  +0    -7    src/lib/webengine/webview.cpp

https://commits.kde.org/falkon/84dd402de58e7a5fdccaa4a3b9fcb12da0664963
Comment 3 David Rosca 2018-03-11 20:56:09 UTC
*** Bug 391729 has been marked as a duplicate of this bug. ***