Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6619)

Unified Diff: chrome/browser/resources/bookmark_manager/main.html

Issue 1161004: Bookmark manager: Fix an issue with drag and drop over the tree.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
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: chrome/browser/resources/bookmark_manager/main.html
===================================================================
--- chrome/browser/resources/bookmark_manager/main.html (revision 42271)
+++ chrome/browser/resources/bookmark_manager/main.html (working copy)
@@ -681,6 +681,9 @@
// We never want to do that for the bookmark manager.
e.preventDefault();
+ // Set to none. This will get set to something if we can do the drop.
+ e.dataTransfer.dropEffect = 'none';
+
if (!this.dragData)
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698