reactdatagrid icon indicating copy to clipboard operation
reactdatagrid copied to clipboard

Filter UI error on IOS phone and tablets (fatal error on ios 15)

Open robozb opened this issue 2 years ago • 6 comments

The filter UI layer covers John's row, except the last cell!

image

image

https://reactdatagrid.io/docs/filtering

robozb avatar Feb 12 '23 15:02 robozb

Another example: image

robozb avatar Feb 12 '23 15:02 robozb

  "dependencies": {
    "@inovua/reactdatagrid-community": "^5.8.4",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "bootstrap": "^5.2.3",
    "moment": "^2.29.4",
    "react": "^18.2.0",
    "react-bootstrap": "^2.7.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "web-vitals": "^2.1.4"
  }

Although the first example is on the official website/docs!

robozb avatar Feb 12 '23 15:02 robozb

I checked it out again, It seems the problem related to Chrome and Safari on Ios 15 and to Chrome on ios 16

robozb avatar Feb 12 '23 15:02 robozb

Duplicate of https://github.com/inovua/reactdatagrid/issues/284

guywithaview avatar Feb 17 '23 02:02 guywithaview

I am experiencing the same issue. Any update on this?

maulik9211 avatar May 10 '23 12:05 maulik9211

Screenshot 2023-05-11 at 3 29 38 PM

The context menu seems to be the issue here. Disabling it with showColumnMenuTool={false} fixed this.

maulik9211 avatar May 11 '23 10:05 maulik9211