You should:
1) Create an account here: http://bugs.pharo.org/issues/register
2) Log in here: https://pharo.fogbugz.com/
3) Click on "New Case": 
https://pharo.fogbugz.com/default.asp?command=new&pg=pgEditBug
4) Keep the newly created case issue id

Then to create something you can send to the community, create a slice with the 
kept issue id (more info here: https://pharo.fogbugz.com/default.asp?W39)

If you need more informations, tell us :)
Ben

On Sep 13, 2013, at 8:49 AM, Friedrich Dominicus 
<[email protected]> wrote:

> I guess I found a bug in Browser>openAsMorphClassEditing
> in my Version there was
> window 
>               addMorph: self buildMorphicMessageList
>               fullFrame: ((0.5@0 corner: 1.0@hSepFrac) topOffset: 
> switchHeight).
> 
> I had to change it to:
> window 
>               addMorph: self buildMorphicMessageList
>               fullFrame: ((0.5@0 corner: 1.0@hSepFrac) asLayoutFrame 
> topOffset: switchHeight).
> 
> Otherwise I get an MNU for Rectangle topOffset:
> 
> 
> I guess I've to figure out on how to send proper patches to this mailing
> list.
> 
> Regards
> Friedrich
> 

Reply via email to