Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickable area of input fields extends too far left #17083

Closed
Chiniquy opened this issue Aug 6, 2024 · 1 comment · Fixed by #17525
Closed

Clickable area of input fields extends too far left #17083

Chiniquy opened this issue Aug 6, 2024 · 1 comment · Fixed by #17525
Assignees
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@Chiniquy
Copy link

Chiniquy commented Aug 6, 2024

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.

@Chiniquy Chiniquy added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Aug 6, 2024
@DanSheps DanSheps added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: low Does not significantly disrupt application functionality, or a workaround is available and removed status: needs triage This issue is awaiting triage by a maintainer labels Aug 9, 2024
@DanSheps DanSheps removed their assignment Aug 9, 2024
@DanSheps
Copy link
Member

DanSheps commented Aug 9, 2024

This is a result of being used for the column definition. It should be fairly trivial to wrap the label in a "col-sm-3" div and then have the label just there but I have not tested or anything.

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

@bctiemann bctiemann self-assigned this Sep 17, 2024
@bctiemann bctiemann added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
3 participants