You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search field automatically seems to trim spaces when the user leaves the cursor idle for a moment:
Screen.Recording.2025-03-16.at.21.30.00.mov
Filing this as a bug, since at least from a UX perspective that feels unintuitive (and a bit annoying when taking a quick break while writing a search query).
Version
2.6/main (most recent snapshot build)
OS
macOS 15.2
The text was updated successfully, but these errors were encountered:
As described in issue mixxxdj#14486, the search bar trims leading and
trailing spaces in user's current text input after the auto-save timeout.
This PR fixes the issue by removing the problematic `trimmed()` call.
Signed-off-by: Anmol Mishra <[email protected]>
As described in issue mixxxdj#14486, the search bar trims leading and
trailing spaces in user's current text input after the auto-save timeout.
This PR fixes the issue by removing the problematic `trimmed()` call.
Adds fix for keeping search history clean.
Adds fix for duplicated inserts in query box.
Signed-off-by: Anmol Mishra <[email protected]>
Bug Description
The search field automatically seems to trim spaces when the user leaves the cursor idle for a moment:
Screen.Recording.2025-03-16.at.21.30.00.mov
Filing this as a bug, since at least from a UX perspective that feels unintuitive (and a bit annoying when taking a quick break while writing a search query).
Version
2.6/main (most recent snapshot build)
OS
macOS 15.2
The text was updated successfully, but these errors were encountered: