Implement input listeners when a user clicks a 'input' element so that we can capture text before the page is navigated away from. This method must work browser independent, so we can't use DOM listen methods specific to Firefox (XULRunner) or Internet Explorer, safari, etc.
Fixed.