You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 7.0 it is not possible to use the scroll wheel inside the ApplicationMenu to scroll through either the menu items or the right pane content. For quick reference: v6.1.0...v7.0.0 somewhere on the line there this got broken.
Attached a app-working.csproj with latest 6.x revision, and current 8.x revision in app-notworking.csproj.
It is just a simple application menu wth some menuitems forcing a scrollviewer.
Use
dotnet run -p app-working.csproj
dotnet run -p app-notworking.csproj
in the extracted repro.zip for a quick demonstration.
Is there anything I'm missing which causes the ribbon itself to grab all scroll wheel inputs?
Since 7.0 it is not possible to use the scroll wheel inside the ApplicationMenu to scroll through either the menu items or the right pane content. For quick reference: v6.1.0...v7.0.0 somewhere on the line there this got broken.
Attached a app-working.csproj with latest 6.x revision, and current 8.x revision in app-notworking.csproj.
It is just a simple application menu wth some menuitems forcing a scrollviewer.
Use
in the extracted repro.zip for a quick demonstration.
Is there anything I'm missing which causes the ribbon itself to grab all scroll wheel inputs?
2021-01-19-13-08-45.mp4
repro.zip
Environment
The text was updated successfully, but these errors were encountered: