Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive bug with MUI component #4387

Open
ydainna opened this issue Nov 8, 2024 · 4 comments · May be fixed by #4414
Open

Responsive bug with MUI component #4387

ydainna opened this issue Nov 8, 2024 · 4 comments · May be fixed by #4414
Assignees
Labels
component: layout This is the name of the generic UI component, not the React module!

Comments

@ydainna
Copy link

ydainna commented Nov 8, 2024

Steps to reproduce

Link to live example: (required)

Steps:
1.install MUI and toolpad in vite
2.use exemple vitejs integration
3.add component table in your page for exemple
image

Current behavior

My MUI components don't resize when I change the window size (desktop, tablet, mobile) when toolpad is installed.

Expected behavior

MUI components must follow breakpoint size

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

System:
OS: Windows 11 10.0.22631
Binaries:
Node: 20.18.0 - C:\Program Files\nodejs\node.EXE
npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD
pnpm: Not Found
Browsers:
Chrome: Not Found
Edge: Chromium (129.0.2792.89)
npmPackages:
typescript: ^5.6.3 => 5.6.3

Search keywords: MUI responsive bug

@ydainna ydainna added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 8, 2024
@oliviertassinari oliviertassinari added the component: layout This is the name of the generic UI component, not the React module! label Nov 9, 2024
@bharatkashyap
Copy link
Member

Hi! Can you create a minimal reproduction for us to be able to replicate this? A codesandbox link would work. I can't seem to reproduce

Screen.Recording.2024-11-14.at.10.14.09.AM.mov

@bharatkashyap bharatkashyap added status: waiting for author Issue with insufficient information and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Nov 14, 2024
@ydainna
Copy link
Author

ydainna commented Nov 14, 2024

ok i created a stackblitz test with vitejs

https://stackblitz.com/edit/vitejs-vite-mkfvgf?file=src%2Fmain.tsx

@github-actions github-actions bot added status: waiting for maintainer These issues haven't been looked at yet by a maintainer and removed status: waiting for author Issue with insufficient information labels Nov 14, 2024
@bharatkashyap
Copy link
Member

ok i created a stackblitz test with vitejs

https://stackblitz.com/edit/vitejs-vite-mkfvgf?file=src%2Fmain.tsx

If I understand correctly, the issue is about the DataGrid scrolling? We're tracking that here as well #4407 and the fix here #4414

Here's a Stackblitz running with the corrected version https://stackblitz.com/edit/vitejs-vite-vk9u7p

@bharatkashyap bharatkashyap added duplicate This issue or pull request already exists and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer duplicate This issue or pull request already exists labels Nov 14, 2024
@ydainna
Copy link
Author

ydainna commented Nov 14, 2024

Oh ok ! thank, I'll wait until this is deployed ....

@bharatkashyap bharatkashyap added the duplicate This issue or pull request already exists label Nov 14, 2024
@bharatkashyap bharatkashyap removed the duplicate This issue or pull request already exists label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: layout This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants