-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Preflight Checklist
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb
Version
v1 + v2
Expected Behavior
"loading" text should not appear in replay
Actual Behavior
Notice red box + loading text
Steps to Reproduce
CSS with : does not get escape during recording in the Safari browser.
e.g.
[foo:bar] {
display: none;
}
In Chrome this gets escaped to [foo\\:bar], but in Safari it is untouched: [foo:bar]. During replay (any browser), the [foo:bar] rule is ignored.
Testcase Gist URL
No response
Additional Information
Note this is a 5 year old bug in Safari: https://bugs.webkit.org/show_bug.cgi?id=184604
bruno-garcia
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working