WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
137287
For a Date object from a different frame: ""+date !== date.toString()
https://bugs.webkit.org/show_bug.cgi?id=137287
Summary
For a Date object from a different frame: ""+date !== date.toString()
Will Thimbleby
Reported
2014-09-30 22:15:00 PDT
Created
attachment 238997
[details]
Sandboxed date string conversion test case. Given a sandboxing iFrame, after creating a Date object from the sandbox, calling date.toString() gives a different result to calling ""+date. The automatic conversion of the date to a string when appended to a string is wrong: ""+date === 1412140297227 See attachment with test case.
Attachments
Sandboxed date string conversion test case.
(1.06 KB, text/html)
2014-09-30 22:15 PDT
,
Will Thimbleby
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2014-10-04 17:07:37 PDT
This happens any time the date object is created via a different frame - it does not have to be display:none, and it doesn't have to be empty.
David Kilzer (:ddkilzer)
Comment 2
2016-09-09 10:55:33 PDT
<
rdar://problem/28228212
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug