<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>IE11 光标乱跑</title> | |
<style type="text/css"> | |
.myDiv { | |
display:inline-block; | |
width: 160px; | |
/*对触发bug无关,只是显示div的范围*/ | |
border: 1px solid red; | |
} | |
</style> | |
<body> | |
<div class="myDiv"> | |
<textarea cols="60" rows="8">Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required. </textarea> | |
<input type="text" style="width:360px" value="Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required. "> | |
</div> | |
</body> | |
</html> |
![]() |
1
nikejaycn 2014-09-29 17:25:03 +08:00
特意开了IE8和IE10跑了一下,没法重现你所说的情况。
|