Bug 52815 - get rid of third tab stop inside <input type=file>. Patch from pete.zha@sun.com, r=bryner, sr=attinasi, a=asa.

This commit is contained in:
bryner%netscape.com 2002-03-20 04:50:15 +00:00
parent c1adf4b062
commit 9b8ae3b459

View File

@ -3092,6 +3092,9 @@ nsEventStateManager::GetNextTabbableContent(nsIContent* aRootContent, nsIFrame*
if (type.EqualsIgnoreCase("hidden")) {
hidden = PR_TRUE;
}
else if (type.EqualsIgnoreCase("file")) {
disabled = PR_TRUE;
}
}
}
else if (nsHTMLAtoms::select==tag.get()) {