Zend Framework

The addOnLoad added for the Zend Parser should always be the first call on the page...

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.1
  • Fix Version/s: 1.7.6
  • Component/s: Zend_Dojo
  • Labels:
    None

Description

All is in the title.

When you do a "onLoadCaptureStart()", it added the capture before the "Zend addOnLoad function" which run the parser manually (in the source page).

That causes some problems because in our own function defined by the "onLoadCaptureStart", if we try to called our dijits, they are appears not defined (due to the parser which isn't runned).

So the solution would be :

  • To have a stack for the onLoadCaptureStart
  • or maybe to have all the time the zend function in the first place.

I think the stack solution would be better (in order to have something to do before the parser runs).

Issue Links

Activity

Hide
Matthew Weier O'Phinney added a comment -

Fix committed to trunk and merged to 1.7 release branch; should release with 1.7.6 next week.

Show
Matthew Weier O'Phinney added a comment - Fix committed to trunk and merged to 1.7 release branch; should release with 1.7.6 next week.

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: