- Code: Select all
WARN com.servoy.j2db.util.Debug - Html was modified by sanitizer:
Original html: '<html><head></head><body><a href="javascript:adminPopMenu()">Admin <span class='caret'></span></a> | <a href="javascript: nav_reports()">Reports</a> | <a href="javascript: nav_myInfo()">My Info</a> | <a href="javascript: nav_logOut()">Sign Out</a></body></html>',
Sanitized html: '<html>
<head></head>
<body>
<a href="javascript:adminPopMenu()">Admin <span class="caret"></span></a> |
<a href="javascript: nav_reports()">Reports</a> |
<a href="javascript: nav_myInfo()">My Info</a> |
<a href="javascript: nav_logOut()">Sign Out</a>
</body>
</html>'
OK - so from what I could tell - it just re-wrapped it to make it pretty - no big deal.
HOWEVER, when it's rendered in Chrome - NONE of the links work! Basically re-writes my HTML to TAKE OUT all of my anchor links where I trigger a method:
Is there a setting or something I'm missing?
This is on my DEVELOPMENT machine - using Servoy Developer:
Servoy version 8.2.1 -releaseNumber 3105
Port used by RMI Registry: 1099
Repository version 49
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.version=1.8.0_151
java.vm.info=mixed mode
java.vm.vendor=Oracle Corporation
os.name=Windows 10
os.version=10.0