[Webkit-unassigned] [Bug 8660] REGRESSION: Caret isn't insert automatically after value of input element is set to null
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Apr 29 11:20:35 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8660
------- Comment #2 from cpetersen at apple.com 2006-04-29 11:20 PDT -------
Here's the snippet of HTML code that is used in the test case:
<script language="javascript">
function DeleteDefaultText(ElementID) {
var el = document.getElementById(ElementID);
el.value = '';
}
</script>
<input value="City" id="text" onclick="DeleteDefaultText('text');"
type="text">
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list