DescriptionBookmarked URL gets open in New tab, on pressing enter key for 'Folders' dropdown.
When we select enter key then open item is getting called and it opens last focused item.
This is due to 2 reasons:
1) getSelectedBookmarkNodes() returns bmm.list.selectedItems even when document.activeElement
is 'Folders' or 'Organize' button.
2) openItem() is for opening the item in the list, for that bmm.list should be currently active
Check have been added so that when we have bmm.list is active then only e.canExecute will become true.
BUG=452853
Committed: https://crrev.com/4a6bfb77e3e806a58b6bdd89825f1d4a058df4d5
Cr-Commit-Position: refs/heads/master@{#325426}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 1
Patch Set 4 : Changes as per review comments. #
Total comments: 2
Patch Set 5 : Changes as per review comments. #Messages
Total messages: 12 (2 generated)
|