Skip to content

Scrollbar covers values in intellisense window #3662

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

Closed
Hourglasser23 opened this issue May 9, 2018 · 3 comments
Closed

Scrollbar covers values in intellisense window #3662

Hourglasser23 opened this issue May 9, 2018 · 3 comments

Comments

@Hourglasser23
Copy link

Hi we found this issue while using great ace editor - we are satisfied with it and it helps us a lot so thanks in advance.

Steps to reproduce:

  1. even on https://ace.c9.io/ in free line write this value: asf
  2. press ctrl + space to evoke intellisense
  3. hit left arrow

Actual result:
You can see that for sometime values in intellisense window are covered by scrollbar

Expected result:
All values are visible

Additional information:
I found out that window with values width shrinks after while. It lower its value from 280px to 263px.
Probably some kind of invalidate happens there and then it gets correct.

@Hourglasser23 Hourglasser23 changed the title Scrollbar covers values in intellisense Scrollbar covers values in intellisense window May 9, 2018
@nightwing
Copy link
Member

you can set width of the popup using css

.ace_autocomplete {
    width: 40em!important;
}

@nightwing
Copy link
Member

Closing, but please comment if the suggestion above doesn't work well for you and you think the autocompleter must be changes to work differently.

@Hourglasser23
Copy link
Author

Hourglasser23 commented May 14, 2018

.ace_autocomplete {width: 400px !important;} this is default option.
Setting different value, in this case 40em, to width will not help, it just get wider.

I think, that it should be changed to work correctly :) appreciate that try

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

2 participants