Roundup Tracker - Issues

Issue 2551291

classification
rewrite classhelper to use dialog
Type: rfe Severity: normal
Components: Web interface Versions:
process
Status: closed wont fix
: Add roundup-classhelper for 2.4.0 release
View: 2551353
: : rouilj
Priority: :

Created on 2023-08-21 17:41 by rouilj, last changed 2024-07-17 03:20 by rouilj.

Messages
msg7829 Author: [hidden] (rouilj) Date: 2023-08-21 17:41
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.
msg8110 Author: [hidden] (rouilj) Date: 2024-07-17 02:17
Superseeded by issue2551353 and the roundup-classhelper web component
in version 2.4.0.
History
Date User Action Args
2024-07-17 03:20:22rouiljsetstatus: new -> closed
2024-07-17 02:17:42rouiljsetsuperseder: Add roundup-classhelper for 2.4.0 release
resolution: wont fix
messages: + msg8110
2023-08-21 18:45:13rouiljsetcomponents: + Web interface
2023-08-21 17:41:04rouiljcreate