зеркало из https://github.com/mozilla/gecko-dev.git
Disabled some code to make cursors over links work
This commit is contained in:
Родитель
91583e8ea0
Коммит
bd7c472e67
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче