mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 17:40:07 +00:00
found a bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
11b9f04954
commit
558ccaa812
@ -68,6 +68,7 @@ HTMLTextAreaElement.prototype.getTextGeometry = function(){
|
||||
padding: style.padding,
|
||||
|
||||
boxSizing: style.boxSizing,
|
||||
//whiteSpace: 'pre-wrap',
|
||||
|
||||
outline: 'solid 1px red',
|
||||
|
||||
|
||||
@ -48,6 +48,9 @@ var setup = function(){
|
||||
-
|
||||
- ## Bugs:
|
||||
focused:: true
|
||||
- BUG: focus at times seems to be biased a bit to the right -- the caret is placed to the right from where expected...
|
||||
-
|
||||
_this seems to only affect text leading whitespace only, like this._
|
||||
- BUG: undo: does not handle element splitting correctly...
|
||||
- place cursor somewhere here, hit `Enter`, and then undo.
|
||||
- _this will correctly restore the old node but will not remove the new one_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user