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 #22

Closed mirror89 closed 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

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

doonfrs commented 5 months ago

Unfortunately, this is a flutter web issue, it is not related to the current project. check this example: https://flutter.github.io/samples/web/simplistic_editor/

mirror89 commented 5 months ago

No, it is not! It is a pluto_grid error! In our complete application, this error only occurs in the pluto_grid without exception!

doonfrs commented 5 months ago

Are you able to refresh the page here: https://flutter.github.io/samples/web/simplistic_editor/

mirror89 commented 5 months ago

Sure! It refreshes! It refreshes too, when klicked somewhere^^

mirror89 commented 5 months ago

Hey! REOPEN the issue please! It is a pluto grid issue! Checked that.