<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi, <br>
<br>
On webkit based browser, we can see a little cross used to reset the
field, it's usefull, but in some ajax based application, it could be
usefull to be able to handle this event, to dispatch the event to any
controller and reset results.<br>
<br>
Use case : <br>
<br>
Highlight a given text in webpage.<br>
<br>
Input search is likely to be used since the highlight functionnality
will search through the webpage and highlight all matched patterns.<br>
In a server side solution, the problem is likely to be inexistant, but
if we use a plain javascript option, it'll be usefull to handle the
reset event to remove the highlighting from the page in browser
impletementing this functionnality.<br>
<br>
What are your thoughts about this ?<br>
</font></font>
</body>
</html>