alphagov / govuk-prototype-kit

Rapidly create HTML prototypes of GOV.UK services
https://prototype-kit.service.gov.uk
MIT License
302 stars 236 forks source link

On Safari, Mac, the plugin process does not happen automatically #1852

Closed joelanman closed 1 year ago

joelanman commented 1 year ago

Description of the issue

On Safari on Mac, the plugin process (install, update, uninstall) does not happen automatically as designed, it displays the button instead

Steps to reproduce the issue

  1. Go to the plugins page
  2. Click an action button (install, update, uninstall)

Actual vs expected behaviour

Actual: The page displays with a button to continue the action Expected: The page automatically starts the action, as on other browsers

Environment (where applicable)

Other

Original work on plugin processing was done in this PR: https://github.com/alphagov/govuk-prototype-kit/pull/1824

joelanman commented 1 year ago

seems to be fixed