Re: Future of KParts::SelectorInterface

2023-06-27 Thread David Faure
On mercredi 14 juin 2023 12:38:24 CEST Stefano Crocco wrote: > Hello to everyone, > working on fixing the Akgregator plugin for Konqueror, I realized that > WebEnginePart didn't correctly implement the KParts::SelectorInterface API > (it behaved as if no element was found). Unfortunately, that API

Future of KParts::SelectorInterface

2023-06-14 Thread Stefano Crocco
Hello to everyone, working on fixing the Akgregator plugin for Konqueror, I realized that WebEnginePart didn't correctly implement the KParts::SelectorInterface API (it behaved as if no element was found). Unfortunately, that API is synchronous, while QtWebEngine only allows to run javascript co