RESOLVED FIXED 147163
Web Inspector: console.log("%d", 0) or console.log("%d", "str") show nothing, expected Number or NaN
https://bugs.webkit.org/show_bug.cgi?id=147163
Summary Web Inspector: console.log("%d", 0) or console.log("%d", "str") show nothing,...
Joseph Pecoraro
Reported Tuesday, July 21, 2015 10:45:15 PM UTC
* SUMMARY console.log("%d", 0) or console.log("%d", "str") show nothing, expected Number of NaN Seems like falsey values are getting overlooked. * STEPS TO REPRODUCE 1. console.log("%d", 0) => expected 0 2. console.log("%d", "str") => expected NaN
Attachments
[PATCH] Proposed Fix (1.72 KB, patch)
2015-07-21 14:47 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (1.72 KB, patch)
2015-07-21 14:48 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 Tuesday, July 21, 2015 10:45:29 PM UTC
Joseph Pecoraro
Comment 2 Tuesday, July 21, 2015 10:47:07 PM UTC
Created attachment 257205 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 Tuesday, July 21, 2015 10:48:49 PM UTC
Created attachment 257206 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 4 Wednesday, July 22, 2015 3:36:37 AM UTC
Comment on attachment 257206 [details] [PATCH] Proposed Fix Clearing flags on attachment: 257206 Committed r187147: <http://trac.webkit.org/changeset/187147>
WebKit Commit Bot
Comment 5 Wednesday, July 22, 2015 3:36:40 AM UTC
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.