Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Nicolas Fella
On 10/29/23 18:38, Stefano Crocco wrote: Hello to everyone, while porting Konqueror to KF6, I've hit a problem I don't know how to solve. The issue is that it's impossible to give focus to the location bar by clicking on it with the mouse as you can do in KF5. After spending some hours trying to

Re: Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Albert Astals Cid
El diumenge, 29 d’octubre de 2023, a les 18:38:50 (CET), Stefano Crocco va escriure: > Hello to everyone, > while porting Konqueror to KF6, I've hit a problem I don't know how to > solve. The issue is that it's impossible to give focus to the location bar > by clicking on it with the mouse as you

Problems when adding a combo box to a toolbar and KActionCollection in KF6

2023-10-29 Thread Stefano Crocco
Hello to everyone, while porting Konqueror to KF6, I've hit a problem I don't know how to solve. The issue is that it's impossible to give focus to the location bar by clicking on it with the mouse as you can do in KF5. After spending some hours trying to find out the cause of this, I reached th