avo-hq / avo

Build Ruby on Rails apps 10x faster
https://avohq.io
Other
1.53k stars 256 forks source link

Save button icon (floppy disk) issue (on click, doesn't save the record in Safari browser) #3389

Closed giedriusr closed 1 day ago

giedriusr commented 6 days ago

Describe the bug

Image In Safari 17.5 when I click on the icon, the button starts to blink, but nothing happens. If I click on text or on the button area (avoiding icon) it works as usual.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Add this configuration '...'
  2. Go to any resource page
  3. Click on edit
  4. Click on save button (straight on the floppy disk icon)
  5. The button should hang (blinking)

Expected behavior & Actual behavior

It should save the record and redirect to show page.

Models and resource files

System configuration

Avo version: 3.13.7 (but this behaviour was noticed in previous versions as well)

Rails version: 7.2.2 (also rails 8.0.0.rc2)

Ruby version: 3.3.4 (also 3.3.2)

License type:

Are you using Avo monkey patches, overriding views or view components?

Screenshots or screen recordings

Additional context

Impact

Urgency

adrianthedev commented 6 days ago

Yup. I see that too. So weird.

Image