Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.postload.js

Issue 5861467656028160: Issue 1870 - Create overlays for <frame> elements that you can click those to be blocked (Closed)
Patch Set: Created Jan. 26, 2015, 10:52 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.postload.js
===================================================================
--- a/include.postload.js
+++ b/include.postload.js
@@ -345,7 +345,7 @@
clickHide_deactivate();
// Add overlays for blockable elements that don't emit mouse events that they can still be selected
- var elts = document.querySelectorAll('object,embed,iframe');
+ var elts = document.querySelectorAll('object,embed,iframe,frame');
for(var i=0; i<elts.length; i++)
{
var element = elts[i];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld