fix(editor): der Sperr-Dialog wählt das andere Dokument im Aufklapp-Feld — die Knopfliste quetschte ihre Beschriftungen ineinander
Gemeldet aus der produktiven Instanz: „die Buttons mit den anderen Dokumenten überlappen sich und sind unleserlich". Ursache ist eine Flexbox-Falle, nicht die Zahl der Dokumente: Die Liste war ein flex-Spaltenkasten mit max-height 9rem, und ihre Knöpfe tragen serienmäßig flex-shrink 1 — statt zu scrollen, schrumpfte der Kasten sie unter ihre eigene Textzeile. Nachgemessen bei acht Dokumenten: 14,5 px Kastenhöhe gegen 32 px Inhalt, 17,5 px Überstand je Knopf bei 4 px Abstand. Statt der naheliegenden Reparatur (flex-shrink 0, dann scrollt die Liste) das vom Nutzer gewählte Aufklapp-Feld: eine Zeile hoch, unabhängig von der Anzahl — der Dialog steckt im Editor-Panel und ist dort ohnehin knapp. Die Kopfzeile ist jetzt ein echtes <label for>, der Platzhalter ein Strich, die Auswahl schaltet sofort um (dieselbe Ein-Klick-Geste wie der Knopf). Kein neuer i18n-Schlüssel. Nachgemessen: Feld 36 px, kein Überstand, Karte 364 -> 256 px; Auswahl schaltet um, Dialog schließt, Textfeld wird beschreibbar. D94-Nachtrag und CHANGELOG nachgezogen; 666 Tests grün. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
4bb9b768b0
commit
7f4c2a3e6a
@@ -23,6 +23,7 @@ reverse.
|
||||
- A document created, renamed or deleted in another window shows up without a reload now, and a document deleted elsewhere while open here stays until you type — typing brings it back
|
||||
- The modal "open more than once" dialog is gone; the one remaining loss case — the same non-shared document open in two windows — is found by a per-document lock, and the second window chooses: open another document, view only until the other window lets go, or edit anyway
|
||||
- The other-window warning now names the document and says whether it is open in the app or in the browser — and stays silent when nothing collides
|
||||
- Fix: in the "open in another window" dialog the list of other documents squeezed its buttons until the names ran into each other — picking one is a dropdown now, one line tall however many documents you have
|
||||
- An MCP server for AI agents recorded as planned: it lives in the backend, runs the one JS parser through GraalJS, hands plans to Claude Code and other agents as resources and tools over streamable HTTP, and writes changes as conflict-safe line diffs — no new runtime, spelled out in an RFC before it is built
|
||||
|
||||
## 2026-08-28
|
||||
|
||||
Reference in New Issue
Block a user