-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Weird issue when closing tabs #12162
Comments
@arashsa Do you see the same tab appearing twice which seems like 2 entries of the same file? |
If this is not related to the @swmitra I have sometimes ran into a situation where the title bar shows I have ran into it once or twice after that, but I haven't been able to repeat it. It could be related to #11826 though too. |
@arashsa Then it seems to be the thing I described in #11820 (comment). You don't actually lose the contents until you save the file (the document isn't marked dirty either), but if you make a change it does lead to data loss which sucks. |
@petetnt No, not really. You are describing changes to the same file in two different panes, I am having issues with two separate files, which is very strange. And these files are not open in different panes, but in different tabs. So let's say I change something in one scss file (only experienced this with scss files), and then I don't save it, but close the tab, then say yes to the popup that asks to save, then another file that is opened suddenly is overwritten with the content of the file I just closed. I think it has been the file that gets open after I have closed the other file. This seems somewhat unrelated to your issue, no? |
@arashsa Actually that's the exact scenario I am facing, the wording here is kinda bad (the header is flipper around: it should say that title changes but the contents are the same) though:
For example if I close |
@petetnt Oh, sorry about that. So, any solutions? |
I tried to repro this for a while just now but couldn't. Hopefully you have better luck |
I have the same problem. Just updated to 1.6 on Ubuntu 14.04 and anytime I make a modification to an opened file, it opens a new tab when upon saving. edit: looks like a css issue (see the new styles), because I don't see those new styles. |
hey @petetnt, |
A build refresh is scheduled by his week or next for 1.6 and after that the new installers posted will contain this fix. |
Whenever I have a tab open, and I close it and the file has not been saved, I am asked if I want to save the file, which I do, and what happens is that the content of that file is then copied to another file that also is open. Very strange behaviour. Have never encountered anything similar. Brackets seem to have a lot of issues with files.
The text was updated successfully, but these errors were encountered: