David Greenspan
|
d08b53a93a
|
tests: listChunk handlers, attach_secondary_events coverage
|
2012-06-12 14:17:31 -07:00 |
|
David Greenspan
|
cc15021f9d
|
test listChunk query GC
|
2012-06-08 20:06:29 -07:00 |
|
David Greenspan
|
ba641f1e7a
|
liveui test for unused chunk
|
2012-06-08 19:53:01 -07:00 |
|
David Greenspan
|
04b53bd64f
|
more listChunk test coverage
|
2012-06-08 14:23:30 -07:00 |
|
David Greenspan
|
0dd3992c94
|
Make textareas behave like text fields in liveui
|
2012-06-05 16:13:46 -07:00 |
|
David Greenspan
|
0e7f3c5223
|
Fix reactive radio buttons
|
2012-06-04 21:21:27 -07:00 |
|
David Greenspan
|
57b13fd174
|
fix LiveRange destroy(true) and add tests; fixes #142
|
2012-05-23 14:41:22 -07:00 |
|
Geoff Schmidt
|
cff1cb6077
|
Improve internal liveevents documentation
|
2012-05-16 16:08:45 -07:00 |
|
David Greenspan
|
fe5d57b7b9
|
double semicolon
|
2012-05-16 12:38:42 -07:00 |
|
David Greenspan
|
0172f9870a
|
use chunks for block-helper event_data; unit tests; fix event-less chunks
|
2012-05-16 12:37:53 -07:00 |
|
David Greenspan
|
369ae7f917
|
patch button names correctly
|
2012-05-11 13:08:38 -07:00 |
|
David Greenspan
|
1a1499253a
|
fix event.which
|
2012-05-11 12:37:12 -07:00 |
|
David Greenspan
|
e4af13ab57
|
more comments
|
2012-05-11 12:37:11 -07:00 |
|
David Greenspan
|
7f5cd5c4e8
|
normalize mouseenter/mouseleave
|
2012-05-11 12:37:11 -07:00 |
|
David Greenspan
|
8bd3ebc50b
|
fix stopPropagation
|
2012-05-11 12:37:11 -07:00 |
|
David Greenspan
|
370cb47eb5
|
stopImmediatePropagation
|
2012-05-11 12:37:11 -07:00 |
|
David Greenspan
|
fbb0188d0e
|
preemptively avoid problems with text node targets
|
2012-05-11 12:37:10 -07:00 |
|
David Greenspan
|
a09c946ea2
|
use Handlebars context of event target as event_data(!!)
|
2012-05-11 12:37:10 -07:00 |
|
David Greenspan
|
316fcbb7a1
|
fix bubbling and more comments
|
2012-05-11 12:37:09 -07:00 |
|
David Greenspan
|
1df3de2d5d
|
doc comments, make fixEvent internal
|
2012-05-11 12:37:09 -07:00 |
|
David Greenspan
|
1744cb8af9
|
dispatchEvent -> handleEvent
|
2012-05-11 12:37:09 -07:00 |
|
David Greenspan
|
405be310c2
|
split up "tricky events" into multiple tests
|
2012-05-11 12:37:09 -07:00 |
|
David Greenspan
|
93f08e684c
|
async focus/blur event issues, Opera test fixes
|
2012-05-11 12:37:09 -07:00 |
|
David Greenspan
|
3011a9a338
|
tweaks to make cleaner
|
2012-05-11 12:37:08 -07:00 |
|
David Greenspan
|
727f759283
|
liveevents refactor
|
2012-05-11 12:37:08 -07:00 |
|
David Greenspan
|
a1ec706982
|
liveevents/liveui refactor wip
|
2012-05-11 12:37:08 -07:00 |
|
David Greenspan
|
a458293c9a
|
isPropagationStopped method
|
2012-05-11 12:37:08 -07:00 |
|
David Greenspan
|
cd74df4470
|
name change to liveevents_now3c for package_nofoo convention
|
2012-05-11 12:37:08 -07:00 |
|
David Greenspan
|
871c2b3dd1
|
test improvements
|
2012-05-11 12:37:07 -07:00 |
|
David Greenspan
|
f024b233b5
|
test for bubbling behavior under DOM mutation
|
2012-05-11 12:37:07 -07:00 |
|
David Greenspan
|
e7b3dd9e2e
|
remove dead code and wrong comments
|
2012-05-11 12:37:07 -07:00 |
|
David Greenspan
|
feed0fce0f
|
pass tests in IE 6-10, FF/S/C (lots of cleanup needed)
|
2012-05-11 12:37:07 -07:00 |
|
David Greenspan
|
a288e9a26c
|
wip on IE 6-8 event handling, debugging IE 9-10
|
2012-05-11 12:37:07 -07:00 |
|
David Greenspan
|
e64e756eb8
|
use event capturing in modern browsers
|
2012-05-11 12:37:06 -07:00 |
|
David Greenspan
|
654579b2a2
|
wip (doesn't work)
|
2012-05-11 12:37:06 -07:00 |
|
David Greenspan
|
06d5a0b59a
|
document current state of liveevents
|
2012-05-02 13:24:30 -07:00 |
|
David Greenspan
|
d317e8ee01
|
form submit test with iframes in IE6-10, Firefox, Safari, Chrome (TAKE THAT)
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
ab1e4496b7
|
expect_fail test for bubbling order
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
850b53a487
|
proper submit handling in IE6-8
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
9b70031771
|
comment
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
b25959813d
|
break out event handling code into liveevents
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
8ae567fdea
|
fix 'change' event in IE 6-8
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
cae584ff59
|
refactor attachEvents
|
2012-05-01 17:00:06 -07:00 |
|
David Greenspan
|
e2084ef028
|
pull out OnscreenDiv as a test helper
|
2012-05-01 16:55:56 -07:00 |
|
David Greenspan
|
e1c2eb33b1
|
basic change event test
|
2012-04-30 10:24:02 -07:00 |
|
David Greenspan
|
e90557a70e
|
more tweaks
|
2012-04-30 09:41:31 -07:00 |
|
David Greenspan
|
4d91120346
|
liveui test code cleanup
|
2012-04-30 09:32:15 -07:00 |
|
David Greenspan
|
bbd1e37a53
|
correctly support delegated focus/blur; fixes #108
|
2012-04-29 14:36:22 -07:00 |
|
David Greenspan
|
d78f64e834
|
focus/blur event tests (with failures)
|
2012-04-29 14:10:21 -07:00 |
|
David Greenspan
|
5b1c3bae4c
|
local scope for liveui_tests
|
2012-04-29 12:38:06 -07:00 |
|