brackets-archive / bracketsIssues

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

[CLOSED] Exception after using Open dialog, last folder never remembered #5274

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by peterflynn Tuesday Oct 29, 2013 at 23:03 GMT Originally opened as https://github.com/adobe/brackets/issues/5752


  1. File > Open
  2. Browse to a different folder & choose a file
  3. File > Open again

Result: Exception thrown in DocumentCommandHandlers. Folder in step 2 is not remembered in step 3.

Expected: In previous sprints, we remembered the folder.

This is happening because the EditorManager.getCurrentlyViewedPath reference is missing () on line 279.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Oct 29, 2013 at 23:03 GMT


Assigned to@couzteau & nominated for Sprint 34.

core-ai-bot commented 3 years ago

Comment by couzteau Tuesday Oct 29, 2013 at 23:14 GMT


posted fix https://github.com/adobe/brackets/pull/5753

core-ai-bot commented 3 years ago

Comment by RaymondLim Friday Nov 01, 2013 at 18:05 GMT


FBNC to@peterflynn

core-ai-bot commented 3 years ago

Comment by peterflynn Saturday Nov 16, 2013 at 00:46 GMT


Confirmed fixed