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

Documentation in the editor covers suggestions and code #10

Open
VladimirMarko opened this issue Nov 13, 2021 · 3 comments
Open

Documentation in the editor covers suggestions and code #10

VladimirMarko opened this issue Nov 13, 2021 · 3 comments

Comments

@VladimirMarko
Copy link

I went to https://elm-editor.com/ and triggered the suggestions. This pops up and covers what I want to see:

elm-editor cannot see anything

Instead, the second (documentation) pop-up window should be to the right of the first one.

I tested it in the current versions of Firefox and Chrome.

@Viir
Copy link
Member

Viir commented Nov 14, 2021

Is there any way to reproduce this?
I tested here with Chrome Version 95.0.4638.69, and it opened the details for the selected item to the right without covering the list. Here is a recording of the process:

2021-11-14-elm-editor-trigger-suggestions

@VladimirMarko
Copy link
Author

VladimirMarko commented Nov 14, 2021

I think the difference is that you have the text editor section maximized, while I did not. If I maximize it, it does behave correctly, like in your video.

However, in the default split-screen view (showing half text editor, half complied app), the popups stay contained in the text editor area, giving a bad user experience as they pile up and cover the code you are trying to write.

@Viir
Copy link
Member

Viir commented Nov 18, 2021

However, in the default split-screen view (showing half text editor, half complied app), the popups stay contained in the text editor area, giving a bad user experience as they pile up and cover the code you are trying to write.

Here is a screenshot of a test with the default layout, where the editor takes up the left half. The details popup appeared under the list:

image

The popup seems currently limited, at least to the iframe that contains the editor.
I am interested in seeing ideas on how to also use the space on the right side for these popups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants