On Sep 17, 2013, at 10:53 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
With 1.4, I use to open programmatically a *mini* browser on a given selector with the following code:
Browser newOnClass: Number selector: #/
Now it bring a DNU Retangle>>topOffset:
I can use Nautilus but it opens a full complete browser and I don't want this.
But the old Browser will be removed. It would have already been removed if there would not be a subclass. (course of a crappy system: even throwing stuff away is difficult)
I can fix the code adding a asLayoutFrame (see cs) but then the browser does not open on the proper method.
After some people ran into that we added: https://pharo.fogbugz.com/f/cases/11624 But the real mistake was to not clean up the old Browser code. We are wasting our time for nothing maintaining two code bases. Marcus