-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Affects Version/s: 5.7.4, 5.7.5, 5.8.2, 5.8.9
-
Component/s: Editor - Page / Comment Editor
-
1
-
Severity 2 - Major
-
0
When a page uses the HTML macro or the HTML include macro that uses the jQuery library from Google API library (http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js) is edited, a blank page is displayed, instead of the actual content.
Here is an example of the code:
<!DOCTYPE html> <html> <body> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> </body> </html>
Screenshots - using the HTML macro:
When inserting html macro with the code above:
![]()
Viewing the page with the html macro:
![]()
When editing the page containing the html macro with the code above:
![]()
Screenshots - using the HTML include macro:
When inserting the HTML include macro that references a file with the code above:
![]()
When viewing the page with the html include macro:
![]()
When editing the page containing the html include macro that references a file with the code above:
![]()