-
28 Sep 2007 3:06 AM #1
[2.0a1] possible bug when collapsing panels
[2.0a1] possible bug when collapsing panels
Hi,
Ext 2.0 is here!!! Thanks Jack and Ext group!
a) Posible bug collapsing panels:
1) Collapse east or west panel.
2) Collapse south panel.
3) Click to east or west panel to previsualice content (Not click in button).
RESULT: The east or west panel not adjust to south.
-----------------------
b) button aligment when panel is collapsed. (View image).
Thanks in advance,
-
28 Sep 2007 3:19 AM #2
-
28 Sep 2007 4:18 AM #3
Version: 2.0 alpha
Adapter: ext
OS: Windows XP
Browser: FF 2.0.0.7/IE6
Description:
http://extjs.com/deploy/ext-2.0-alph...t/complex.html
- Collapse west panel
- Collapse south panel
- 'Float' the west panel out, note it doesnt stretch the full height like it does when you expand it.
-
28 Sep 2007 4:53 AM #4
-
28 Sep 2007 6:00 AM #5
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
30 Sep 2007 3:24 AM #6
Ext version: 2.0-alpha1
ext-base.js: 2.0-alpha1
ext-all.js: 2.0-alpha1
OS: Windows XP
Browser: IE6
Code (Copy&paste in a layout folder from your examples):
[CODE]<html>
<head>
<title>Complex Layout</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="../../resources/css/xtheme-gray.css" />
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../ext-all.js"></script>
<script type="text/javascript">
Ext.onReady(function(){
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
var viewport = new Ext.Viewport({
layout:'border',
items:[
{
region:'north',
height:106,
border:false,
items:[{
contentEl:'north1',
border:false,
height:81
},new Ext.Toolbar({
renderTo:'north2',
items:[
' ',
'Bienvenido ',
{
text:'<b>Galdaka</b>'
},
', hoy es 28 de Septiembre del 2007',
'->',
'Adios',
'-',
'PEPEPE'
]
})
]
},
new Ext.TabPanel({
region:'west',
deferredRender:false,
margins:'0 0 0 3',
split:true,
collapsible: true,
collapseMode:'mini',
border:true,
width: 210,
minSize: 180,
maxSize: 230,
activeTab:0,
tabPosition: 'bottom',
items:[{
contentEl:'west1',
title: 'Principal',
autoScroll:true
},{
contentEl:'west2',
title: 'Hist
-
30 Sep 2007 5:00 AM #7
Situation 1 solved.
Code:collapseMode:'mini',
-
30 Sep 2007 11:54 AM #8
Situation 5:
In TabPanelnot work!Code:enableTabScroll:true
View Image. On click in right "=>" not scroll.
In documentation page "enableTabScroll" not found.
NOTE: I edit the post with example code.
-
30 Sep 2007 12:17 PM #9
I believe that posting single bug in single thread is much more effective and leads to quickest bug fixes.
The original issue is there - I've tested it but then I lost track as of what problem is new and what is already solved.
I'm notifying Jack on the very first issue.Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
30 Sep 2007 12:59 PM #10


Reply With Quote

