views:

147

answers:

4

In Visual Studio 2010 Professional Edition (Version 10.0.30319.1), I noticed tonight that for some reason I kept getting a wider window for quick find. I verified by exiting, restarting and retesting the bug conditions.

Steps to Reproduce

  1. Open existing project (I don't think it matters which one)
  2. Press ctrlf and give it something to search for (>?) in "current document"
  3. Press enter
  4. Press ctrlf
  5. Press enter
  6. Go to Step 4.

Can you reproduce a slowly expanding quick find window? Do I have some sort of wacky bugged out system?

A bug has been opened on Connect Tracker.

+2  A: 

I can reproduce.

500 - Internal Server Error
+1  A: 

I followed the steps above using Visual Studio Version 10.0.30319.1 RTMRel and could not reproduce your bug.

Ben Hoffstein
I'm using resharper (this could have an impact), and I cannot reproduce
PostMan
I'm not using Resharper (waiting for 5.1EAP). But good info, thanks. I think they write their own don't they?
drachenstern
I am also using Resharper. Solution: Buy/install Resharper :-)
Ben Hoffstein
I am waiting on 5.1EAP cause the aspx bug is pissing me off or I wouldn't have come across this bug ;)
drachenstern
Check closely - I didn't think I was reproducing the bug at first, but close inspection showed that the find/replace box was expanding by about 2 character widths per use. Also close the find/replace box between uses (this wasn't mentioned in the original post, although I guess it was implied.)
Darel
Yeah, when I hit enter it was closing the box (I might have altered a setting for that, idk) ... Or so I thought, that was at work, at home now.
drachenstern
Darel is right. I tried this again using JRuler and found that it expands a little bit each time, regardless of Resharper.
Ben Hoffstein
@Ben Hoffstein ~ @Darel ~ Feel free to visit the connect.microsoft.com link and upvote the bug so they know it reoccurs ;)
drachenstern
+1  A: 

I can also reproduce.

Darel
+1  A: 

This has been fixed:

One of our top reported Microsoft Connect issues since RTM has been that the Find and Replace dialog grows 16px on each use. On repeated use, this can quickly take up your entire screen real estate. We now have a patch available for this issue.

George Stocker