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

[CLOSED] [CEF 2171] Droplists appear in wrong location #9047

Open
core-ai-bot opened this issue Aug 30, 2021 · 4 comments
Open

[CLOSED] [CEF 2171] Droplists appear in wrong location #9047

core-ai-bot opened this issue Aug 30, 2021 · 4 comments

Comments

@core-ai-bot
Copy link
Member

Issue by JeffryBooher
Wednesday Dec 17, 2014 at 18:53 GMT
Originally opened as adobe/brackets#10208


the container list list containing Options for <select> elements is positioned incorrectly after the <select> element moves

  1. Start Brackets
  2. View > Themes
  3. Click on the Current Theme droplist
  4. Dismiss the droplist and the dialog
  5. Resize and Move Brackets so that it's a minimal size in the lower right-hand corner of the display
  6. Repeat steps 2 & 3
    ==> Drop list appears in the wrong place

If you move Brackets to another Monitor it is on the wrong monitor even.
It appears that the first invocation is where it lives forevermore.

https://code.google.com/p/chromiumembedded/issues/detail?id=1208

@core-ai-bot
Copy link
Member Author

Comment by nicolo-ribaudo
Wednesday Dec 17, 2014 at 21:40 GMT


What about using bootstrap's dropdown menus (div.dropdown-menu) instead of selects?
This should be a simple way to fix this bug.

@core-ai-bot
Copy link
Member Author

Comment by JeffryBooher
Wednesday Dec 17, 2014 at 22:33 GMT


@nicolo-ribaudo While using a different affordance is much more pleasing in a few ways it is a much larger undertaking and doesn't address the underlying problem. This not only is a problem for Brackets core but extensions who use <select> in dialogs, etc... The fix is relatively simple but beyond the scope of 1.1 -- we just need to notify CEF that the app is moving so it can reposition the select list.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Monday Jan 12, 2015 at 23:14 GMT


Fixes bug #5291. Since this is a longstanding issue, removing milestone (though it's likely to land in 1.2 anyway since it's already making progress).

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Tuesday Jan 13, 2015 at 20:03 GMT


Confirmed. Closing.

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