question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Select menu not shown in full screen components

See original GitHub issue

TuSimple/naive-ui version (版本)

2.27.0

Vue version (Vue 版本)

3.2.31

Browser and its version (浏览器及其版本)

Chromium 100, Firefox 98

System and its version (系统及其版本)

Linux Manjaro 21.2.5

Node version (Node 版本)

Reappearance link (重现链接)

https://www.naiveui.com/en-US/os-theme/components/select

Reappearance steps (重现步骤)

  • Open the documentation page
  • Make the content section full-screen using the code below in the console and then clicking on the content (sorry for not creating a codepen)
  • click on a select
document.querySelector('.document-scroll-container').onclick = e => {
   let root = document.querySelector('.document-scroll-container');
   root.requestFullscreen();
   root.onclick = null;
}

Expected results (期望的结果)

The select should popup up it’s list of choice.

Actual results (实际的结果)

No list of choice is shown (until we leave fullscreen with “escape”).

Remarks (补充说明)

Probably, the menu is created somewhere else in the DOM (outside of the fullscreen component), I’m not sure how much this is a constraint or if there is an easy workaround.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
twitwicommented, Apr 18, 2022

Thanks for your project and reactivity.

1reaction
twitwicommented, Apr 18, 2022

That was fast!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Select menu not shown in full screen components · Issue #2722
The select should popup up it's list of choice. Actual results (实际的结果). No list of choice is shown (until we leave fullscreen with...
Read more >
Angular Material Select (mat-select) not showing when ...
I have a Angular Material form in the Snazzy-Info-Window which works fine in normal mode. It displays the mat-select nicely but when I...
Read more >
dxSelectBox dropdown is not displayed in fullScreen mode
Click "Full screen" button; Click on SelectBox. AR: dxSelectBox's dropdown is not visible. ER: dxSelectBox's dropdown is visible.
Read more >
Fullscreen Dropdown doesn't have a close and minimize button
Every time when I want to close the browser when it is already full screen, I first had to toggle fullscreen. Then I...
Read more >
Full-Screen Select in CSS and JavaScript - CodyHouse
A full-screen window displaying a list of options. ... The Full-Screen Select component is a modal window containing a list of possible options....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found