Issue Details (XML | Word | Printable)

Key: ZF-4587
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matthew Weier O'Phinney
Reporter: Benjamin Jeanjean
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

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

Created: 13/Oct/08 09:56 AM   Updated: 25/Feb/09 10:00 AM   Resolved: 25/Feb/09 10:00 AM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Dojo
Affects Version/s: 1.6.1
Fix Version/s: 1.7.6

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

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).



Matthew Weier O'Phinney added a comment - 25/Feb/09 10:00 AM

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