brackets-archive / bracketsIssues

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

[CLOSED] Clicking an Image file in the project tree calls FileOpen command twice #5919

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by couzteau Tuesday Jan 14, 2014 at 07:30 GMT Originally opened as https://github.com/adobe/brackets/pull/6513


Fixes https://github.com/adobe/brackets/issues/6001

Enable project manager to differentiate on documentSelectionFocusChange between a) the case where it needs to open the file before redrawing the tree or b) go ahead and redraw because the custom viewer for the file entry is already open.

Essentially the fix does the same as the work around in DCHs did, that is check if we already display the file before calling the FILE_OPEN cmd.


couzteau included the following code: https://github.com/adobe/brackets/pull/6513/commits

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Jan 15, 2014 at 01:22 GMT


I can review this. @couzteau this doesn't need to land in Sprint 36, does it?

core-ai-bot commented 3 years ago

Comment by couzteau Wednesday Jan 15, 2014 at 01:41 GMT


@peterflynn - right no need to rush this into 36. The bug is lo prio and was not on nominated for S36.

core-ai-bot commented 3 years ago

Comment by couzteau Thursday Jun 05, 2014 at 19:06 GMT


@peterflynn This has been open for a couple months now. Looks like you are overloaded. Do you still want to review it or should I try to find someone else?

core-ai-bot commented 3 years ago

Comment by dangoor Friday Sep 19, 2014 at 14:52 GMT


This is obsoleted by the project manager revamp in pr #9015.