acdream/tests/AcDream.App.Tests/UI
Erik 0ec36f6197 fix(D.2b): chat input resolves the live command bus lazily (was bound to null) + register thumb-3-slice row
The live session + its LiveCommandBus are created after the retail-UI block in
OnLoad, so binding the bus by value captured NullCommandBus and silently dropped
outbound chat. Pass a Func<ICommandBus> resolved at submit time (mirrors how the
ImGui ChatPanel re-reads the bus each frame).

AP-41: scrollbar thumb drawn as single stretched tile (0x06004C63) instead of
retail's 3-slice top-cap/middle/bottom-cap — acknowledged in UiChatScrollbar.cs:37,
registered per the divergence-register rule.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 23:24:44 +02:00
..
Layout fix(D.2b): chat input resolves the live command bus lazily (was bound to null) + register thumb-3-slice row 2026-06-15 23:24:44 +02:00
ControlsIniTests.cs feat(D.2b): controls.ini stylesheet loader + apply title color 2026-06-14 17:31:55 +02:00
MarkupDocumentTests.cs feat(D.2b): retail 3-slice vital bars + headless mockup verifier 2026-06-14 21:40:11 +02:00
UiChannelMenuTests.cs feat(D.2b): UiChannelMenu — channel selector popup (UIElement_Menu port) 2026-06-15 22:42:22 +02:00
UiChatInputTests.cs feat(D.2b): UiChatInput — editable field, caret, 100-entry history (UIElement_Text port) 2026-06-15 22:36:44 +02:00
UiChatScrollbarTests.cs feat(D.2b): UiChatScrollbar — track/thumb/buttons driving UiScrollable 2026-06-15 22:31:12 +02:00
UiChatViewDatFontTests.cs feat(D.2b): UiChatView dat-font transcript + 1-line wheel quantum 2026-06-15 22:14:56 +02:00
UiChatViewTests.cs feat(D.2b): chat text selection + Ctrl-C copy 2026-06-14 23:21:28 +02:00
UiDatFontTests.cs feat(D.2b): retail dat-font (Font 0x40000000) for vitals numbers 2026-06-14 23:02:35 +02:00
UiMeterTests.cs feat(D.2b): UiMeter vital bar + fill-geometry tests 2026-06-14 16:38:07 +02:00
UiNineSlicePanelTests.cs feat(D.2b): UiNineSlicePanel — 8-piece retail window frame + geometry test 2026-06-14 16:36:11 +02:00
UiRootInputTests.cs feat(D.2b): chat text selection + Ctrl-C copy 2026-06-14 23:21:28 +02:00
UiScrollableTests.cs feat(D.2b): UiScrollable — pixel scroll model (UIElement_Scrollable port) 2026-06-15 22:19:29 +02:00