Backing out relevant part of bug 402198 to see if it fixes Orange on Windows Tinderbox...

This commit is contained in:
mats.palmgren@bredband.net 2007-11-09 20:23:26 -08:00
parent f506f869bf
commit bca1dd4c0b
2 changed files with 1 additions and 2 deletions

View File

@ -359,7 +359,7 @@ nsComboboxControlFrame::SetFocus(PRBool aOn, PRBool aRepaint)
// This is needed on a temporary basis. It causes the focus
// rect to be drawn. This is much faster than ReResolvingStyle
// Bug 32920
Invalidate(nsRect(0,0,mRect.width,mRect.height), PR_FALSE);
Invalidate(nsRect(0,0,mRect.width,mRect.height), PR_TRUE);
// Make sure the content area gets updated for where the dropdown was
// This is only needed for embedding, the focus may go to

View File

@ -45,7 +45,6 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_TEST_FILES = test_bug345267.html \
test_bug402198.html \
$(NULL)
libs:: $(_TEST_FILES)