Roundup Tracker - Issues

Message7829

Author rouilj
Recipients rouilj
Date 2023-08-21.17:41:04
Message-id <1692639664.36.0.921941912042.issue2551291@roundup.psfhosted.org>
In-reply-to
The current classhelp window uses a frame structure in a new window.

Frames are deprecated.

Consider using the dialog element as demoed in:

  https://www.youtube.com/watch?v=y8HjQETqrOM

as a non-modal with the ability to drag it to allow access to the underlying page.

Opening in a new window with a reference to the original window (so the classhelp can change 
the field on the original form)  is also acceptable. Opening in a new window could be even 
better as the user can choose to open the new window in a new tab if they want.
History
Date User Action Args
2023-08-21 17:41:04rouiljsetrecipients: + rouilj
2023-08-21 17:41:04rouiljsetmessageid: <1692639664.36.0.921941912042.issue2551291@roundup.psfhosted.org>
2023-08-21 17:41:04rouiljlinkissue2551291 messages
2023-08-21 17:41:04rouiljcreate