Skip to content

Fix textfield input bug in float mode and improve drag UX#2796

Merged
jmthomas merged 1 commit intomainfrom
2780-telemetry-viewer-textfield-widget-cannot-enter-text-when-floating
Feb 8, 2026
Merged

Fix textfield input bug in float mode and improve drag UX#2796
jmthomas merged 1 commit intomainfrom
2780-telemetry-viewer-textfield-widget-cannot-enter-text-when-floating

Conversation

@mcosgriff
Copy link
Copy Markdown
Contributor

Textfields in floated telemetry viewer screens were unresponsive because the drag handler was calling preventDefault() on all mousedown events, blocking focus. Now only prevents default on non-interactive elements and restricts dragging to the toolbar. Also adds visual cursor hints (grab/pointer) and imports openc3-vue-common styles in tlmviewer

Screen.Recording.2026-02-06.at.2.20.46.PM.mov

Textfields in floated telemetry viewer screens were unresponsive because the drag handler was calling preventDefault() on all mousedown events, blocking focus. Now only prevents default on non-interactive elements and restricts dragging to the toolbar. Also adds visual cursor hints (grab/pointer) and imports openc3-vue-common styles in tlmviewer.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 6, 2026

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.72%. Comparing base (df902e1) to head (f9b6c77).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2796      +/-   ##
==========================================
- Coverage   78.72%   78.72%   -0.01%     
==========================================
  Files         671      671              
  Lines       54809    54809              
  Branches      731      731              
==========================================
- Hits        43148    43146       -2     
- Misses      11581    11583       +2     
  Partials       80       80              
Flag Coverage Δ
python 80.36% <ø> (+<0.01%) ⬆️
ruby-api 82.68% <ø> (-0.05%) ⬇️
ruby-backend 81.82% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas merged commit f46885b into main Feb 8, 2026
48 of 52 checks passed
@jmthomas jmthomas deleted the 2780-telemetry-viewer-textfield-widget-cannot-enter-text-when-floating branch February 8, 2026 19:57
jmthomas added a commit that referenced this pull request Mar 21, 2026
…widget-cannot-enter-text-when-floating

Fix textfield input bug in float mode and improve drag UX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants