Hey Jack...
I feel free to open the first v1alpha source bug thread
first i got a major bug in animation. Elements that should do slining like Basicdialog or a Droped item which should revert just break the whole script with the same error:
_59.animateX is not a function
ext-all.js (line 24)
sorry i was not able to investigate more
I feel free to open the first v1alpha source bug thread

first i got a major bug in animation. Elements that should do slining like Basicdialog or a Droped item which should revert just break the whole script with the same error:
_59.animateX is not a function
ext-all.js (line 24)
sorry i was not able to investigate more

|
#2
|
|
found a small bug in source of tabPanels....
you removed events like onActivate but you use it in your own source in tabPanel.js (line 639) in SetUrl probaly a small bug :wink: ![]() |
|
#3
|
|
Regarding animation: check your includes. From the include-order.txt file - You need
yui-utilities.js (or your old yui include structure), ext-all.js ext-bridge-yui.js
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide ![]() |
|
#4
|
|
As Tim said, you need to include the ext-bridge-yui.js for animateX.
I have fixed the tab panel bug in the source. ![]() |
|
#5
|
|
thanks worked fine
will investigate for new things ![]() ![]() |
本帖记录了ExtJS v1 Alpha版本中发现的两个主要问题:一是动画元素如基本对话框或掉落物品在执行动画时出现错误;二是TabPanels源代码中移除了某些事件监听器但仍被使用。
will investigate for new things

被折叠的 条评论
为什么被折叠?



