171003: shift-tab shouldn't land on images twice: add a comment. r=aaronl, sr=bryner, a=dbaron

This commit is contained in:
akkana%netscape.com 2002-10-24 04:02:42 +00:00
Родитель 57086eda12
Коммит da9584c86a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3480,6 +3480,8 @@ nsEventStateManager::GetNextTabbableContent(nsIContent* aRootContent, nsIFrame*
}
}
else if (nsHTMLAtoms::img==tag) {
// Don't need to set disabled here, because if we
// match an imagemap, we'll return from there.
if (sTabFocusModel & eTabFocus_linksMask) {
nsCOMPtr<nsIDOMHTMLImageElement> nextImage(do_QueryInterface(child));
nsAutoString usemap;