netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.77k stars 2.54k forks source link

Clickable area of input fields extends too far left #17083

Open Chiniquy opened 1 month ago

Chiniquy commented 1 month ago

Deployment Type

NetBox Cloud

NetBox Version

v4.0.8

Python Version

3.10

Steps to Reproduce

(Previous issue #16302 was closed, but I am pretty certain that this is in fact a bug, not an intended feature.)

This seems to be the case for all objects in Netbox, both in the Create New screen and in the Edit screen. I will use an IP address for this example.

Click on "Add new IP address" Left click to the left of the name of any field (see the red X in the image below) image

The field will now act as if it was clicked, even though it obviously was not clicked There seems to be a limit to how far left you can go before this stops occuring.

Expected Behavior

When clicking outside of the field, the field should not act as if it was clicked. Clicking on the red X in the image should do nothing (and close any open drop-downs).

Observed Behavior

The field acts as if it was clicked, and the drop down opens up.

DanSheps commented 1 month ago

This is a result of

If anyone is interested in taking this up, please feel free to ask for assignment here.