core icon indicating copy to clipboard operation
core copied to clipboard

Unintended navigation when clicking outside deployment options

Open abhiraj-ku opened this issue 1 year ago • 1 comments

🐛 Bug Report

When on the deployment page, clicking anywhere outside the "Deploy Repository" and "Deploy Zip" boxes unexpectedly navigates back to the "New Deploy" box.

Screenshot from 2024-09-20 01-32-00

Expected Behavior

Clicking outside the deployment option boxes should not trigger any navigation. The user should remain on the current page with the deployment options visible.

Current Behavior

Clicking outside the deployment boxes navigates away from the options, requiring additional clicks to return to the desired deployment choices.

Possible Solution

Ensure that click events outside the deployment option boxes do not trigger any navigation actions.

Steps to Reproduce

  1. Navigate to the deployment page
  2. Observe the "Deploy Repository" and "Deploy Zip" options
  3. Click anywhere on the page outside of these two boxes
  4. Note the unintended navigation back to a "New Deploy" prompt
  5. Click the "New Deploy" prompt to return to the original options

abhiraj-ku avatar Sep 19 '24 20:09 abhiraj-ku