Issue 4386 in pharo: Fix for tab group page contents "jumping around" slightly.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4386 in pharo: Fix for tab group page contents "jumping around" slightly.

pharo
Status: FixProposed
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4386 by [hidden email]: Fix for tab group page  
contents "jumping around" slightly.
http://code.google.com/p/pharo/issues/detail?id=4386

Beware if using Morph>>replaceSubmorph:by:
It uses #referencePositionInWorld which, in turn, eventually uses  
#rotationCenter (typically 0.5 @ 0.5).
This was causing the replacement page to be mis-aligned depending on the  
previous page causing positional movement when moving back and forth  
between tabs.

Changed to remove old page and add new instead.

Attachments:
        TabGroupContentLayoutFix.1.cs  477 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4386 in pharo: Fix for tab group page contents "jumping around" slightly.

pharo
Updates:
        Status: Closed

Comment #1 on issue 4386 by [hidden email]: Fix for tab group page  
contents "jumping around" slightly.
http://code.google.com/p/pharo/issues/detail?id=4386

in 13260


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker