`
eimhee
  • 浏览: 2110092 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Bugs in v1alpha - Ext JS

阅读更多
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
Reply With Quote
  #2  
Old 02-19-2007, 10:34 AM
Defaultanother small one

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:
Reply With Quote
  #3  
Old 02-19-2007, 10:55 AM
Default

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
Reply With Quote
  #4  
Old 02-19-2007, 11:01 AM
Default

As Tim said, you need to include the ext-bridge-yui.js for animateX.

I have fixed the tab panel bug in the source.
Reply With Quote
  #5  
Old 02-19-2007, 11:09 AM
Default

thanks worked fine will investigate for new things
Reply With Quote
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics