This might also be interesting in this context:
[Subject:
auto-save-include-big-deletions](https://lists.gnu.org/archive/html/emacs-devel/2009-07/msg01091.html)
On 04.05.2015 14:40, John Arthorne
wrote:
Hi Tomer,
Yikes, that sounds serious. Yes
please
enter a bugzilla bug report for it. You can propose fixes either
with a
pull request, or even better by pushing to our Gerrit for
review:
https://wiki.eclipse.org/Orion/Contributing_Code#Submit_your_changes_to_Gerrit
Thanks!
John
From:
Tomer Ohana
<tomero@xxxxxxx>
To:
orion-dev@xxxxxxxxxxx
Date:
05/03/2015 09:20 AM
Subject:
[orion-dev]
Client - pending changes are lost when switching files and
auto-save is
enabled
Sent by:
orion-dev-bounces@xxxxxxxxxxx
Hi everyone,
We're using Orion in one of our products and found
a serious
bug. I think it originated from this commit:
Editor
is not dirty after failed save attempty
In short, when user edits a file, with auto-save
enabled,
the editor is marked clean although there are still unsaved
changes.
This happens when the save function is called
between
user edits, meaning the user still edits the file while there is
an outgoing
save request.
When the response returns, the editor is marked
clean
(inputManager:357)
although there are still unsaved changes.
If the user switches to a different file or closes
the
browser window, those unsaved changes are lost.
Although it seems tricky to reproduce, it happens
to us
all the time.
I'm new here so I just wanted to ask if anyone
encountered
it too, or should I open a bug in BugZilla? Is it possible to
suggest a
fix via a pull request?
Thanks for the help,
Tomer._______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev
|