Bug #5399
create course buggy
Start date:
02/09/2012
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
Create course has quite a buggy GUI. If you want to create a course and select the course type and immediately type in the course title and visual code, you loose the last 2 entries, because the GUI refreshes (due to getting the settings of the course type, I presume)
History
Updated by Sven Vanpoucke over 10 years ago
Since we have to wait for a postback, the only solution here could be to temporarly disable all input fields untill the screen is reloaded.
Updated by Parcifal Aertssen over 10 years ago
if it is async (ajax), you can remember the filled in values and restore them after the postback?
Updated by Sven Vanpoucke over 10 years ago
It's not an ajax request, it's an actual page postback so the javascript state is lost.