WordPress / wporg-main-2022

A block-based child theme for WordPress.org, plus local environment
68 stars 26 forks source link

Download modal not appearing #389

Closed adamwoodnz closed 7 months ago

adamwoodnz commented 7 months ago

Describe the bug There is supposed to be a modal dialogue shown after clicking the 'Download WordPress {version}' button on the download page

To Reproduce Steps to reproduce the behavior:

  1. Go to https://wordpress.org/download/
  2. Click on 'Get WordPress 6.4.3'

Expected behavior The browser initiates the zip download, and a modal dialog opens as well.

Desktop (please complete the following information):

Otto42 commented 7 months ago

What modal are you talking about? That's just a link to the zip file. And it downloads the zip file.

adamwoodnz commented 7 months ago

What modal are you talking about? That's just a link to the zip file. And it downloads the zip file.

The code for the modal is here, I'll look into why it isn't being triggered, I expect it to be simple. You can see what it looks like on the original issue.