History log of /yui3/src/event-valuechange/js/event-valuechange.js
Revision Date Author Comments Expand
036fab074da81060fb60b59d53e8098aea321ea4 22-Feb-2012 Ryan Grove <ryan@wonko.com>

Fix errors when valuechange is delegated from a Widget.

817fd44279e274b210f7f29c8080c1f2d121f4f8 17-Feb-2012 Ryan Grove <ryan@wonko.com>

Add delegate support to event-valuechange.

d4f85910579f62260db7d61c5203ac0a4edac8fd 16-Feb-2012 Ryan Grove <ryan@wonko.com>

WIP on delegate support for valuechange. Fundamentally broken right now because we have no way of supporting more than one delegated subscriber on the same container node.

c9f4840766a5e345b5737becd20947717820cfef 16-Feb-2012 Ryan Grove <ryan@wonko.com>

Rename the `valueChange` synthetic event to `valuechange`. All-lowercase is more consistent with DOM event naming. The old name will continue to be supported as an alias indefinitely for backcompat.

f55da7cbabffab88fbc238e534da9aea2d110409 15-Feb-2012 Ryan Grove <ryan@wonko.com>

Pedantic style tweaks.

23b88effb19e652f5209ac85cfe6c24a13026be9 15-Feb-2012 Ryan Grove <ryan@wonko.com>

Use a native for loop for a slight perf increase.

d6322294cc8480048c5b018858fc1680a027f6de 15-Feb-2012 Ryan Grove <ryan@wonko.com>

Improve event-valuechange API docs.

cc993d3cace28dec43cfc6f55b41961e90e76ba9 23-Jul-2011 Ryan Grove <ryan@wonko.com>

API doc fixes and improvements.

5ba0a4d33fa221c72d2c10b7871b18c41537363f 19-Oct-2010 Ryan Grove <ryan@wonko.com>

Stop polling if the node disappears while polling.

07736441474adf14e00c95d5e41ed58513c47d74 09-Oct-2010 Ryan Grove <ryan@wonko.com>

API docs.

23e0e594a79084af3e03585a4ce1af0423875d26 09-Oct-2010 Ryan Grove <ryan@wonko.com>

Use focus as an indication that we should start polling for changes. [Fixes #2529294]

ae5332405ba1baaef917f39eeda135b85f492015 15-Sep-2010 Ryan Grove <ryan@wonko.com>

Don't report stale changes that occurred while a node was not focused.

79ef973fb2e7e9a855addeac24efdb95d5345aab 07-Sep-2010 Ryan Grove <ryan@wonko.com>

Argh. One more valueChange comment update. No code changes.

589ad02cc6479947150a87d552d2bcf1524e361c 07-Sep-2010 Ryan Grove <ryan@wonko.com>

Replace API doc reference to "value-change" with "event-valuechange". Comment change only; no code changes.

8c477f25e31548f026be122d9f91c457b65279b5 30-Aug-2010 Ryan Grove <ryan@wonko.com>

Allow multiple subscriptions to valueChange on a single node. [Fixes #2529259]

f6df51f0b4bb2a712e6e2e2eee0ba7f00d6d72c5 26-Aug-2010 Ryan Grove <ryan@wonko.com>

event-valuechange performance improvements.

861747a48c2c1e64d00644e97b218a76d334f744 06-Aug-2010 Ryan Grove <ryan@wonko.com>

Rename value-change module to event-valuechange.