brackets-archive / bracketsIssues

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

[CLOSED] Opening file and adding to working set sometimes opens duplicate #8772

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by mat-mcloughlin Friday Nov 07, 2014 at 16:17 GMT Originally opened as https://github.com/adobe/brackets/issues/9864


I've been using the command

CommandManager.execute(Commands.CMD_ADD_TO_WORKINGSET_AND_OPEN, { fullPath: unixPath, paneId: 'first-pane' }).done(function() { });

to open up a file. But occasionally this opens up a new instance of the file in the working set.

I've not been able to reliably pin down a reason for this happening yet.

core-ai-bot commented 2 years ago

Comment by JeffryBooher Friday Nov 07, 2014 at 17:23 GMT


@mat-mcloughlin was the file already in a working set before you called execute(Commands.CMD_ADD_TO_WORKINGSET_AND_OPEN) ?

core-ai-bot commented 2 years ago

Comment by mat-mcloughlin Friday Nov 07, 2014 at 17:47 GMT


Yes it was

core-ai-bot commented 2 years ago

Comment by JeffryBooher Wednesday Nov 12, 2014 at 18:02 GMT


Med Priority to investigate.

core-ai-bot commented 2 years ago

Comment by peterflynn Tuesday Jan 20, 2015 at 10:15 GMT


I'm unable to reproduce this too. @mat-mcloughlin, any luck on figuring out a sequence of steps that can consistently cause this?

core-ai-bot commented 2 years ago

Comment by mat-mcloughlin Tuesday Jan 20, 2015 at 10:57 GMT


I could consistently call it. But this was before 1.0 so it may have been inadvertently fixed

Feel free to close

core-ai-bot commented 2 years ago

Comment by prksingh Wednesday Jan 21, 2015 at 12:27 GMT


Closing for now. Please let us know if you see this again and we can reopen the bug. Thanks.