Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

In the most recent versions of IE 11 and Edge for Windows 10, conole.group() is printing in random orders

$
0
0

In the most recent version of IE 11 and Edge for Windows 10, when console.group() is used for an HTML App that uses Javascript and JSON to communicate with a server, console grouping is causing the console log to print randomly. By this, I don't mean it is printing undesired text, but more specifically, it is printing the text IT SHOULD be printing, but in a RANDOM order.

Has anyone else came across this issue? 

An example would be where console grouping functionality is used to log a method called with its return, and all functions called within the scope of that method, instead of the return being the final member of the group before console.groupEnd() is called, it will be on its own (as if console.groupEnd() were called before it were logged) or sometimes it will be grouped withthe next grouping of a different method. The results are often different between different runs.

Has anyone came across this, and if so, what was the issue and how did you remedy this?


Viewing all articles
Browse latest Browse all 3527

Trending Articles