Ticket #758 (closed Enhancement: fixed)
GUIToolkit: hierarchical menus
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.5 |
Component: | DeepaMehta Standard Distribution | Version: | 4.4 |
Keywords: | Cc: | dgf, Malte, JuergeN | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-webclient |
Description
Change History
comment:4 Changed 10 years ago by JuergeN
So the re-assignment of a workspace will not work through the context menu of a topic, right? Then another suggestion would be to re-assign the workspace in the details panel. In edit mode I could choose the new workspace simply by a dropdown list of available workspaces, just like with association definitions (e.g address, street).
comment:5 Changed 10 years ago by jri
Yes, introducing submenus to the Webclient is too difficult at the moment. The Webclient menus rely on jQuery UI. The jQuery UI menus support submenus. However the Webclient must already tweak jQuery UI in order to keep the menus always inside the browser window (by adding scrolling to menus). Extending this tweak to the submenus as well is not feasible with reasonable effort. (This should rather be done by the jQuery UI team.)
Meanwhile I realized the "Assign to Workspace" operation via context menu and a dedicated dialog box. (This is not yet checked in.) But I agree: having the assign operation in the detail panel would be much nicer, as 1) it does not further clutter the context menu (now we have 8 commands there, that is one too much :-), and 2) it lets the user edit the workspace assignment where it is actually displayed which is more intuitive.
comment:10 Changed 9 years ago by jri
- Status changed from accepted to closed
- Resolution set to fixed