Filtering out form submission in all cases, to get location bar working

for mac. This will be fixed RSN.
This commit is contained in:
leaf%mozilla.org 1999-05-25 23:25:19 +00:00
Родитель 566d7c3cad
Коммит 9b550a3834
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -616,7 +616,8 @@ NS_METHOD nsFormControlFrame::HandleEvent(nsIPresContext& aPresContext,
if (NS_KEY_EVENT == aEvent->eventStructType) {
nsKeyEvent* keyEvent = (nsKeyEvent*)aEvent;
if (NS_VK_RETURN == keyEvent->keyCode) {
EnterPressed(aPresContext);
// XXX breaking the mac to fix the tree, go figure
// EnterPressed(aPresContext);
}
else if (NS_VK_SPACE == keyEvent->keyCode) {
MouseClicked(&aPresContext);

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

@ -616,7 +616,8 @@ NS_METHOD nsFormControlFrame::HandleEvent(nsIPresContext& aPresContext,
if (NS_KEY_EVENT == aEvent->eventStructType) {
nsKeyEvent* keyEvent = (nsKeyEvent*)aEvent;
if (NS_VK_RETURN == keyEvent->keyCode) {
EnterPressed(aPresContext);
// XXX breaking the mac to fix the tree, go figure
// EnterPressed(aPresContext);
}
else if (NS_VK_SPACE == keyEvent->keyCode) {
MouseClicked(&aPresContext);