Ghislain B.

Results 465 comments of Ghislain B.

this is a rather old issue and I cannot replicate the issue when trying the example in Firefox v113 so it's probably safe to close

@6pac while converting SlickGrid to TypeScript I found that the reason why we always see white section when scrolling large dataset is because of this scroll throttling shown below https://github.com/6pac/SlickGrid/blob/4b06690a2d5d225537deaec943b408bcd555256c/slick.grid.js#L237...

ok I'll add it to the TypeScript version only for now, if we ever have other fixes to commit on current version then I could backport it if need be.

improvements were made in v5.0, see [SlickGrid 5.0 Announcement and Migration](https://github.com/6pac/SlickGrid/wiki/Major-version-5.0-%E2%80%90-ES6-ESM-and-TypeScript-Support)

@reteid I know this is an old issue but could you please provide more details, I imagine this is for one of the plugin, if so which one? We're cleaning...

this issue is old and doesn't seem to be an issue with latest version of Firefox v112, so closing. We are also dropping jQuery in our upcoming [Roadmap to v4.0](https://github.com/6pac/SlickGrid/discussions/743),...

closing since no feedback were provided and a lot had change since then we removed jQueryUI in v3.0 and we also removed jQuery in v4.0 which we just released (see...

Closing since this is an old issue and a lot changed since this issue was opened, our whole code structure changed (we removed jQuery/jQueryUI and we migrated to TypeScript), if...

this works form me ```ts import { AbTesting, LightbulbOutline } from 'mdue'; ``` ![image](https://user-images.githubusercontent.com/643976/154356802-5b135df2-f599-447f-aa59-8f3fefb498a4.png) BTW, the list is a bit out of date, it was created with version `5.8.55` and...

I also would like to know if ESM will be supported in the near future? DOMPurify now as Rollup build exposed with `"module": "./dist/purify.es.mjs"` for its ESM build and `isomorphic-dompurify`...