Error while previewing Markdown of Milestone Edit.
Created by: praveenscience
-
Summary: Markdown preview in the Edit Milestone doesn't work for https://gitlab.com/.
-
Steps to reproduce:
- Go to your project, mine's a Private Project. (https://gitlab.com/username/project)
- Click on Milestones, existing one. (milestones) (milestones/1)
- Click on Edit. (milestones/1/edit)
- Click on Preview after writing any text.
-
Expected behavior: Should show the preview after processing with GFM.
-
Observed behavior: It throws an error:
Uncaught Error: Syntax error, unrecognized expression: .zennable input[type=checkbox]##md-preview-holder.
-
Relevant logs and/or screenshots:
-
Output of checks: This is in the production version of the GitLab, and the bug is present at the time of posting this issue.
-
Possible fixes: Looks like a JavaScript DOM query error, and since the code is minified, I am not able to find the exact solution.