brackets-archive / bracketsIssues

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

[CLOSED] Missing error when writing locked file #84

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Friday Jan 13, 2012 at 01:15 GMT Originally opened as https://github.com/adobe/brackets/issues/80


1) Lock a file (in Finder) 2) Modify file contents and save in brackets 3) Use another editor to inspect contents

UI shows that the file is still dirty. Looks like Chris' fix for #52 (in pull request #78) to pass a fake event with target=_FileWriter should fix it.

Uncaught TypeError: Cannot read property 'error' of undefined

core-ai-bot commented 3 years ago

Comment by jasonsanjose Tuesday Jan 17, 2012 at 20:40 GMT


Closed by Chris in pull request #78. Confirmed fix in master.