Disabled some code to make cursors over links work

This commit is contained in:
kipp 1998-07-11 03:50:14 +00:00
Родитель 91583e8ea0
Коммит bd7c472e67
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -603,6 +603,8 @@ nsresult nsHTMLTagContent::HandleDOMEvent(nsIPresContext& aPresContext,
// XXX Bring up a contextual menu provided by the application
break;
// XXX kipp: I disabled this to make cursors over links work again.
#if 0
case NS_MOUSE_MOVE:
if (mTag == nsHTMLAtoms::a) {
nsAutoString base, href, target;
@ -612,6 +614,7 @@ nsresult nsHTMLTagContent::HandleDOMEvent(nsIPresContext& aPresContext,
aEventStatus = nsEventStatus_eConsumeNoDefault;
}
break;
#endif
// XXX this doesn't seem to do anything yet
case NS_MOUSE_EXIT: