rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

record and replay the web

Results 401 rrweb issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/38211259/106373740-8f57e800-63b7-11eb-8358-9c1a9eccfa9e.png)

Here is some CSS as authored: ``` body { background: url(pattern.jpg); } ... later body { background: blue; } ``` Unfortunately, Safari reports this as ``` body { background-image: url(pattern.jpg);...

![image](https://user-images.githubusercontent.com/41824750/157682213-d73847ef-74e8-40c1-900a-28f77e9700b8.png) 用的是vue-pdf 底层是pdfjs 版本是最新的1.1.2

On the following demo website `rrweb` fails to record `Toolbar` element: - CodeSandbox: https://codesandbox.io/s/jam-sandbox-299kuq?file=/pages/index.vue - Demo: https://299kuq.sse.codesandbox.io/ Here is the HTML of the element. ```html Toolbar ... ``` Sometimes (I...

record监听事件是否可以使用requestIdleCallback设计fiber thread触发,避免对于主线程的事件产生阻塞。 有业务场景使用时发现长时间使用引起输入框输入卡顿现象。

enhancement

这是一个vue路由组件, ```vue import { ref, onMounted, inject } from 'vue'; import { Replayer } from 'rrweb'; import 'rrweb/dist/rrweb.min.css'; import { eventWithTime } from 'rrweb/typings/types'; const replayerBox = ref(); const socket...

when i was putting the following block selector `'input[type~="password"], input[name~="password"], input[type~="text"]'` i was surprised to find that it wasn't working, after going deeper into the source code, i have noticed...

hover 时 display: none 控制显示隐藏的元素回放会出现多个,例如 element ui input 框的 clear 图标; 样式设置了 animation 的元素,会在停止回放时动画仍然生效。

Hey all, We have a customer of PostHog who had to disable rrweb because the page processing time went from 2.5 seconds to 35 seconds. (see screenshots) Before enabling session...

It would be great to add controls as part of the wrapper element used for toggling fullscreen mode.

good first issue