From 43160cc0daab4991370cd0ec864964f92a0a80ae Mon Sep 17 00:00:00 2001 From: "hwaara%gmail.com" Date: Thu, 16 Mar 2006 15:01:04 +0000 Subject: [PATCH] fix bug 329673. The searchfield doesn't have the right selection behavior. r+sr=pink. Camino-only git-svn-id: svn://10.0.0.236/trunk@192476 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/camino/src/browser/SearchTextField.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/camino/src/browser/SearchTextField.m b/mozilla/camino/src/browser/SearchTextField.m index 42210043917..7f80a6ddcbc 100644 --- a/mozilla/camino/src/browser/SearchTextField.m +++ b/mozilla/camino/src/browser/SearchTextField.m @@ -90,6 +90,8 @@ [[self cell] popUpButtonClickedWithFrame:cellFrame inView:self]; // send the notification? } + else + [super mouseDown:theEvent]; } // Do not remove. This method must be empty to setup cursor rects properly