Eoghan Murray

Results 273 comments of Eoghan Murray

> @razor-x would you mind if we stripped all the CSP policies on replay? I think that would solve this issue for you. @Juice10 This is on the record side;...

@razor-x how does the document itself modify the style in the first place? (the original modification that generated the mutation) Could you have a look at the calling code for...

``` node.style.transition = theme.transitions.create('opacity', transitionProps); ``` Ok so maybe it's okay to access the style _property_ but not set the _attribute_? (I'm ignoring the second screenshot as the attribute being...

right, `contentDocument` isn't available until the iframe is appended to the page; I thought I got the opposite result while testing but must have accidentally added my variable to the...

(I'd use the CSSOM, but the old style attribute is provided as a string, and we'd have to loop through it to parse it, which I'm not confident we'd get...

I coded this up in #846 but haven't tested it or anything!

Would you be able to have another go at setting up a dev environment and let the core team know if there were any instructions that weren't clear or were...

`Websocket is not open` I imagine the testing suite interacts with puppeteer over websockets or something. Can you check the version of puppeteer you have installed? @Juice10 any ideas?

I'm agnostic; just not sure if #846 actually fixes it ... presume it does. If possible, a general CSP test would be good to catch regression on this, or the...

@Yuyz0112 wondering if you prefer `rrweb-ui` over `rrweb-playback-ui` as I don't think I had updated this change to the latter when you made your comment above?