Bug 473770 - "Save as Diffs" broken
Summary: "Save as Diffs" broken
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Node (show other bugs)
Version: 10.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 10.0   Edit
Assignee: Mark Macdonald CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 12:05 EDT by Mark Macdonald CLA
Modified: 2015-07-28 13:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Macdonald CLA 2015-07-28 12:05:06 EDT
1. Run the Node server
2. Turn on "Save as diffs" editor option
3. Now saves (and autosaves) time out

There is also an error in fileClientPlugin.html, not sure if it's related;
> Uncaught TypeError: Cannot read property 'connect' of undefined
> fileClientPlugin.html:21
Comment 1 Mark Macdonald CLA 2015-07-28 13:14:29 EDT
Was broken by the inclusion of ;charset=UTF-8 in bug 422210.

Fixed here: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=13dd091

See bug 473774 for the fileClientPlugin.html error.