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
Родитель 766540931f
Коммит 81c2c16ed7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}