colonelnugget / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Some action taken on annotation panel scrolls the panel #906

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add a variation to Annotation panel

What is the expected output? What do you see instead?
The window scrolls and you have to re-scroll to see the added variation

Original issue reported on code.google.com by mattgatto on 18 Aug 2014 at 4:19

GoogleCodeExporter commented 9 years ago
Unfortunately this issue is more widespread. Several editing activities, like 
adding/removing nags, symbols, variations, etc. are affected. These all needs 
textbuffer.delete()/insert() method usage instead of just call update() method 
of the panel to rebuild the whole textbuffer. 

Original comment by gbtami on 22 Aug 2014 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 1 Sep 2014 at 7:59

GoogleCodeExporter commented 9 years ago
Revision 0165f49b2043 fixes the variation adding issue (and some others).

Original comment by gbtami on 11 Sep 2014 at 9:53