IE rendering issue!
-
Looks like IE 11 has a problem with default arguments in the JavaScript!
It’s giving an “expected ‘)'” error at line 617 – Seems JS confused by the default argument for showPopup!
function gks_handleClickAction(target, showPopup = false) {...}
If you face this JS exception, please remove default argument while we’re releasing an update for this issue.
The function should look like:
function gks_handleClickAction(target, showPopup) {...}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE rendering issue!’ is closed to new replies.