I found out that when pasting text (i.e. Hello) by using the mouse, the following function will throw an empty popup:
Hello
$(\'input:text\').onpaste
$('input:text').bind('paste', function() { alert($(this).val()); });