Roboz Béla

Results 68 comments of Roboz Béla

Both demo projects: - https://github.com/robozb/ExpoSdk49-Debugger-Error - https://github.com/robozb/ExpoSdk48-Debugger-OK

Yes, good idea, it would be great.

I experienced this on IOS 15: Chrome and Safari and IOS16 Chrome, but not on Safari(IOS16)

> Install the version `5.2.3`, should work. It doesn't solve the problem :( ``` "dependencies": { "@inovua/reactdatagrid-community": "^5.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, ``` ``` ... { detail: undefined, id:...

Here is all good with Vite. My package.json: ``` ... "dependencies": { "@babel/runtime": "^7.20.13", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@inovua/reactdatagrid-community": "^5.8.4", "@mui/icons-material": "^5.11.11", "@mui/material": "^5.11.11", "@mui/x-date-pickers": "^6.2.0", "@react-keycloak/web": "^3.4.0", "axios": "^1.3.4",...

It is interesting because It seems the context menu is on the highest position but nevertheless the second data grid covers it ![image](https://user-images.githubusercontent.com/8656998/218245032-10a91421-7496-4b32-b182-fc9104bf0c64.png)

All the time the under grids covers the upper context menus: ![image](https://user-images.githubusercontent.com/8656998/218245617-19e332c0-d113-4d97-9d93-5dc2272f797b.png)

It is interesting because of in the "normal mode" the order of the components is ok: ![image](https://user-images.githubusercontent.com/8656998/218297803-4f7285bd-716d-40c1-84da-1e7b56c622d2.png) When the context menu appears, the disabled React Bootstrap button'z z-index becomes higher...