I'm currently using the popover to display a search widget. The widget has some controls that when toggled can cause the popover to expand in size (works great). The issues arises when doing the following:
Cause the widget to expand by selecting an option inside of it that adds a div (pushing the popover down)
Close the popover by clicking out of it
Open the popover
Cause the widget to "contract" by selecting an option that remove the div
The Popover does not resize itself properly (specifically the popover-compass div)
Note: If the popover starts off at the smaller size then it works fine. The issue only happens when you start at the larger size and then go to the smaller size.
At this point the popover-compass class has a height that is too large and results in a black bar at the bottom of the popover. I know the description is a bit hard to follow so I attached a screenshot of what this looks like:
Is there some way to force a "repaint" of the popover so it will resize itself properly under these circumstances?
I'm currently using the popover to display a search widget. The widget has some controls that when toggled can cause the popover to expand in size (works great). The issues arises when doing the following:
Note: If the popover starts off at the smaller size then it works fine. The issue only happens when you start at the larger size and then go to the smaller size.
At this point the
popover-compass
class has a height that is too large and results in a black bar at the bottom of the popover. I know the description is a bit hard to follow so I attached a screenshot of what this looks like:Is there some way to force a "repaint" of the popover so it will resize itself properly under these circumstances?