Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines (or characters) previously hidden by another popup are not labelled. #76

Open
nikhilmitrax opened this issue Oct 28, 2017 · 0 comments

Comments

@nikhilmitrax
Copy link
Contributor

Since get_active_views is called before any previous popups have disappeared (which happens due to the window.show_input_panel being called), the viewport does not represent the actual view while using the plugin.

This causes a part of the possible labeling to not be labelled.

Previous Popup:
screen shot 2017-10-28 at 03 52 24

Some labels missing:
screen shot 2017-10-28 at 03 52 31

This is probably not a very complex fix (call get_active_views after showing the input prompt), but it does seem nontrivial.

@nikhilmitrax nikhilmitrax changed the title Lines (or characters) previously occluded by another popup are not labelled. Lines (or characters) previously hidden by another popup are not labelled. Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant