Ticket #95 (closed Defect: worksforme)
right klick causes topic update
Reported by: | JuergeN | Owned by: | |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.3 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI |
Module: | deepamehta-webclient |
Description
When I right click on a topic on the canvas, then the topic is updated on the content panel immediately.
If there is a lot of data (like eg. in the test db with 6000 Persons), then there is a kind of a race condition. It takes too long to update the data, so that the menu (hide, delete, etc.) will never show. Maybe it would be good, to show the menu before updating the topic's content, when doing a right click on the topic.
Change History
Note: See
TracTickets for help on using
tickets.
I think the original problem here is the display of large result sets.
We must find an aggregation/truncation display approach.
In any case rendering the content panel must perform quickly.
I explicitly payed attention to render the content panel before the context menu, to ensure the user always knows/sees to what the command applies, e.g. what is about to delete.