In Firefox and Chrome, the auto-suggest for emails is fuzzy, but clear in IE.
I think it has something to do with this script, but not sure if anything can be added to clear it up:
<script type="text/javascript">
var options = {
script:"ajax.php?api=tickets&f=searchbyemail&limit=10&",
varname:"input",
json: true,
shownoresults,
maxresults,
callback: function (obj) { document.getElementById('email').value = obj.id; document.getElementById('name').value = obj.info; return false;}
};
var autosug = new bsn.AutoSuggest('email', options);
</script>
It doesn't matter if ClearType is on or if hardware acceleration is on or off either...