Issue 5253 in pharo: taskbar can loose an icon

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

Issue 5253 in pharo: taskbar can loose an icon

pharo
Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug

New issue 5253 by [hidden email]: taskbar can loose an icon
http://code.google.com/p/pharo/issues/detail?id=5253

the taskbar can loose the icon in its button.
for an example do:

a:=HelpBrowser openOn: HelpHowToHelpTopics   .
"the Helpbrowser has its icon in its taskbar button.
now do:"
a close.
a open .

now it has the default standardwindow icon.

this doesnt happen if i change HelpBrowser>>open
        self refresh.
        window openInWorld.
to:
        self refresh.
        window model: self.
        window openInWorld.
obviously the taskbar does its updating before the window has gotten its  
model back.



_______________________________________________
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 5253 in pharo: taskbar can loose an icon

pharo

Comment #1 on issue 5253 by [hidden email]: taskbar can loose an icon
http://code.google.com/p/pharo/issues/detail?id=5253

i just noticed that the window is not supposed to get its model back, hence  
this behaviour is just a property of the helpbrowser, not a problem of the  
taskbar




_______________________________________________
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 5253 in pharo: taskbar can loose an icon

pharo
Updates:
        Labels: -Milestone-1.3

Comment #2 on issue 5253 by [hidden email]: taskbar can loose an icon
http://code.google.com/p/pharo/issues/detail?id=5253

I think this is so important to fix it in 1.3 (after release).
It is not even a show stopper for the release of 1.4, so I will just remove  
the Milestone tag.


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