[Webkit-unassigned] [Bug 87999] [Qt][W2] Qml Error in ViewportInfoItem.qml in MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 1 04:26:48 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87999





--- Comment #3 from Andras Becsi <abecsi at webkit.org>  2012-06-01 04:26:47 PST ---
(From update of attachment 145125)
View in context: https://bugs.webkit.org/attachment.cgi?id=145125&action=review

> Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:160
>  QVariant QWebKitTest::isScalable() const
>  {
>      if (QtViewportInteractionEngine* viewport = m_webViewPrivate->viewportInteractionEngine())
>          return !!viewport->m_rawAttributes.userScalable;
> -    return QVariant();
> +    return true;

Shouldn't the default be false here?

-- 
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