GNOME Bugzilla – Bug 170956
interface needs extension so that images are only refreshed if necessary
Last modified: 2008-07-03 08:52:02 UTC
when tagging a picture in "view" mode, it is refreshed right after tagging. This is useless and cause slow machines to be even slower.... Other information: 0.0.10 in Ubuntu.
It also seems to do this repeatedly while you're editing the picture's caption.
This is basically intensional, the current logic ends up reloading the image on any change because it doesn't know what the change is. The interface needs to be extended to give a reason for the change so that the reload can be avoided.
Larry things like this should really be changed to assigned, and possibly renamed to allow for easier searching. done.
FWIW we don't generally bother with assigned except in the cases of projects that are seriously overstaffed and need to keep straight which bugs are being handled and which aren't.
*** Bug 382839 has been marked as a duplicate of this bug. ***
Finally fixed, in commits 4141 and 4142. Enjoy!