When using PopoverMode.TOOLTIP mode the view is displayed offscreen as the getDisplayAreaOffset() callback is referencing a view which appears off screen (leading the displayArea to also be off screen). This PR fixed the issue by moving the referenced View back onto the screen.
Thanks for pointing this out. I decided to take the fix a step further, by changing styles.container to not contain the fix shift and instead applying it only when needed. The end result should be the same.
When using PopoverMode.TOOLTIP mode the view is displayed offscreen as the getDisplayAreaOffset() callback is referencing a view which appears off screen (leading the displayArea to also be off screen). This PR fixed the issue by moving the referenced View back onto the screen.
This PR may fix Issues #92