Balloon Toolbar context should expose a way to reposition the context #1496
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:balloontoolbar
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
While working on Easy Image plugin we had a requirement to reposition the balloon under in a certain scenario.
Here the case was that the image was loaded asynchronously, and the default balloon toolbar matching happened too early (when the image size was not yet known) thus the balloon was mispositioned.
In turn we used Balloon Toolbar internal methods to do that, however there should be a nice method to force refresh of a toolbar.
The text was updated successfully, but these errors were encountered: