summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel/tests/test_kernel.cpp
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-13 19:57:45 +0900
committerAdam Malczewski <[email protected]>2026-06-13 19:57:45 +0900
commite605b3614a87936bf7d0873eb41193d52de6d8b1 (patch)
tree1e99fd73827ec7ee62d2c914de3793d67f32fd17 /packages/kernel/tests/test_kernel.cpp
parentc52aa6d9c134090c8d5c86fc85ba84bb32e736f0 (diff)
downloadunbox-e605b3614a87936bf7d0873eb41193d52de6d8b1.tar.gz
unbox-e605b3614a87936bf7d0873eb41193d52de6d8b1.zip
Slice 10 c2/d1 fix: dock previews were blank (RML/RCSS authoring bugs)
Real-seat (nested) showed the dock compositing but slots blank. Three bugs in the inline dock document, all caught in the live RmlUi log: - <img src="{{ row.preview }}"> never bound — RmlUi interpolates {{ }} only in TEXT, not attributes, so it tried to load a texture literally named "{{ row.preview }}". Fixed with data-attr-src="row.preview". - font-family: sans-serif -> "No font face defined" (substrate only loads Noto Sans). Fixed to the loaded face. - transform-origin: top left -> RCSS parse error. Fixed to RmlUi-valid syntax. Verified real-seat: minimizing two foot windows shows two preview cards in the dock with the actual window snapshots visible; the live log is free of the three [rmlui] errors. Super+M works repeatedly with >1 window ("works once" was the single-window no-op: nothing left to focus/minimize). Suites green build + asan.
Diffstat (limited to 'packages/kernel/tests/test_kernel.cpp')
0 files changed, 0 insertions, 0 deletions