Date: Fri, 13 Nov 2020 01:43:11 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 238844] www/webkit2-gtk3: 2.28.0 is buggy and breaks eclipse Message-ID: <bug-238844-6497-mH71myu1Kk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238844-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-238844-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238844 --- Comment #26 from Jose Quinteiro <freebsd@quinteiro.org> --- Patch no longer works with www/webkit2-gtk3 version 2.30.2. Behavior is slightly different now. A blank tooltip appears, and the error in the conso= le is slightly different: SWT call to Webkit timed out after 100ms. No return value will be provided. Possible reasons: 1) Problem: Your javascript needs more than 100ms to execute. Solution: Don't run such javascript, it blocks Eclipse's UI. SWT current= ly allows such code to complete, but this error is thrown=20 and the return value of execute()/evalute() will be false/null. 2) However, if you believe that your application should execute as expected= (in under100 ms), ... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238844-6497-mH71myu1Kk>