BYK / av-jslib

Automatically exported from code.google.com/p/av-jslib
Other
1 stars 0 forks source link

Event handler priority support #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On which module this enhancement will be?
aV.Events

What is the enhancement exactly?
Adding support to define an event handler priority jsut like the "z-index"
system in CSS.

Why do you need this enhancement?
Sometimes you need functions which should be called first, last or simply
before or after some certain handler which is not possible with the current
model.

If you have any thoughts or suggestions for the implementation, please
write them below.
The enhancement should assign a default priority if not given so that it
will support the old "unordered" usage.

Original issue reported on code.google.com by madBYK on 15 Apr 2009 at 2:34

GoogleCodeExporter commented 9 years ago
Fixed and verified in r110.

Original comment by madBYK on 8 May 2009 at 12:20