Bug #64
closedCocoMUD becomes sluggish after some time
40%
Description
As made evident in #54, the client becomes slow after some time. This is due to the fact that, at each line being added, the client needs to rewrite the entire output. This is a secondary side-effect of using an AccessPanel. While this remains a great solution for accessibility's sake, it also has consequences, particularly if the client doesn't delete its upper lines after some time.
Related issues
Updated by Vincent Le Goff almost 8 years ago
- Related to Bug #54: The client window can't handle too many lines added
Updated by Vincent Le Goff almost 8 years ago
- Sprint/Milestone changed from 8 to 9
Updated by Vincent Le Goff about 7 years ago
The AccessPanel's approach of replacing the text might not be necessary. Besides, fixing it so the cursor wouldn't move would speed up and increase accessibility. It won't solve the problem, but it will delay it.
Updated by Vincent Le Goff almost 7 years ago
- Status changed from Open to Feedback
- Assignee set to Vincent Le Goff
- Sprint/Milestone deleted (
15) - % Done changed from 0 to 40
A first try to fix it, depending on user input. For the time being, a menu allows to clear window output whenever the user wishes.
Updated by Vincent Le Goff almost 5 years ago
- Status changed from Feedback to Closed
Closing this, as it seems to be mostly fixed except for #133 which is filed in a different issue.
Please register to edit this issue
Also available in: Atom PDF Tracking page