inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

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

Open robozb opened 1 year ago

robozb commented 1 year ago

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

image

image

https://reactdatagrid.io/docs/filtering

robozb commented 1 year ago

Another example: image

robozb commented 1 year ago
  "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 commented 1 year ago

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

guywithaview commented 1 year ago

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

maulik9211 commented 1 year ago

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

maulik9211 commented 1 year ago
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.