Select menu not shown in full screen components
See original GitHub issueTuSimple/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:
- Created a year ago
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for your project and reactivity.
That was fast!