Page MenuHomePhabricator

D19808.id47308.diff
No OneTemporary

D19808.id47308.diff

diff --git a/webroot/rsrc/css/aphront/tooltip.css b/webroot/rsrc/css/aphront/tooltip.css
--- a/webroot/rsrc/css/aphront/tooltip.css
+++ b/webroot/rsrc/css/aphront/tooltip.css
@@ -5,6 +5,12 @@
.jx-tooltip-container {
position: absolute;
padding: 5px;
+
+ /* In Chrome, moving the cursor into the empty space next to the "caret" on
+ the caret side of the tooltip can cause the tooltip to flicker rapidly
+ because the cursor hits the container. To stop this, prevent cursor
+ events. See T8440. */
+ pointer-events: none;
}
.jx-tooltip-appear {

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 27, 7:05 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7686841
Default Alt Text
D19808.id47308.diff (570 B)

Event Timeline