Feature #33773
Optimize nested listeners
| Status: | Accepted | Start date: | 2012-02-08 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Nikola Stojiljković | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Nested event listeners might fire unneeded amount of calls (one for each listener). If a listener and its child are listening to the same event which got fired both will get revived and rerun. The child listener of course won't be displayed, as the parent might render it again during its rendering process.
This seems unneeded from the rendering point of view (which is the main point of extbase_hijax). In some special occasions current behavior might be desired - so it would be good if this can be configured somehow.
History
Updated by Nikola Stojiljković over 1 year ago
- Priority changed from Should have to Must have
Updated by Nikola Stojiljković over 1 year ago
- Status changed from New to Accepted
Updated by Nikola Stojiljković over 1 year ago
- Assignee set to Nikola Stojiljković