Make WordPress Core

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: kanopikat's profile kanopikat 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.

  1. Navigate to dev site and create a Post
  2. Add paragraph text and highlight
  3. Select 'Link' and begin to type in search term to pull up internal Posts to reference as link
  4. Use mouse scroll wheel to scroll through autocomplete items
  5. Note that entire page scrolls

This has been replicated on multiple browsers by multiple users.

Attachments (4)

Screenshot 2025-06-05 at 11.53.27.png (589.9 KB) - added by marcinwosinek 6 weeks ago.
Screen Recording 2025-06-05 at 11.56.26.mov (5.9 MB) - added by marcinwosinek 6 weeks ago.
Recording of the issue
Bildschirmaufnahme 2025-06-05 um 12.25.37.mov (4.1 MB) - added by jeannetteunifreiburg 6 weeks ago.
Screenshot 2025-06-05 at 13.56.38.png (499.3 KB) - added by marcinwosinek 6 weeks ago.

Change History (9)

This ticket was mentioned in Slack in #core-test by marcinwosinek. View the logs.


6 weeks ago

@marcinwosinek
6 weeks ago

Recording of the issue

#2 @marcinwosinek
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

  1. Create a text long enough to be scrollable,
  2. Create muliple pages to be shown as a link option.

Expected Results

  1. ✅ When I scroll with mouse on top of a link drop down, I would expect only the list to scroll down.

Actual Results

  1. ❌ list scrolls only when I'm hovering on the title,
  2. ❌ both whole page and drop down scrolls

Additional Notes

  • Any additional details worth mentioning.

Supplemental Artifacts

Add Inline: No image "REPLACE_WITH_IMAGE_URL" attached to Ticket #63528
or
Add as Attachment

#3 @jeannetteunifreiburg
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

  1. ✅ 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

#4 @marcinwosinek
6 weeks ago

Other popups are not affected, for example:

#5 @marcinwosinek
6 weeks ago

Probalby issue is due to ScrollLock missing from the linking popup.

Note: See TracTickets for help on using tickets.