Closed ssivov closed 5 years ago
Because of the simpler, more straightforward masking architecture, privacy testing is now more robust and is more reliable:
y: "pageY" in evt ? evt.pageY : ("clientY" in evt ? evt["clientY"] + de.scrollTop : null),
Could you integrate the other open PR to round pointer/mouse coordinates? #WontFix
Refers to: src/plugins/pointer/mouse.ts:13 in e012cef. [](commit_id = e012cefb00776988b36cec9ba325c1dad8eaefc9, deletion_comment = False)
y: "pageY" in evt ? evt.pageY : ("clientY" in evt ? evt["clientY"] + de.scrollTop : null),
Let's just have Sarvesh merge that one, no need to duplicate?
In reply to: 467950926 [](ancestors = 467950926)
Refers to: src/plugins/pointer/mouse.ts:13 in e012cef. [](commit_id = e012cefb00776988b36cec9ba325c1dad8eaefc9, deletion_comment = False)
The only way to unmask data is for the webmaster himself to explicitly add a "data-clarity-unmask" to the node.