Ticket #43690

Saving options from optiondialog ignores changes

Eröffnet am: 2022-01-26 14:03 Letztes Update: 2023-01-07 07:31

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Offen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Keine
Datei:
Keine

Details

Based on reports by Dino The Dinosore in http://forum.freeciv.org/f/viewtopic.php?f=9&p=104765

"Save" in client option dialog confusingly does not save what user has just set and sees in the dialog, but what has actually been applied, i.e, one has to first "Apply" and then "Save". I see no reason for this behavior, but clicking "Save" should automatically include the apply step.

Both gtk- and Qt-client affected, sdl2-client likely not (setting component to "client common") though the bug is in each client's gui part.

Ticket-Verlauf (3/3 Historien)

2022-01-26 14:03 Aktualisiert von: cazfi
  • New Ticket "Saving options from optiondialog ignores changes" created
2022-01-26 14:20 Aktualisiert von: cazfi
Kommentar

The problem is with server settings. Client can only send requests to the server to change the setting, but would then need to wait for the server to send actually changed settings (which can be only some of the settings, or even nothing at all), and this wait would need to be made so that the client main loop handles those server messages.

So not as easy as I thought.

2023-01-07 07:31 Aktualisiert von: cazfi
  • Meilenstein Update from (Keine) to S3_2 npf
Kommentar

Reply To cazfi

The problem is with server settings. Client can only send requests to the server to change the setting, but would then need to wait for the server to send actually changed settings (which can be only some of the settings, or even nothing at all), and this wait would need to be made so that the client main loop handles those server messages.

The solution would for the client to send some serial number to server after new option value, and server to reply with that same serial message when it has processed all the options that it received before it.

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden