jchristman / react-context-menus

A library to make context menus very easy for React.
http://jchristman.github.io/react-context-menus/
MIT License
11 stars 2 forks source link

IE 11 support #4

Open MonkeyJumps opened 6 years ago

MonkeyJumps commented 6 years ago

When context menu trigger areas are close together horizontally, IE 11 doesn't display the context menu. I am using the context menu package around thumbnails and they appear and function in Chrome but not ie11 However, I am also using the context menu elsewhere and they are divs stacked vertically and there is no issue with their display. So the issue appears to be when they are side by side. IE11 image

Chrome

image

jchristman commented 6 years ago

Can you make a simple git repo that replicates this issue? I’m having a tough time understanding what is causing this based on the screenshots.... it looks like it might be some sort of zindex or relative positioning issue, but I can’t be sure without seeing the page myself in IE11