fix: Spacebar acting as backspace in description editor#27303
fix: Spacebar acting as backspace in description editor#27303anuj-kumary merged 4 commits intomainfrom
Conversation
...-ui/src/main/resources/ui/src/pages/ColumnBulkOperations/ColumnGrid/ColumnGrid.component.tsx
Outdated
Show resolved
Hide resolved
...-ui/src/main/resources/ui/src/pages/ColumnBulkOperations/ColumnGrid/ColumnGrid.component.tsx
Outdated
Show resolved
Hide resolved
🟡 Playwright Results — all passed (30 flaky)✅ 3595 passed · ❌ 0 failed · 🟡 30 flaky · ⏭️ 207 skipped
🟡 30 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ Approved 2 resolved / 2 findingsFixes spacebar being treated as backspace in the description editor and syncs pending changes counter for description-only edits and display name updates. Both issues resolved. ✅ 2 resolved✅ Bug: Pending changes counter ignores description-only edits
✅ Bug: Display name not synced if user clicks Update without blurring
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Fixes #26927
When editing a description for a single column in Column Bulk Operations, typing a space in the rich text editor caused unexpected behavior the spacebar acted as a backspace, making it impossible to type multi-word descriptions.
Additional Cleanup
Replaced two duplicate switch blocks with shared lookup maps and helper functions. Replaced the brittle string manipulation for editedDisplayName/editedDescription/editedTags key generation with a typed EDIT_FIELD_TO_ROW_KEY constant map.
Screen.Recording.2026-04-13.at.10.00.27.AM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>