[Pharo-project] Bug when loading Seaside in 10178
Just loading Seaside 2.8a1 in pharo (core or dev, using universes or MC) 10178, we get a strange from PSUIManager >> modalMorph⦠not clear if it's pharo or MC or Seaside's fault⦠-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
Apparently this is a problem with PSUIManager thisContext trick. We ended up with MCdefinitino compared using = with World. Stef On Nov 29, 2008, at 2:52 PM, Damien Pollet wrote:
Just loading Seaside 2.8a1 in pharo (core or dev, using universes or MC) 10178, we get a strange from PSUIManager >> modalMorph⦠not clear if it's pharo or MC or Seaside's faultâ¦
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 29.11.2008, at 14:52, Damien Pollet wrote:
Just loading Seaside 2.8a1 in pharo (core or dev, using universes or MC) 10178, we get a strange from PSUIManager >> modalMorph⦠not clear if it's pharo or MC or Seaside's faultâ¦
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Can you add a bug-report to the bug-tracker? -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
Finding the modal morph is quite tricky (requests for a dialog not specifically being tied to a system window), hence the trick! Clearly a few cases I missed... Will have a look. Regards, Gary. ----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Saturday, November 29, 2008 7:53 PM Subject: Re: [Pharo-project] Bug when loading Seaside in 10178 Apparently this is a problem with PSUIManager thisContext trick. We ended up with MCdefinitino compared using = with World. Stef On Nov 29, 2008, at 2:52 PM, Damien Pollet wrote:
Just loading Seaside 2.8a1 in pharo (core or dev, using universes or MC) 10178, we get a strange from PSUIManager >> modalMorph⦠not clear if it's pharo or MC or Seaside's faultâ¦
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Sun, Nov 30, 2008 at 4:43 PM, Gary Chambers <gazzaguru2@btinternet.com> wrote:
Finding the modal morph is quite tricky (requests for a dialog not specifically being tied to a system window), hence the trick! Clearly a few cases I missed... Will have a look.
I think it is a bug with Monticello which does not check the parameter of the #= method. I fixed that in PharoInbox. -- Damien Cassou http://damiencassou.seasidehosting.st
still this is strange to invoke a comparison between MCDefinition and World :) On Dec 1, 2008, at 9:06 AM, Damien Cassou wrote:
On Sun, Nov 30, 2008 at 4:43 PM, Gary Chambers <gazzaguru2@btinternet.com> wrote:
Finding the modal morph is quite tricky (requests for a dialog not specifically being tied to a system window), hence the trick! Clearly a few cases I missed... Will have a look.
I think it is a bug with Monticello which does not check the parameter of the #= method. I fixed that in PharoInbox.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Damien Cassou -
Damien Pollet -
Gary Chambers -
Marcus Denker -
Stéphane Ducasse