bug 299901 - Middle click fail on links with nested tags, patch by gavin, r+sr=dveditz, a=jay

This commit is contained in:
mconnor%steelgryphon.com 2006-07-29 05:44:14 +00:00
Родитель b164605f94
Коммит 8e8e504ae9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -134,6 +134,7 @@
prefillTextBox(target); // prefill the empty text field if possible
}
else {
linkNode = event.originalTarget;
while (linkNode && !(linkNode instanceof HTMLAnchorElement))
linkNode = linkNode.parentNode;
// <a> cannot be nested. So if we find an anchor without an