Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
137 stars 55 forks source link

Fix issue#32, It could cause the rich text button area to disappear. #33

Open Anch9999 opened 6 years ago

Anch9999 commented 6 years ago

Hi llogeek,

I think the root cause is jQuery function parseHTML default skip script tag, so I set keepscript attribute to true.

jQuery-parseHTML