-
29 Dec 2008 10:18 PM #31
@Condor,thank you for reply!
My code in FF3 has all the effect what I need.
1)My form.xf.CheckerInfoDisplayForm is a custome component that show plain html table, in IE7 the form is not display sometimes or leave the display area blank!
2)But why in FF3 it is ok?
3)A layout:'slide' with easing:'none' still has the slide effect!
-
30 Dec 2008 9:30 AM #32
So are you saying your form does not show up? The slide layout is working but your form is not showing up in IE7?
Thanks!
Chuck
-
1 Jan 2009 9:46 PM #33
(Belated reply!)
Anything I release on the forums is always under the WTFPL.
Keeping in mind the licensing issues with Ext public extensions of course. But if anyone is going to be knocking at your door with the copyright police it won't be me.
Peace.
-
1 Jan 2009 9:51 PM #34
-
4 Feb 2009 11:02 AM #35
Works in Firefox for me, but Opera 9.62 animates the outgoing panel and the inbound one never appears.
Without renderHidden, a TreePanel nested within fails.Code:layoutConfig:{ renderHidden:true, deferredRender:false }
-
13 Jul 2009 10:29 AM #36
Im playing with this in 3.0.0, and after you slide a card in then out, if you resize the browser the hidden panel is displayed a little.
-
29 Sep 2009 9:07 PM #37
This is a nice extension but the latest version of Opera isn't supported. It is an Opera float/clear bug/issue. The subsequent cards are being stacked.
Here is the quick, dirty, simple downgrade fix.
Code:... if (this.activeItem != item) { if (this.activeItem) { if (this.compatMode || Ext.isOpera){ //opera downgrade fix this.activeItem.el.setStyle('display','none'); item.el.setStyle('display','block'); }else{ ... } ...Last edited by jerrybrown5; 29 Sep 2009 at 9:18 PM. Reason: added fix
-
8 Mar 2012 12:05 PM #38


Reply With Quote
