Search and Top Navigation
#14924 closed bug (duplicate)
Opened February 29, 2016 02:44PM UTC
Closed March 01, 2016 02:04PM UTC
IE11 bug in autocomplete, autoshow with accent.
Reported by: | golyo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If there is an accent in input, the autocomplete show in IE11 auto.
Here is the html:
<html>
<head>
<title>Autocomplete bug</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
$(function() {
var availableTags = [
"Aásp",
"Aásp2",
];
$( "#tags" ).autocomplete({
source: availableTags
});
});
</script>
</head>
<body>
<div class="ui-widget">
<h1>IE11 bug, With JQuery UI Autocomlete </h1>
<label for="tags">Tags: </label>
<input id="tags" value="Aásp">
</div>
</body>
</html>
Attachments (0)
Change History (1)
Changed March 01, 2016 02:04PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #9796.