SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

CheckBox Editor does not work as expected in Safari #1458

Closed Mak006 closed 4 years ago

Mak006 commented 4 years ago

Using Safari 13, the checkbox is not clickable when editOn = click. To reproduce this issue, navigate to the editor tests:

https://dgrid.io/js/dgrid/test/Editor.html

Select:

Press the "Recreate Grid" button.

You will notice that when selecting the text (true/false) on the rendered cell, the checkbox will show up. However, if you try to toggle the checkbox, the grid is blurred and the value never changes.

Mak006 commented 4 years ago

Is it also possible to have this fix applied to dgrid 0.3.16?

msssk commented 4 years ago

@Mak006 This fix is backported to the 0.3 branch in 65aad0b. Please test with the dev-0.3 branch and let us know if you encounter issues.

msssk commented 4 years ago

Released in v0.3.21, v0.4.6, and v1.3.2.