You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's veeery slow - is it because of perspective or because of hypergrid?
console shows:
SCRIPT5022: Assertion failed
webcomponents.min.js (11,1555)
View cancelled
View cancelled
Setting up initial schema and data load into HyperGrid
that's probably indicating an internal fault?
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report, this is very helpful.
This is indeed an internal fault. The only way to get real diagnostics in this case is to re-build the library with debug flags, which is currently a bit painful to configure. I will try to repro.
IE11 will always lag in performance to modern browsers, but we intend to support it functionally until it is dead and buried in industry.
I've tested this on the copy of IE11 I have, and only seen out-of-memory errors on large data sets - but this should come with an associated error more detailed than "Assertion Failed."
I've added a build option to generate a debug build, which should give you more information about such issues. Can you please try running a build as below, and filing a separate report with the stack trace if you encounter any issues?
using https://jpmorganchase.github.io/perspective/examples/superstore.html in IE 11,
scenario:
results:
SCRIPT5022: Assertion failed
webcomponents.min.js (11,1555)
View cancelled
View cancelled
Setting up initial schema and data load into HyperGrid
that's probably indicating an internal fault?
The text was updated successfully, but these errors were encountered: