Skip to content

Commit

Permalink
fixed cursor position bug in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Gasset committed Jul 2, 2013
1 parent 8738ec1 commit 637e0db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/container.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define -> ->
'border-left', 'border-left-color', 'border-left-style', 'border-left-width'
'margin', 'margin-top', 'margin-right', 'margin-bottom', 'margin-left'
]
wrapper.css prop, textarea.css prop for prop in properties
element.css prop, textarea.css prop for prop in properties
wrapper.append(element).insertAfter(textarea).hide()

element: -> element.get 0
Expand Down
5 changes: 0 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ textarea.edit {
overflow: hidden;
}

.ace-doku .ace_editor {
font-family: inherit;
font-size: inherit;
}

.ace-toggle {
float: right;
cursor: pointer;
Expand Down

0 comments on commit 637e0db

Please sign in to comment.