Apache OpenOffice (AOO) Bugzilla – Issue 122104
[sidebar] No tab bar button is selected.
Last modified: 2013-07-11 13:56:10 UTC
In certain circumstances there is no tab bar button selected. How to reproduce: 1. Open a new Writer document. 2. Insert a shape. 3. Deselect the shape. The button of the property deck should be selected but isn't.
"af" committed SVN revision 1469899 into trunk: 122104: Fixed selection of sidebar button.
On a context switch both the deck and the tab bar are updated. But there where different optimizations to prevent unnecessary work. Looks like the tab bar button update was less optimized: the tab bar buttons are sometimes destroyed and created again after the deck is modified. But the selection of the button for the current deck was updated from within the deck update method. Fixed by updating the button selection at a better time.