| Summary: | TypeError: match is null (in markdownEditor.js) | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Editor | Assignee: | Grant Gayed <grant_gayed> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
There have been no instances of this logged over the last several months, so I believe it has been fixed, closing as WORKSFORME. |
} else if (token.type.indexOf("_item_start") !== -1) { //$NON-NLS-0$ /* marked.Lexer.rules.normal.bullet is not global, so cannot set its lastIndex */ text = text.substring(index); match = marked.Lexer.rules.normal.bullet.exec(text); index += match.index + match[0].length; // <---- match is null } return index;