[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-08-18 Thread Guilherme Polo
Guilherme Polo added the comment: > This has been fixed on r74507 now. py3k branch: r74518. -- ___ Python tracker ___ ___ Python-b

[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-08-18 Thread Guilherme Polo
Changes by Guilherme Polo : -- resolution: accepted -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-08-18 Thread Guilherme Polo
Guilherme Polo added the comment: This has been fixed on r74507 now. -- resolution: -> accepted status: open -> closed ___ Python tracker ___

[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-04-22 Thread Guilherme Polo
Guilherme Polo added the comment: > I suppose these lines from ScrolledText.py should > be expanded to include 'bbox', but I have not tested > such a fix: > >if m[0] != '_' and m != 'config' and m != 'configure': >setattr(self, m, getattr(self.frame, m)) bbox is alre

[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___