[Pharo-project] Monticello browser problem
Hi all, while looking at the different Rome versions I ran into a weird problem with Monticello in the latest core 1.1 image. Try looking at MCHttpRepository location: 'http://source.impara.de/Rome' user: '' password: '' with Pharo 1.0 and Pharo 1.1 In the latter version only a fraction of the repository shows up and that even changes back and forth when you hit refresh. Anyone else seeing this? Michael
Mike This is a change I integrated it http://code.google.com/p/pharo/issues/detail?id=1293 Hi Bart, your fix for issue 1293 prevents OmniBrowser from being loaded in Pharo 1.1. Could you fix it rapidly or should we revert it? Thank you -- On Dec 6, 2009, at 1:23 PM, Michael Rueger wrote:
Hi all,
while looking at the different Rome versions I ran into a weird problem with Monticello in the latest core 1.1 image.
Try looking at
MCHttpRepository location: 'http://source.impara.de/Rome' user: '' password: ''
with Pharo 1.0 and Pharo 1.1
In the latter version only a fraction of the repository shows up and that even changes back and forth when you hit refresh.
Anyone else seeing this?
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse wrote:
Mike
This is a change I integrated it http://code.google.com/p/pharo/issues/detail?id=1293
thanks, reverting the getDocument method makes it work again :-) Michael
I will produce a new updates once I reorganized my office (oh boy.... there is no debugger) Stef On Dec 6, 2009, at 1:49 PM, Michael Rueger wrote:
Stéphane Ducasse wrote:
Mike
This is a change I integrated it http://code.google.com/p/pharo/issues/detail?id=1293
thanks, reverting the getDocument method makes it work again :-)
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Michael Rueger -
Stéphane Ducasse