#4325 - Editing Privacy Policy text
| Identifier | #4325 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Editing Privacy Policy text |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Version | 10.0.31 |
| Addon | code_editor |
| Description | When I go into edit the privacy page and roll over a box I get a an error message pop up. ** See Attached also once I am done with the edit and save, only the privacy policy text is visible and there are no menus or other surrounding site functions visible to get back to the admin area or options. Maybe a bug or oversite but wanted it known from my use. |
| Steps to reproduce | Went to edit the text in the privacy policy Moused over an area Error pops up closed error continued to edit saved revisions took as it displayed No functions, site or options displayed Had to hit back page in browser to return to the full site. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
(Click to enlarge)
If you want to disable that, you can remove this from the HTML_HEAD.tpl in any themes running:
{+START,IF,{$NOT,{$BROWSER_MATCHES,ie}}}{+START,IF,{$HAS_PRIVILEGE,sees_javascript_error_alerts}}window.take_errors=true;{+END}{+END}
For v11 I've just added a config option to disable it, given the potential for code outside our control to create issues.