gristlabs_grist-core/test/fixtures
Paul Fitzpatrick f0b9e1f7e9
allow Grist front-end to function when location history is unavailable (#596)
* allow Grist front-end to function when location history is unavailable

When the Grist front-end is embedded in an iframe, using a srcdoc
attribute, history.pushState and similar methods are unavailable.
Currently, that makes it impossible to navigate between Grist pages,
since an access error is thrown (behavior may be browser dependent).
With this change, navigation succeeds.

* give unrelated possibly slow test a little more time
2023-07-27 07:02:17 -04:00
..
docs allow Grist front-end to function when location history is unavailable (#596) 2023-07-27 07:02:17 -04:00
export-csv (core) Fix imports into reference columns, and support two ways to import Numeric as a reference. 2023-05-02 10:28:14 -04:00
export-xlsx (core) For exporting XLSX, do it memory-efficiently in a worker thread. 2023-06-01 12:06:48 -04:00
plugins (core) bump mocha version to allow parallel tests; move more tests to core 2023-06-27 02:55:34 -04:00
sites skip building test harness in docker image (#551) 2023-06-30 05:50:40 -04:00
uploads (core) Set DateTime timezone during xlsx import 2023-05-24 11:39:49 -04:00