| Summary: | [Compare]Inline compare widget generates additional lines when merging textModel. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | ken_walker, Silenio_Quarti |
| Version: | 0.4 | ||
| Target Milestone: | 0.5 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
It does not always happen but if happens it will be misleading in the status and commit page. An example to explain this is : Original text before change(line delimeter is \r\n): line 1 \r\n line 2 \r\n line 3 \r\n Diff content text with mixed line ending +line 1-1 \r\n +line 1-2 \n Diff block array split by \n line 1-1 \r line 1-2 If I use text model line delimeter, the merged text model will be line 1 \r\n line 1-1 \r\r\n line 1-2 \r\n line 2 \r\n line 3 \r\n Where line 1-1 becomes two lines. |