mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 381434 - "Open "livemark name" ignores middle click" (intercept middle-click with onclick) [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=Mano a=blocking-firefox3+]
This commit is contained in:
parent
0ac225c527
commit
2fcac62efa
@ -487,7 +487,7 @@ var BookmarksEventHandler = {
|
||||
openHomePage.setAttribute("siteURI", siteURIString);
|
||||
openHomePage.setAttribute("oncommand",
|
||||
"openUILink(this.getAttribute('siteURI'), event);");
|
||||
// If a user middle-click this item we serve the oncommand event
|
||||
// If a user middle-clicks this item we serve the oncommand event
|
||||
// We are using checkForMiddleClick because of Bug 246720
|
||||
// Note: stopPropagation is needed to avoid serving middle-click
|
||||
// with BT_onClick that would open all items in tabs
|
||||
|
Loading…
Reference in New Issue
Block a user