Version: unspecified (using Devel) OS: Linux If you try to center on a constellation, KStars slews to that for a fraction of a second, but immediately returns to the Northern Horizon. Reproducible: Always Steps to Reproduce: Ctrl + F to open find dialog, type the name of a constellation (eg: Andromeda) and select the constellation from the list (eg: ANDROMEDA). Click OK. Actual Results: The map slews to Andromeda for a second, but then reverts to the northern horizon. Expected Results: The map should stay at Andromeda. Most likely -- it's not finding a tangible FocusObject, and therefore is resetting the location.
I can not reproduce this bug. When I click OK, the map slews to the constellation's label and stay on it. I 've not found when this bug may have been corrected. Can you confirm that the bug no longer exists ?
Can you confirm if you still have this bug?
Still reproducible, all the time. Use Horizontal Coordinates and have the simulation clock running (not paused). Happens irrespective of atmospheric refraction correction. Make sure your simulation clock is on a high simulation rate (maybe 1 min), since the bug seems to only happen upon recomputation of coordinates, or redrawing of map, or something like that.
Steps for me: 1) Switch off constellation labels. 2) Restart KStars. 3) Perform steps in Comment 3. I have the same issue with Supernovae
Is this still valid? It centers fine for me, but the position doesn't track if the simulation clock is on. Also, I've noticed similar behaviour with comets. Seems to happen whenever you are trying to center on objects that are not displayed in KStars.
This bug producible only when you have not clicked button toggle constellation label after starting Kstars. The reason is when object constellations are created in ConstellationNamesComponent() constructor only ra/dec are set from database and not alt/az which are being used in find object. So alt/az needs to be set before we perform find object on constellation which happens when EquatorialToHorizontal() is called while toggling constellation label. Review request: 112898 solves this bug permanently for constellations.
*** Bug 325198 has been marked as a duplicate of this bug. ***