Alle Meldungen
Mind MGMT Meldungen
#161161: "Clarify when a note is being edited"
implemented: Dieser Vorschlag wurde umgesetzt
1
Worum geht es bei dieser Meldung?
Was ist passiert? Bitte wähle unten aus
Vorschlag: meiner Meinung nach würde das Folgende die Umsetzung des Spiels erheblich verbessern
Detaillierte Beschreibung
• Bitte erkläre deinen Vorschlag so präzise und genau wie möglich, damit er leicht zu verstehen ist.
It's very unclear when I'm currently editing a note. It's so confusing right now.• Welchen Browser benutzt du?
Google Chrome v134
Meldungshistorie
quietmint • Dieser Vorschlag wurde von den Entwicklern noch nicht untersucht:
12. Mär 2025 17:46 • When editing a note:
1) Never allow it to become transparent. It should remain at 100% opacity while it has the focus / while it's being edited, regardless of whether I'm hovering over it. (Of course I'm hovering over it, since I just clicked it!) It's hard to see the cursor position or see what I'm typing.
2) Just in my client (for the person editing the note), the BGA action bar should change to hide all action buttons. It should instead indicate that an edit is in progress by saying something like "Type new text to update (or delete) the note on D4". Then it's clear that the game is in this "edit mode".
3) When the text input loses focus for any reason (whether by clicking away, or by pressing certain keys like ESC, TAB, RETURN, etc.) then the edit should complete by transmitting the AJAX call to the BGA server and the action bar should restore to it's previous state.
1) Never allow it to become transparent. It should remain at 100% opacity while it has the focus / while it's being edited, regardless of whether I'm hovering over it. (Of course I'm hovering over it, since I just clicked it!) It's hard to see the cursor position or see what I'm typing.
2) Just in my client (for the person editing the note), the BGA action bar should change to hide all action buttons. It should instead indicate that an edit is in progress by saying something like "Type new text to update (or delete) the note on D4". Then it's clear that the game is in this "edit mode".
3) When the text input loses focus for any reason (whether by clicking away, or by pressing certain keys like ESC, TAB, RETURN, etc.) then the edit should complete by transmitting the AJAX call to the BGA server and the action bar should restore to it's previous state.
mithaler • Die Entwickler stimmen zu, dass es eine gute Idee ist und werden daran arbeiten:
14. Mär 2025 21:12 • Good suggestions!
mithaler • Dieser Vorschlag wurde umgesetzt:
14. Mär 2025 21:34 • 1 and 3 are now implemented.
2 is, unfortunately, trickier, because I use client states all over the place, and that would complicate things by making it necessary to "save a client state in progress" to revert to it once editing the note is done (otherwise you might lose the state you were in). The good news is, save-on-unfocus works now, so IMO the need for 2 diminishes somewhat (if you click away, the editing goes away too). So I'm going to call this done; feel free to reopen if you still think we need 2.
2 is, unfortunately, trickier, because I use client states all over the place, and that would complicate things by making it necessary to "save a client state in progress" to revert to it once editing the note is done (otherwise you might lose the state you were in). The good news is, save-on-unfocus works now, so IMO the need for 2 diminishes somewhat (if you click away, the editing goes away too). So I'm going to call this done; feel free to reopen if you still think we need 2.
Ergänze diese Meldung
Bitte erwähne hier alles, was bedeutsam sein könnte, um diesen Fehler nachzuvollziehen oder deinen Vorschlag zu verstehen:
- Eine weitere Tisch-ID/Zug-ID
- Konnte F5 das Problem lösen?
- Trat das Problem öfter auf? Jedes Mal? Zufällig?
- Falls du einen Screenshot dieses Fehlers hast (optimale Vorgehensweise), kannst du ihn bei Imgur.com hochladen, den Link kopieren und hier einfügen.