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

problems with layering and handsontable #2544

Closed
dcsan opened this issue Dec 16, 2015 · 4 comments
Closed

problems with layering and handsontable #2544

dcsan opened this issue Dec 16, 2015 · 4 comments
Labels
component: table This is the name of the generic UI component, not the React module!

Comments

@dcsan
Copy link

dcsan commented Dec 16, 2015

mui is a fantastic time saver, but I've hit a nasty problem.
I'm combining material-ui with a very useful handsontable
however, I'm getting layering problems where the tables header rows conflict with mui elements.

image

In digging through the layers of CSS I can't see any z-index settings that could cause this, but the mui elements do have matrix transforms applied, probably for the reveal animations.

I tried removing these in the chrome debug console but can't seem to remove this effect.

I also tried placing the various MUI elements inside "container" divs where I can set the z-index, but still unable to fix this glitch effect.

I created a sample repo to repro:

source
https://github.com/dcsan/react-hot

demo
https://react-hot.meteor.com

note this is using meteorJS. to run the app locally

cd app
meteor

any help appreciated!

@dcsan
Copy link
Author

dcsan commented Dec 16, 2015

other components also have the same issue

image

also added as an issue to the HandsOnTable repo

@oliviertassinari
Copy link
Member

@dcsan Please take a look at 0.14.0-rc2 to see if your issue is resolved (it should be).

@dcsan
Copy link
Author

dcsan commented Dec 16, 2015

hi! this is indeed fixed in 0.14!
now i just need to find some examples of the new menu API...
#2507

@oliviertassinari
Copy link
Member

now i just need to find some examples of the new menu API...

0.14 is still in a preprelease state, and the documentation is not yet published. Still you have all the source code available.

@dcsan dcsan closed this as completed Dec 16, 2015
@zannager zannager added the component: table This is the name of the generic UI component, not the React module! label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants