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

Enable hover_popup feature only on left sided drawer #419

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

lambdalisue
Copy link
Owner

Close #418

@lambdalisue lambdalisue merged commit ab237a1 into master Apr 14, 2022
@lambdalisue lambdalisue deleted the fix-popup-right branch April 14, 2022 17:38
brandon1024 added a commit to brandon1024/fern.vim that referenced this pull request Oct 15, 2022
When navigating through nodes in a drawer window, node names that extend
beyond the width of the fern window are shown in a popup to display the
full name to the user.

A regression introduced in 10dd4bb (Improve hover popup behavior, 2022-03-16)
prevented the popup from being positioned correctly in drawer windows
positioned on the right side. As a result, the hover popup behavior was
disabled for right hand drawers in ab237a1 (Merge pull request lambdalisue#419 from
lambdalisue/fix-popup-right, 2022-04-15).

This revision reintroduces this functionality, ensuring that the popup
windows are positioned correctly in all cases.
brandon1024 added a commit to brandon1024/fern.vim that referenced this pull request Oct 18, 2022
When navigating through nodes in a drawer window, node names that extend
beyond the width of the fern window are shown in a popup to display the
full name to the user.

A regression introduced in 10dd4bb (Improve hover popup behavior, 2022-03-16)
prevented the popup from being positioned correctly in drawer windows
positioned on the right side. As a result, the hover popup behavior was
disabled for right hand drawers in ab237a1 (Merge pull request lambdalisue#419 from
lambdalisue/fix-popup-right, 2022-04-15).

This revision reintroduces this functionality, ensuring that the popup
windows are positioned correctly in all cases.
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

Successfully merging this pull request may close these issues.

Popup is shifted when drawer is displayed on the right side
1 participant