doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
18 stars 20 forks source link

[Bug] F5 Key ist not working in browser #28

Open mirror89 opened 5 months ago

mirror89 commented 5 months ago

Steps to reproduce the bug

  1. Select a cell in your grid while using Google Chrome (for example)
  2. Try to use F5 to reload browser window

-> Using the reload icon in browser works fine. F5 not!

Expected results

If F5 is pressed, the browser has to reload! Not only if nothing is selected or if there is no focus on grid

Actual results

If focus is on grid, F5 is not working. In my company, the senior devs had a look at it, and it is no flutter issue! It IS a Pluto Grid issue!

The question if ican reload that page with "F5 Key" ist YES! I can! https://flutter.github.io/samples/web/simplistic_editor/

Code sample

Use any grid! For example: https://weblaze.dev/pluto_grid/build/web/#feature/column-footer

Execution Environment

Flutter version is 3.19.0

PlutoGrid version 8.3.0

OS Google Chrome, Firefox, Windows 10, Windows 11, Ubuntu 22.04.4 LTS