Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1174764
D119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Oct 2, 10:35 PM
Size
450 B
Mime Type
text/x-diff
Expires
Fri, Oct 3, 10:35 PM (4 h, 33 m)
Engine
blob
Format
Raw Data
Handle
761692
Attached To
D119: INP-1469 Remove event bubbling cancellation from GridItem.Click() handler
D119.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/grid.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/grid.js
+++ branches/5.2.x/core/admin_templates/js/grid.js
@@ -246,7 +246,6 @@
}
}
this.Grid.CheckDependencies('GridItem.Click');
- e.cancelBubble = true;
}
GridItem.prototype.cbClick = function (ev)
@@ -530,4 +529,4 @@
break;
}
}
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment