[Pharo-project] Bug with Windows titles not refreshing (in OB)
Hi, there is a bug with windows titles as they don't refresh and keeps a previous title. Steps to reproduce: 1) Search senders of a particular message, for example, doesNotUnderstand: 2) You will see that the opened windows for senders, has the title "Senders of '#doesNotUnderstand:" 3) Now, select one of the senders, for example, ContextPart >> send: selector to: rcvr with: args super: superFlag 4) That will open the senders of that message, BUT the windows title still says "Senders of '#doesNotUnderstand:" instead of "Senders of '#send:to:with:super:" Issue: http://code.google.com/p/pharo/issues/detail?id=2707 Cheers Mariano
I am not sure if this is a bug. I think this is intentionally implemented like this. Lukas 2010/7/20 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi, there is a bug with windows titles as they don't refresh and keeps a previous title.
Steps to reproduce:
1) Search senders of a particular message, for example, doesNotUnderstand: 2) You will see that the opened windows for senders, has the title "Senders of '#doesNotUnderstand:" 3) Now, select one of the senders, for example, ContextPart >> send: selector to: rcvr with: args super: superFlag 4) That will open the senders of that message, BUT the windows title still says "Senders of '#doesNotUnderstand:"  instead of "Senders of '#send:to:with:super:"
Issue: http://code.google.com/p/pharo/issues/detail?id=2707
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
On Tue, Jul 20, 2010 at 6:57 PM, Lukas Renggli <renggli@gmail.com> wrote:
I am not sure if this is a bug. I think this is intentionally implemented like this.
I don't understand then. Which is the intention of showing the title "Senders of '#doesNotUnderstand:" if the windows has the senders of "Senders of '#send:to:with:super:" ? thanks mariano
Lukas
2010/7/20 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi, there is a bug with windows titles as they don't refresh and keeps a previous title.
Steps to reproduce:
1) Search senders of a particular message, for example, doesNotUnderstand: 2) You will see that the opened windows for senders, has the title "Senders of '#doesNotUnderstand:" 3) Now, select one of the senders, for example, ContextPart >> send: selector to: rcvr with: args super: superFlag 4) That will open the senders of that message, BUT the windows title still says "Senders of '#doesNotUnderstand:" instead of "Senders of '#send:to:with:super:"
Issue: http://code.google.com/p/pharo/issues/detail?id=2707
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I am not sure if this is a bug. I think this is intentionally implemented like this.
I don't understand then. Which is the intention of showing the title "Senders of '#doesNotUnderstand:"Â Â if the windows has the senders of "Senders of '#send:to:with:super:"Â Â ?
#send:to:with:super: is a transitive sender of #doesNotUnderstand: Lukas -- Lukas Renggli www.lukas-renggli.ch
On Tue, Jul 20, 2010 at 9:02 PM, Lukas Renggli <renggli@gmail.com> wrote:
I am not sure if this is a bug. I think this is intentionally implemented like this.
I don't understand then. Which is the intention of showing the title "Senders of '#doesNotUnderstand:" if the windows has the senders of "Senders of '#send:to:with:super:" ?
#send:to:with:super: is a transitive sender of #doesNotUnderstand:
Ok. Fair. However, still doesn't have sense for me and I think it is confusing. But it is ok, I cannot force noone to do anything... :) cheers Mariano
Lukas
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Lukas Renggli -
Mariano Martinez Peck