| Summary: | "Too much recursion" on search+replace site on FF | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.5 | ||
| Target Milestone: | 0.5 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Malgorzata Janczarska
Search and replace overwrites some default behavior from selection model. Investigating now. The check box and row are racing on selection model. Will fix it today. I released the code so that you can change selection but the check box is not reflecting the micro change inside a file. I am lowering sev to major. I made a typo, the error message shown is "Too much recursion" not "Too much regression". The fix Libing made now solved the most severe problem, so I will lower the priority to "normal" now. (In reply to comment #4) > I made a typo, the error message shown is "Too much recursion" not "Too much > regression". > The fix Libing made now solved the most severe problem, so I will lower the > priority to "normal" now. Yeah, I realized that it would've been recursion when I saw the checkbox racing with row selection. Would be nice if FF can detect regressions :-). The check box is not filtering out replacement properly due to the selection model implementation, I I will fix that part and close the bug. I do not see the filtering issue after several fixes on selection model. I verified that you can filter on file level and line and word level to do the replace. |