Changes between Version 3 and Version 4 of TEXT_SERVER_R0
- Timestamp:
- 05/17/10 16:22:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_SERVER_R0
v3 v4 11 11 12 12 == Task requirements == 13 The following two bugs should be fixed as part of this task: 13 The following three bugs should be fixed as part of this task: 14 * Books on server cannot contain text - exceptions are thrown (background) and changes are seen only by the author that made them. Fix this 14 15 * Currently special characters on the server coming from a Windows machine are encoded as cp1251 or cp1252 instead of Unicode. Thus a strange symbol appears on a Unix client instead of a new line for example. 15 16 * When two people work collaboratively on the server, text is updated, but caret position is not. Same is true when two views share the same model (e.g. save a book and reopen it). Last caret position should be updated together with the text.