Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11227 (closed defect: wontfix)

Opened 6 months ago

Last modified 5 months ago

extjs 2.0 doesnt work with prototype 1.6 because both define defer() differently.

Reported by: csturm Assigned to: sam
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: normal Keywords:
Cc: jamesh@nulogy.com

Description

ext's defer() method is more like prototype's delay() :

defer( Number millis, [Object obj], [Array args], [Boolean/Number appendArgs] ) : Calls this function after the number of millseconds specified.

see: http://extjs.com/deploy/dev/docs/output/Function.html

Change History

03/24/08 19:44:08 changed by jamesho

Problems relating to this issue seem to manifest themselves in Firefox, but not in IE 6.0.

I had opened ticket #11412, but upon closer examination, discovered that this was actual cause.

03/24/08 19:46:00 changed by jamesho

  • cc set to jamesh@nulogy.com.

03/26/08 19:01:38 changed by jdalton

  • status changed from new to closed.
  • resolution set to wontfix.

Sounds like an issue with Ext conflicting. I don't think we should modify prototypes core to work with another framework. After all Ext has adaptors for Prototype and it should be fixed there. Report this issue to the Ext team. ;)