Chromium Code Reviews

Issue 1161004: Bookmark manager: Fix an issue with drag and drop over the tree.... (Closed)

Created:
10 years, 9 months ago by arv (Not doing code reviews)
Modified:
9 years, 4 months ago
Reviewers:
feldstein
CC:
chromium-reviews, arv (Not doing code reviews), ben+cc_chromium.org
Visibility:
Public.

Description

Bookmark manager: Fix an issue with drag and drop over the tree. BUG=None TEST=Drag a folder in the tree. You should not be able to drop it on itself. You should only be able to drop it when there is a drop marker. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42286

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+3 lines, -0 lines)
M chrome/browser/resources/bookmark_manager/main.html View 1 chunk +3 lines, -0 lines 0 comments

Messages

Total messages: 3 (0 generated)
arv (Not doing code reviews)
10 years, 9 months ago (2010-03-22 22:56:17 UTC) #1
feldstein
LGTM http://codereview.chromium.org/1161004/diff/1/2 File chrome/browser/resources/bookmark_manager/main.html (right): http://codereview.chromium.org/1161004/diff/1/2#newcode325 chrome/browser/resources/bookmark_manager/main.html:325: console.info('handleRemoved', id, removeInfo); Did you want to enable ...
10 years, 9 months ago (2010-03-22 23:25:09 UTC) #2
feldstein
10 years, 9 months ago (2010-03-22 23:25:28 UTC) #3
Sorry i should have discarded those comments

On 2010/03/22 23:25:09, feldstein wrote:
> LGTM
> 
> http://codereview.chromium.org/1161004/diff/1/2
> File chrome/browser/resources/bookmark_manager/main.html (right):
> 
> http://codereview.chromium.org/1161004/diff/1/2#newcode325
> chrome/browser/resources/bookmark_manager/main.html:325:
> console.info('handleRemoved', id, removeInfo);
> Did you want to enable all these console logs?
> 
> http://codereview.chromium.org/1161004/diff/1/2#newcode911
> chrome/browser/resources/bookmark_manager/main.html:911: var
expextedEventCount;
> s/expexted/expected
> 
> http://codereview.chromium.org/1161004/diff/1/2#newcode913
> chrome/browser/resources/bookmark_manager/main.html:913: expextedEventCount =
> dragData.elements.length;
> This could cause issues when we enable copying bookmarks by holding control (i
> think that is the copy key) though it depends on how it ends up getting
> implemented.  I'm ok with it for now though.

Powered by Google App Engine