Summary: | Needless delay when placing objects | ||
---|---|---|---|
Product: | [Applications] ktuberling | Reporter: | Joakim Rosqvist <joakim.rosqvist> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | andrew.crouthamel, aspotashev, dateqa |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joakim Rosqvist
2009-08-13 19:12:54 UTC
Just for the record, the delay is not because i like it, it just happens for technical reasons, that is some computations need to take place and they are not immediate, so yes, it can probably make shorter, but it's not trivial. Frankly as a user my son doesn't care, its just broken he gets extremely frustrated. If it would be to complex to change the base design so it preforms at a non-perceptibly to the user, why don't you just fake it. Not really a programmer but conceptually wouldn't the following be a good solution? "When the user clicks the button, keep the object above page where they clicked, after the page underneath has been updated THEN kill the object above. although you might need to span a new process so that they are not locked from picking a new object while this is occurring" from a user perspective it placing would be instant and you wouldn't have to fix the technical design limitation. Really love the game, just think that this change would make it more playable for most people Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! There is no noticeable delay when releasing dragged objects now. Thanks for the update! |