Closed cloakedninjas closed 7 years ago
Not delegating the focus/blur events just means that re-rendering the view will leave orphaned listeners and the newly rendered view won't have the events. This should have used the useCapture
flag for these events
@paulfalgout got a fix?
@akre54 playing with it now. Just realized the issue
Want to open a pull?
😃 . Yeah I put it on my list. I'm not in a hurry though.
Okay, happy to take a look whenever you have something ready
If you're interested, here's 2 commits to fix:
26 and #23