Selectmenu items remains visible and fixed while scrolling dialog content
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
Inside a dialog when start scrolling it's content, if a selectmenu was opened, the items container shows like a fixed element.
Steps:
- Click on select menu to show items
- Using the mousewheel, start scrolling down
Result: Items remain visible, fixed and on top of the rest of the content
Expected: Maybe the items must hide or move along with the select menu.
The same happens with the datepicker widget
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked jsfiddle demo and reproduce the behavior by opening a selectmenu or datepicker inside a dialog, then scrolling the dialog content. Trace the widget behavior responsible for the open items container; done means the items no longer remain fixed over unrelated dialog content while scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100