"s.data.split is not a function" errors in HTML5 output

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
SLR
Jr. Propeller Head
Posts: 2
Joined: Tue Sep 08, 2015 3:07 pm

"s.data.split is not a function" errors in HTML5 output

Post by SLR »

Has anyone seen "s.data.split is not a function" javascript errors in the TopNav HTML 5 output?

Our web folks think it's used in MadCapAll.js. The strange thing is that only some pages return some sort of error.
TheGreatAndPowerfulOz
Sr. Propeller Head
Posts: 130
Joined: Mon Apr 24, 2006 12:52 pm
Location: Glen Mills, PA

Re: "s.data.split is not a function" errors in HTML5 output

Post by TheGreatAndPowerfulOz »

I just noticed the "s.data.split is not a function" JS error in my HTML5 - Tripane output, as well.

Based on the console info, I'd have to agree that it's coming from MadCapAll.js (line 22):

Code: Select all

Uncaught TypeError: s.data.split is not a function
    at d.OnMessage (MadCapAll.js:22)
    at dispatch (jquery.min.js:8)
    at r.handle (jquery.min.js:8)
My testing indicates that the error is triggered each time the navigation pane on the left is resized (whether manually, or using the navigation pane hide/show arrow).

There don't seem to be any adverse effects from this error, but it would be nice if it weren't occurring...
Austin Wright

Flare 2022 r3 (18.2.8431.26678) :: TopNav HTML5 / PDF output
Post Reply