[Webkit-unassigned] [Bug 27351] New: [Qt] navigator.platform returns an empty string in Symbian and in Linux platforms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 16 12:24:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27351
Summary: [Qt] navigator.platform returns an empty string in
Symbian and in Linux platforms
Product: WebKit
Version: 528+ (Nightly build)
Platform: S60 Emulator
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yael.aharon at nokia.com
WEBCORE_NAVIGATOR_PLATFORM is not defined for Symbian and for Linux platforms.
the following javascript would fail
<html>
<body >
The name of the operating system of the current browser should be displayed
below:<br>
<script type="text/javascript">
document.write(navigator.platform+"<br/>");
</script>
</body>
</html>
--
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