brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Find and Replace All dialog doesn't show up on first try #5743

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by zshall Monday Dec 23, 2013 at 07:55 GMT Originally opened as https://github.com/adobe/brackets/issues/6308


In short: I can't do a find-and-replace all without going through the find-and-replace dialog twice. I've captured a video of the problem: http://screencast.com/t/rUs7BC24Ar The first time I click "Replace" the dialog at the bottom of the screen should appear. Instead I need to go through the menus again.

Steps to reproduce the problem, with actual vs. expected results Expected results:

  1. Go to Edit > Replace
  2. Enter text in both "Find" and "Replace with" text fields
  3. Click "All..."
  4. On the second dialog, click "Replace"
  5. Be done with it.

Actual results:

  1. Go to Edit > Replace
  2. Enter text in both "Find" and "Replace with" text fields
  3. Click "All..." 4. Repeat steps 1-3
  4. On the second dialog, click "Replace"
  5. Be done with it.

Brackets sprint number (or if you're pulling directly from the Git repo, your current commit SHA - use git rev-parse HEAD) sprint 35 experimental build 0.35.0-10897 (release 445deaaa9) OS version OS X Mavericks 10.9.1

Screenshots are very helpful if you're seeing an error message or a UI display problem. (Just drag an image into the issue description field to include it). Video: http://screencast.com/t/rUs7BC24Ar

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Dec 24, 2013 at 01:21 GMT


Hmm, it's working correctly for me following your steps. Some questions:

  1. If you quit and re-launch Brackets, then immediately do these steps, do you still see the problem? Or does it only happen after you've been using Brackets for a while?
  2. Does it still happen if you disable all extensions?
  3. If you choose Debug > Show Developer Tools, then select the Console view, are any error messages listed there? If so, please expand to show the stack and paste it in your comment here.
core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Dec 24, 2013 at 01:22 GMT


One more question: how are you invoking the Replace command? Are you pressing the keyboard shortcut, choosing it from the Edit menu, ...? And do you have any text selected in the editor when you do so?

core-ai-bot commented 3 years ago

Comment by zshall Tuesday Dec 24, 2013 at 01:40 GMT


Well, strangely enough I can't reproduce the error anymore myself. I did restart Brackets today, and I don't recall it happening afterwards. Here's to hoping it was just a strange glitch, but here's all the info that I know when it was happening:

I used the keyboard shortcut to invoke the Replace command and also used the menus. When it was happening, it happened every time, regardless of how I got to the menus. I didn't have any text selected before entering text into the "Find" text box (when everything is automatically highlighted for me). I had the following extensions installed:

HTMLHint 1.0.1 Jade Syntax Highlighting 1.0.5 JSHint 2.0.18 Markdown Preview 0.1.4 Minifier 0.5.0 Quick Search 1.0.0 Tab To Space 1.0.0 Themes 0.1.6

I disabled extensions just now and everything still works just fine. Here's a photo of my developer tools error console logs: http://screencast.com/t/aZcYdO48JSke , but I don't think any of these are related to the problem, and I restarted Brackets earlier so whatever errors I was getting are lost.

From my end, it appears that restarting fixed all the issues. Looking at it now it seems like a temporary glitch, but I know that something must have been screwy when I reported the bug, as it had been going on for hours and I was able to capture it on video.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Mar 18, 2014 at 01:36 GMT


Closing since it's UTR now for filer too. @zshall please let us know if you see this problem again.