openclaw/apps/shared/OpenClawKit/Tests/OpenClawKitTests
J. Tyler Bittner 00951dc9f9
fix(macOS): enable undo/redo in webchat composer text input (#34962)
* fix(macOS): enable undo/redo in webchat composer text input

Set `allowsUndo = true` on ChatComposerNSTextView in makeNSView().
NSTextView defaults allowsUndo to false, which prevented Cmd+Z and
the Edit menu Undo/Redo items from functioning.

Fixes #34898

* fix(macos): enable webchat composer undo/redo (#34962) (thanks @tylerbittner)

---------

Co-authored-by: Nimrod Gutman <nimrod.gutman@gmail.com>
2026-04-17 10:07:20 +03:00
..
AnyCodableTests.swift fix(protocol): preserve AnyCodable booleans from JSON bridge (#20220) 2026-02-18 17:39:54 +00:00
AssistantTextParserTests.swift fix: land contributor PR #39516 from @Imhermes1 2026-03-08 06:11:20 +00:00
BonjourEscapesTests.swift
CanvasA2UIActionTests.swift
CanvasA2UITests.swift
CanvasSnapshotFormatTests.swift
ChatComposerPasteSupportTests.swift fix: land contributor PR #39516 from @Imhermes1 2026-03-08 06:11:20 +00:00
ChatComposerTextViewTests.swift fix(macOS): enable undo/redo in webchat composer text input (#34962) 2026-04-17 10:07:20 +03:00
ChatMarkdownPreprocessorTests.swift fix: land contributor PR #39516 from @Imhermes1 2026-03-08 06:11:20 +00:00
ChatThemeTests.swift
ChatViewModelTests.swift fix: allow compact retry after failed session compaction (#53875) 2026-03-24 11:23:42 -07:00
DeepLinksSecurityTests.swift fix: switch pairing setup codes to bootstrap tokens 2026-03-12 22:23:07 +00:00
DeviceAuthPayloadTests.swift refactor(gateway): unify v3 auth payload builders and vectors 2026-02-26 15:08:50 +01:00
ElevenLabsTTSValidationTests.swift
GatewayErrorsTests.swift feat(ios): improve gateway connection error ux (#62650) 2026-04-07 21:53:22 +03:00
GatewayNodeSessionTests.swift fix: bound bootstrap handoff token scopes 2026-04-04 22:29:52 +09:00
JPEGTranscoderTests.swift
TalkConfigContractTests.swift test: expand talk config contract fixtures 2026-03-08 18:40:14 +00:00
TalkConfigParsingTests.swift refactor: require canonical talk resolved payload 2026-03-08 16:22:48 +00:00
TalkDirectiveTests.swift
TalkHistoryTimestampTests.swift
TalkPromptBuilderTests.swift feat(ios): add Talk voice directive hint toggle (#18250) 2026-02-16 17:33:42 +00:00
TalkSystemSpeechSynthesizerTests.swift fix: preserve mobile bootstrap auth fallback (#60238) (thanks @ngutman) 2026-04-04 15:57:38 +09:00
TestAsyncHelpers.swift refactor(tests): dedupe openclawkit chat test helpers 2026-03-02 09:55:46 +00:00
ToolDisplayRegistryTests.swift fix(tool-display): generate swift snapshot from core config 2026-04-05 10:34:02 +01:00
ToolResultTextFormatterTests.swift iOS Chat: clean UI noise and format tool outputs (#22122) 2026-02-20 19:01:03 +00:00