[PR #16046] [MERGED] Fixes #15968: Avoid resizing quick search field to display clear button #14762

Closed
opened 2025-12-29 23:26:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16046
Author: @jeremystretch
Created: 5/8/2024
Status: Merged
Merged: 5/9/2024
Merged by: @jeremystretch

Base: developHead: 15968-quicksearch-button


📝 Commits (1)

  • dc043a4 Fixes #15968: Avoid resizing quick search field to display clear button

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/search.ts (+2 -2)
📝 netbox/templates/inc/table_controls_htmx.html (+1 -1)

📄 Description

Fixes: #15968

Apply/remove the invisible CSS class (rather than d-none) to toggle visibility while preserving DOM layout


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16046 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15968-quicksearch-button` --- ### 📝 Commits (1) - [`dc043a4`](https://github.com/netbox-community/netbox/commit/dc043a4e745d2960cf1df0e75be4c1807e0601dd) Fixes #15968: Avoid resizing quick search field to display clear button ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/search.ts` (+2 -2) 📝 `netbox/templates/inc/table_controls_htmx.html` (+1 -1) </details> ### 📄 Description ### Fixes: #15968 Apply/remove the `invisible` CSS class (rather than `d-none`) to toggle visibility while preserving DOM layout --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:26:35 +01:00
adam closed this issue 2025-12-29 23:26:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14762