Opened 6 weeks ago
Last modified 6 weeks ago
#63528 new defect (bug)
Mouse scroll wheel scrolls whole Post while editing when attempting to scroll through autocomplete pop-up of internal Posts
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | trivial | Version: | 6.8 |
Component: | General | Keywords: | |
Focuses: | ui | Cc: |
Description
When editing or adding a Post, if you highlight Paragraph text to turn into a link, if you begin typing a term to autocomplete the link with an internal Post, the scroll wheel scrolls the whole page, instead of just the pop-up with links you can choose from.
- Navigate to dev site and create a Post
- Add paragraph text and highlight
- Select 'Link' and begin to type in search term to pull up internal Posts to reference as link
- Use mouse scroll wheel to scroll through autocomplete items
- Note that entire page scrolls
This has been replicated on multiple browsers by multiple users.
Attachments (4)
Change History (9)
This ticket was mentioned in Slack in #core-test by marcinwosinek. View the logs.
6 weeks ago
#2
@
6 weeks ago
Bug Report
Description
Mouse scroll moves both select list and whole page.
Environment
- WordPress: 6.8.1
- PHP: 8.2.28
- Server: Apache/2.4.62 (Debian)
- Database: mysqli (Server: 8.0.42 / Client: mysqlnd 8.2.28)
- Browser: Chrome 137.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.2
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Steps to Reproduce
- Create a text long enough to be scrollable,
- Create muliple pages to be shown as a link option.
Expected Results
- ✅ When I scroll with mouse on top of a link drop down, I would expect only the list to scroll down.
Actual Results
- ❌ list scrolls only when I'm hovering on the title,
- ❌ both whole page and drop down scrolls
Additional Notes
- Any additional details worth mentioning.
Supplemental Artifacts
Add Inline:
or
Add as Attachment
#3
@
6 weeks ago
Reproduction Report
Description
This report validates whether the issue can be reproduced.
Environment
- WordPress: 6.8.1
- PHP: 8.2.27
- Server: nginx/1.26.1
- Database: mysqli (Server: 8.0.35 / Client: mysqlnd 8.2.27)
- Browser: Firefox 138.0
- OS: macOS
- Theme: Twenty Nineteen 3.1
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ Error condition occurs (reproduced).
Additional Notes
- Website needs to have multiple posts and pages for the link pop-up, so that there is the ability to scroll down in the selector window.
- Current post also needs to be long enough to fill the screen, so that the page scrolls.
- Both the list of pages to link and the page that is being edited scroll, making it difficult to stay in the scroll window.
- Problem reproduced with both 1) mouse with scroll wheel and 2) touchpad and two finger scroll.
Supplemental Artifacts
[]
Add as Attachment
Note: See
TracTickets for help on using
tickets.
Recording of the issue