| Summary: | Search term not shown correctly in regex search result | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | libingw |
| Version: | unspecified | ||
| Target Milestone: | 1.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
The display of (.*?) on the UI side was due to the usage of innerHTML. THis should be easy to fix. The underlying regEx is correct. I tried to use <b(.*?)/b> instead of <b>(.*?)</b> and I got two html files. Will use createTextNode instead of modifying .innerHTMl directly. |