Issue #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible.

8.0.x
webchick 2014-07-02 11:27:10 -07:00
parent 92bcdc5ba0
commit 3973634d14
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
z-index: 98; z-index: 98;
position: relative; position: relative;
cursor: pointer; cursor: pointer;
display: block;
} }
.quickedit-editable:focus { .quickedit-editable:focus {
outline: none; outline: none;

View File

@ -232,6 +232,8 @@
self.$el self.$el
.css({ .css({
'position': 'relative', 'position': 'relative',
'display': 'block',
'width': '100%',
'top': posProp.top - 5 + 'px', 'top': posProp.top - 5 + 'px',
'left': posProp.left - 5 + 'px', 'left': posProp.left - 5 + 'px',
'padding-top': posProp['padding-top'] + 5 + 'px', 'padding-top': posProp['padding-top'] + 5 + 'px',