The current version of the toolkit advertises the support for ES6 proxying without being able to fully support it. This causes failures on complex web-sites such as those of Slack.com, breaking both the net-im/diligent we already have in the tree and the net-im/py-scudcloud I'd like to add. See: https://github.com/raelgc/scudcloud/issues/594 The patch offered by the maintainer of the webkit fork we use helps solve the problem: https://github.com/raelgc/scudcloud/issues/594#issuecomment-342988247 The actual patch we need is in the comment right after the above, the rest of the author's change cleans up the tests we do not use.
Created attachment 187999 [details] v1 Hi there Could you confirm whether this is solves the problem for you? mfg Tobias
Comment on attachment 187999 [details] v1 > Could you confirm whether this is solves the problem for you? Yes, it seems like a faithful replication of the patch I linked to. Thanks!
A commit references this bug: Author: tcberner Date: Tue Nov 14 19:31:22 UTC 2017 New revision: 454197 URL: https://svnweb.freebsd.org/changeset/ports/454197 Log: www/qt5-webkit add upstream patch to disable broken ES6 proxy support PR: 223668 Submitted by: Mikhail T. <mi@ALDAN.algebra.com> Changes: head/www/qt5-webkit/Makefile head/www/qt5-webkit/files/patch-git_5648446
Committed. Thanks.