https://bugs.kde.org/show_bug.cgi?id=391327
David Rosca <now...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from David Rosca <now...@gmail.com> --- Google (accounts.google.com) is sending <form> that has no inputs. When you change user-agent to Opera, it loads older version of sign-in form that is more sane and actually have inputs, so the detection works in this case. Outlook seems to not even send the <form>. I'm not really sure what to do in these cases, as it seems to be impossible to detect currently. To do so, it would be needed to intercept the outgoing POST data, which is currently not possible in QtWebEngine. allegro.pl requires "change" event to be sent when changing value of inputs, which Falkon is currently not doing. I will fix this one. -- You are receiving this mail because: You are watching all bug changes.