[Webkit-unassigned] [Bug 60147] New: [EFL] Initialize viewport argument in ewk_view.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 4 02:24:50 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60147
Summary: [EFL] Initialize viewport argument in ewk_view.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
CC: demarchi at webkit.org
In _Ewk_View_Private_Data struct, viewport_arguments variable is defined. However, the viewport_arguments values are set to 0 because this structure is created by calloc(). So, if application invokes ewk_view_viewport_attributes_get() first without viewport meta tag, the ewk_view_viewport_attributes_get() returns wrong viewport values because viewport attributes values are set 0 instead of -1(ValueAuto).
--
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