Bug 784472 - Long press on text selection should show context menus again. r=wesj

This commit is contained in:
Michael Comella 2012-08-22 19:52:54 -04:00
parent 47a53a04e0
commit 6598f2a686

View File

@ -1384,7 +1384,7 @@ var NativeWindow = {
while (element) {
for each (let item in this.items) {
if (!this.menuitems[item.id] && item.matches(element)) {
if (!this.menuitems[item.id] && item.matches(element, aX, aY)) {
this.menuitems[item.id] = item;
menuitemsSet = true;
}