phpmyadmin icon indicating copy to clipboard operation
phpmyadmin copied to clipboard

New Event form's Go button missing

Open M393 opened this issue 11 months ago • 2 comments

Describe the bug

The New Event form cannot be submitted when changing the Event type.

To Reproduce

Steps to reproduce the behavior:

  1. Expand Schema -> Events in the sidebar (there have to be existing events for this to show up)
  2. Click on 'New'
  3. Click on 'Change to RECURRING'
  4. The 'Go' button disappears

The 'Change to RECURRING' button is replaced by a dropdown input element. The button stays missing when switching back to 'ONE TIME' and the Event type input stays a dropdown input element.

Expected behavior

The button should still be there to submit the form.

Screenshots

Image

Server configuration

  • Operating system: Ubuntu 22.04
  • Web server: Apache 2.4
  • Database version: MariaDB 11.4
  • PHP version: 8.1
  • phpMyAdmin version: 5.2.2

Client configuration

  • Browser: Chromium
  • Operating system: Windows 10

Additional context

If you instead go to the Events page and click 'Create new event' there, the form opens in a Modal and works as expected.

M393 avatar Jan 29 '25 16:01 M393

When using the modal, after changing the Event type, the buttons are there but offscreen until the modal is moved.

M393 avatar Jan 29 '25 16:01 M393

Exactly! It's impossibly now to set recurring event with phpMyAdmin!

gomanuke avatar Mar 10 '25 05:03 gomanuke