[Webkit-unassigned] [Bug 255502] New: Web Inspector: Console: repeated logs sometimes have the wrong timestamp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 16 20:23:52 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=255502
Bug ID: 255502
Summary: Web Inspector: Console: repeated logs sometimes have
the wrong timestamp
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: hi at devinrousso.com
CC: inspector-bugzilla-changes at group.apple.com
# STEPS TO REPRODUCE
1. inspect any page
2. repeatedly evaluate `console.log(42)` in the Console
## EXPECTED
each log would have a timestamp greater than the last
## ACTUAL
the last log has the original timestamp, and every other log is off by one (i.e. the first log has the timestamp of the second log, etc.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230417/3809a072/attachment.htm>
More information about the webkit-unassigned
mailing list