| Summary: | NLS Tool and Search+Replace does not update the target text editor with new state | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> | ||||
| Component: | Client | Assignee: | libing wang <libingw> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | malgorzata.tomczyk, Silenio_Quarti | ||||
| Version: | 0.5 | Flags: | Silenio_Quarti:
review+
|
||||
| Target Milestone: | 1.0 RC2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ken Walker
This looks like a problem in compare editor. Same problem can be found in Search+Replace screen when checking/unchecking changes. To reproduce you need to check/unckeck changes few times, first time usually works. After some debugging I found this problem when calling twoWayCompareContainer.setEditor(); TypeError: view is null var viewModel = view.getModel(); textStyler.js (line 1068) Created attachment 222135 [details]
patch for Silenio to review
Hi, Silenio, it seemed that only with your changes, the issue is gone. So I do not have to do anything additionally. Could you just double check the changes? Changes are good. I verified the fix and compare editor is now correctly refreshed. However there is a problem with change marks in the right side editor, I opened Bug 391650 for that. |