blob: 2b127e44335d8ac5467ac179c3eb405630a9bbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
### v0.2.1
* f66a1eb - can get offset at the benginning of a line
* 4885ddd - fix wrong position of textarea
### v0.2.0
* 12119d2 - calculating in iframe's coordinate
* 959436d - implement `position` api for contentEditable
* d051ffc - fix html escaping while mirroring caret
### v0.1.0
* b1f8f53 - fix Mirror div does not reset its CSS
* e88e40e - fix Bad positioning in long words
* 37d4c5e - disable auto decovery iframe
### v0.0.7
* cf94271 - Added suport for .caret(pos, 0) - Nicolas Donna
* 2de2b0f - Fixed error when checking the pos arg when setting the position - Nicolas Donna
* 34ac7fa - catch error thrown in cross-domain iframe - jiyinyiyong
* 01f1fa1 - add minified file in dist.
### v0.0.6
* 287b5d8 working in iframe
### v0.0.5
* aef0aa4 fix IE input position error
* 4a4f7f7 fix contenteditable null value bug
### v0.0.4
* fix scrolling problem
### v0.0.2
* support `contentEditable` mode
* fix ie bugs, and support IE > 6 to all mode
### 2013-08-07
* fix bug: error position at beginning of textarea
* Bower
* jasmine test
### 2013-03-31
* support IE browsers.
|