Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 240174 Details for
Bug 428683
Data loss in editor when leaving page with AutoSave enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix
PR428683.patch (text/plain), 1.30 KB, created by
Silenio Quarti
on 2014-02-20 14:49:23 EST
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2014-02-20 14:49:23 EST
Size:
1.30 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >index ac3c53e..4258343 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >+++ b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >@@ -454,7 +454,7 @@ > if (editor && editor.isDirty()) { > if (inputManager.getAutoSaveEnabled()) { > inputManager.save(); >- return; >+ return messages.unsavedAutoSaveChanges; > } > return messages.unsavedChanges; > } >diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js >index b145bc5..eff1630 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js >@@ -20,6 +20,7 @@ > "searchFiles": "Search Files...", //$NON-NLS-1$ //$NON-NLS-0$ > "searchTerm": "Enter search term:", //$NON-NLS-1$ //$NON-NLS-0$ > "unsavedChanges": "There are unsaved changes.", //$NON-NLS-1$ //$NON-NLS-0$ >+ "unsavedAutoSaveChanges": "Please stay on the page until Auto Save is complete.", //$NON-NLS-1$ //$NON-NLS-0$ > "Save": "Save", //$NON-NLS-1$ //$NON-NLS-0$ > "Saved": "Saved", //$NON-NLS-1$ //$NON-NLS-0$ > "Blame": "Blame", //$NON-NLS-1$ //$NON-NLS-0$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428683
: 240174