Belgabor
16 Apr 2007, 9:50 AM
Hi people,
I've upgraded to beta2 (from beta1) yesterday and now suffer from a strange display bug(?) in FireFox 2(.0.0.3 linux). It worked in beta1. It also works (now) in Opera 9.2
Edit: I've now updated to 1.0, problem persists so the thread title is accurate :)
Here is what I now get:
http://img267.imageshack.us/img267/9430/exterr1vf0.th.png (http://img267.imageshack.us/my.php?image=exterr1vf0.png)
As you can see, the table that aligns the elements sticks out of the box.
The curious thing is that as soon as I switch to a different tab and back, the display updates to the correct state (as it was initially in beta1):
http://img248.imageshack.us/img248/118/exterr2jf5.th.png (http://img248.imageshack.us/my.php?image=exterr2jf5.png)
Here is how the panel is created:
this.url = 'data/media.php';
MediaPanel.superclass.constructor.call(this, 'mediapanel-'+mediaid, {
title: 'Media: '+mediaid,
closable: true,
autoCreate: true,
autoScroll: true,
fitToFrame: true,
url: this.url,
loadOnce: true,
params: {
mediaid: mediaid
}
});
this.mediaid = mediaid;
this.getUpdateManager().on('update', this.onUpdate, this);
Any help appreciated.
I've upgraded to beta2 (from beta1) yesterday and now suffer from a strange display bug(?) in FireFox 2(.0.0.3 linux). It worked in beta1. It also works (now) in Opera 9.2
Edit: I've now updated to 1.0, problem persists so the thread title is accurate :)
Here is what I now get:
http://img267.imageshack.us/img267/9430/exterr1vf0.th.png (http://img267.imageshack.us/my.php?image=exterr1vf0.png)
As you can see, the table that aligns the elements sticks out of the box.
The curious thing is that as soon as I switch to a different tab and back, the display updates to the correct state (as it was initially in beta1):
http://img248.imageshack.us/img248/118/exterr2jf5.th.png (http://img248.imageshack.us/my.php?image=exterr2jf5.png)
Here is how the panel is created:
this.url = 'data/media.php';
MediaPanel.superclass.constructor.call(this, 'mediapanel-'+mediaid, {
title: 'Media: '+mediaid,
closable: true,
autoCreate: true,
autoScroll: true,
fitToFrame: true,
url: this.url,
loadOnce: true,
params: {
mediaid: mediaid
}
});
this.mediaid = mediaid;
this.getUpdateManager().on('update', this.onUpdate, this);
Any help appreciated.