It appears that using Rise on a textbox that has Jquery Events binded to it are not properly launched.
For example:
When Rising a KeyUp and then a Blur event, the event in Jquery is never fired.
When clicking the form manually and simulating a keyup or blur event, it works as expected.
Is...