Wrong context menu with CSS transform in Chome/Safari/Firefox #3827
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chome/Safari/Firefox browsers show wrong context( ) when parent element has css transformation.
transform: translate(100px, 100px)=> ❌transform: translate(0px, 0px)=> ❌transform: rotate(10deg)=> ❌transform: rotate(0deg)=> ❌Example: http://codepen.io/st44100/pen/jWJvry
Without
transformin Window ChromeWith
fransformin Windows Chromechanged title from Wrong context menu with CSS transform in {-Webkit browsers(-}Chome/Safari{-)-} to Wrong context menu with CSS transform in Chome/Safari{+/Firefox+}
Transforming a CodeMirror editor is not supported in general. See also #2443
The issue with zero transforms breaking the context menu was fixed earlier this month (see #3238)