On lunedì 30 ottobre 2023 11:53:51 CET Ingo Klöcker wrote: > On Montag, 30. Oktober 2023 09:53:08 CET Stefano Crocco wrote: > > On lunedì 30 ottobre 2023 01:11:27 CET Nicolas Fella wrote: > > > 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. > > > > > > focus and toolbar brings > > > https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/188 to my > > > mind. Can you check whether it works as you expect before that change? > > > > Yes, without that change, everything works correctly. Thanks for the > > information. > > > > Do you think it would make sense to create a merge request for kxmlgui so > > that the focus policy is only changed if it doesn't include TabFocus? > > Yes, if the current policy flags don't include TabFocus then TabFocus should > be added but the current policy flags should be kept. > > Regards, > Ingo
Done: https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/203 Stefano