Side navigation
Ticket #5629: focusbug.html
File focusbug.html, 0.5 KB (added by bengarnett, December 10, 2009 04:25AM UTC)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>focus bug</title>
<script src="http://code.jquery.com/jquery-1.4a1.js"></script>
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>-->
<script>
$(function() {
$("#test").trigger('focus');
});
</script>
</head>
<body>
<input id="test" type="text" />
<input type="button" id="test2"/>
</body>
</html>
Download in other formats:
Original Format
File focusbug.html, 0.5 KB (added by bengarnett, December 10, 2009 04:25AM UTC)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>focus bug</title>
<script src="http://code.jquery.com/jquery-1.4a1.js"></script>
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>-->
<script>
$(function() {
$("#test").trigger('focus');
});
</script>
</head>
<body>
<input id="test" type="text" />
<input type="button" id="test2"/>
</body>
</html>