[Webkit-unassigned] [Bug 94949] [Qt][WK2] REGRESSION(r126067): It made qmltests::DoubleTapToZoom::test_basic() fail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 24 10:57:56 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94949
--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2012-08-24 10:57:54 PST ---
Btw you need to do this before serialization!
webView.experimental.evaluateJavaScript(
"var clientRect = document.getElementById('" + id + "').getBoundingClientRect();" +
"return { width: clientRect.width, height: clientRect.height }",
function(rect) { webView.resultReceived(); result = rect });
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list