Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocks no longer Fire "after render"events. #68

Closed
astorm opened this issue Aug 28, 2012 · 1 comment
Closed

Blocks no longer Fire "after render"events. #68

astorm opened this issue Aug 28, 2012 · 1 comment

Comments

@astorm
Copy link

astorm commented Aug 28, 2012

The core_block_abstract_to_html_after event was removed from

app/code/core/Mage/Core/Block/Abstract.php

It looks like this changed occurred between the 9de2223 and 3330e25 commits, but there was no specific mention of why this event was removed.

If possible, can this event be restored? I've got a few extensions (both commercial and open source) that rely on it.

@magento-team
Copy link
Contributor

The event core_block_abstract_to_html_after has been replaced by core_layout_render_element
Where the former was triggered in Mage_Core_Block_Abstract after rendering HTML, while the latter is triggered from Mage_Core_Model_Layout after rendering any element -- regardless of it is a block or container. The principal difference between these events are that the block instance is not available anymore, but it is replaced by name of an element in layout.

We're sorry that we missed to update this in documentation. We'll ask technical writers to update the public wiki space accordingly.

magento-team pushed a commit that referenced this issue Jan 30, 2015
magento-team pushed a commit that referenced this issue Mar 23, 2016
JS-329: Conflict behavior of keyboards events
magento-engcom-team pushed a commit that referenced this issue Apr 13, 2018
magento-engcom-team added a commit that referenced this issue Apr 19, 2018
…hin a theme's view.xml #68

 - Merge Pull Request magento-partners/magento2ce#68 from gil--/magento2ce:hotfix/fotorama-margin-setting
 - Merged commits:
   1. 18d3296
   2. 30b7d1d
   3. f1d1deb
magento-engcom-team pushed a commit that referenced this issue Apr 19, 2018
magento-engcom-team pushed a commit that referenced this issue Aug 26, 2018
MAGETWO-62891: New address is not marked as "Default Billing"
@FabXav FabXav mentioned this issue Oct 11, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants