Konqueror form siblings bug afecting all jquery 3 web sites

Project:Linux software
Component:Documentation
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Related pages:#85: Konqueror
Tags:javascript, jquery, konqueror
Description

Konqueror form siblings bug afecting all jquery 3 web sites

See the report I just filed:
https://bugs.kde.org/show_bug.cgi?id=375999

Comments

#1

Check how webkit fixed it.
Maybe the source code has not diverted so much...
https://bugs.webkit.org/show_bug.cgi?id=139561
http://trac.webkit.org/changeset/177263
https://bugs.webkit.org/attachment.cgi?id=243153&action=prettypatch
https://bug-139561-attachments.webkit.org/attachment.cgi?id=243153

The code does not appear to be part of kde-baseapps.
I have to look for the source code for KHTML.

The following are referred to in the konqueror code, but not part of kde-baseapps:

konqueror/settings/konqhtml/CMakeLists.txt:# For khtmldefaults.h. We don't need to link to khtml, just to include that header...
konqueror/settings/konqhtml/CMakeLists.txt:get_target_property(khtml_include_dir KF5::KHtml INTERFACE_INCLUDE_DIRECTORIES)
konqueror/settings/konqhtml/CMakeLists.txt:target_include_directories(kcm_konqhtml PRIVATE "${khtml_include_dir}")

and:
#include <khtmldefaults.h>
#include <khtml_settings.h>

#include <khtmlview.h>
#include <khtml_part.h>