Posted: Mar. 31, 2018 - 11:29 AM ET "Quote" Mods for the dev team - this for loop for CSS in Chrome: for( var k="CSSRuleList CSSStyleDeclaration CSSValueList ClientRectList DOMRectList DOMStringList DOMTokenList DataTransferItemList FileList HTMLAllCollection HTMLCollection HTMLFormElement HTMLSelectElement MediaList MimeTypeArray NamedNodeMap NodeList PaintRequestList Plugin PluginArray SVGLengthList SVGNumberList SVGPathSegList SVGPointList SVGStringList SVGTransformList SourceBufferList StyleSheetList TextTrackCueList TextTrackList TouchList".split(" "),m=0;m<k.length;m++) Causing browser crashes in Chrome, latest version
That "for" loop up there in bold. Tell them to F12 it in Chrome Version 65.0.3325.181 (Official Build) (64-bit).
Hope that helps.
The pen is mightier than the pigs
0
Quote Originally Posted by barneybeans:
Posted: Mar. 31, 2018 - 11:29 AM ET "Quote" Mods for the dev team - this for loop for CSS in Chrome: for( var k="CSSRuleList CSSStyleDeclaration CSSValueList ClientRectList DOMRectList DOMStringList DOMTokenList DataTransferItemList FileList HTMLAllCollection HTMLCollection HTMLFormElement HTMLSelectElement MediaList MimeTypeArray NamedNodeMap NodeList PaintRequestList Plugin PluginArray SVGLengthList SVGNumberList SVGPathSegList SVGPointList SVGStringList SVGTransformList SourceBufferList StyleSheetList TextTrackCueList TextTrackList TouchList".split(" "),m=0;m<k.length;m++) Causing browser crashes in Chrome, latest version
That "for" loop up there in bold. Tell them to F12 it in Chrome Version 65.0.3325.181 (Official Build) (64-bit).