Bug 430551 - "bookmarks menu popup stays open after dragging bookmark over it" (set attribute "autoopened" on bookmarks menu when dragging) [p=jdarmochwal@gmx.de (Jan Darmochwal) r=Mano a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-05-07 03:14:51 -07:00
parent fd5db83e94
commit 2439728c41

View File

@ -914,6 +914,7 @@ var PlacesMenuDNDController = {
delete this._timers.loadTime;
if (event.target.id == "bookmarksMenu") {
// If this is the bookmarks menu, tell its menupopup child to show.
event.target.lastChild.setAttribute("autoopened", "true");
event.target.lastChild.showPopup(event.target.lastChild);
}
},