silverstripe / silverstripe-admin

Silverstripe Admin Component
BSD 3-Clause "New" or "Revised" License
25 stars 91 forks source link

FIX Repalce mouseDown with keyDown event on treedropdown option button #1732

Closed sabina-talipova closed 2 months ago

sabina-talipova commented 2 months ago

Description

Replaced unnecessary mouseDown event with keyDown event to prevent double invoking handleNavigate method. New behat test cases were added to the silverstripe\cms module.

Manual testing steps

Reproduction steps Will require that you have a parent page with at least two levels of child pages

Issues

Pull request checklist