Bug introduced in 10.1.0 and fixed in 10.2.0
I am observing a potential bug not present in MMA 10.0.1.0 on Win 7 Ultimate, but observable on MMA 10.1 on Win 7 Enterprise. It seems to work with every Manipulate construct. A very simple example is presented below:
Manipulate[Plot[Sin[a x], {x, 0, 2 \[Pi]}], {a, 1, 10}]
After evaluating this expression, move the slider somewhere towards the right, then click on the little + sign to expand the controls. The slider instantly jumps to the leftmost limit, resetting the setting.
Can anybody confirm such behavior and, maybe, confirm this as a bug?
PS In the case that the problem is not observed by other users, I will be back at work tomorrow European afternoon (where I have 10.1/Enterprise) to give more details.
EDIT
As correctly observed in the answer to the linked duplicate question, this is a bug of Manipulator, the default control in Manipulate, however it does not seem to be related to PlotTheme or plotting functions. In any case, other users report the bug to be fixed in 10.2, however the problem in 10.1 is more general than just when using DialogInput as in the linked question: it can be reproduced when starting with any manipulator with initially collapsed controls and then expanding them.
Manipulator. So the generality of the problem is addressed in the answer, even if the original question contained red herrings. – Michael E2 Jul 21 '15 at 15:27