You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application with a chromewrap that wraps all of the content in my application in a flexible box. When using redux-tooltip, the origin location is calculated properly, but the tooltip location is improperly offset by the size of the chromewrap. If I move the tooltip to outside of the chromewrap, it opens at the proper location.
A separate issue that I have a feeling is related to the same functionality is that when you hover over an origin and resize the window, (thus moving the location of the origin because it is within a flexbox), the tooltip opens at the wrong offset. I imagine this is because the tooltip location is saved in the state.
I want to keep looking at this, but I want to make sure that if I make a PR it will be looked at this week because I want to use this library for a time sensitive project. Opinions?
The text was updated successfully, but these errors were encountered:
As a temporary fix I just moved the tooltip Component outside of the flexed areas so it shows up properly initially. It will be shifted on resize, but this will give me more time to work on this so I'll put up a PR eventually.
I have an application with a chromewrap that wraps all of the content in my application in a flexible box. When using redux-tooltip, the origin location is calculated properly, but the tooltip location is improperly offset by the size of the chromewrap. If I move the tooltip to outside of the chromewrap, it opens at the proper location.
A separate issue that I have a feeling is related to the same functionality is that when you hover over an origin and resize the window, (thus moving the location of the origin because it is within a flexbox), the tooltip opens at the wrong offset. I imagine this is because the tooltip location is saved in the state.
I want to keep looking at this, but I want to make sure that if I make a PR it will be looked at this week because I want to use this library for a time sensitive project. Opinions?
The text was updated successfully, but these errors were encountered: