You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in <p>He<strong>y</strong>´ding 2</p> and Throws TypeError: null is not an object (evaluating 'viewBlock.parent') in _defaultToModelPosition — mapper.js:222
With auto correct turned off, everything works fine in the above cases.
The text was updated successfully, but these errors were encountered:
f1ames
changed the title
[Safari] Autocorrection changes content after composition in specific cases.
[Safari][IME] Autocorrection changes content after composition in specific cases.
Mar 13, 2017
I couldn't reproduce it but my Safari behaves a bit differently than @f1ames's. On his macOS the word is underlined with blue dotted border. On my with red. This means that some other system kicks in.
But it behaves a little different than before so I suspect something changed after Safari/macOS update:
<p>Hea[]ding 2</p>.
Delete character before selection (Backspace).
Type a.
Type <.
Hea is replaced with Hey by autocorrect. This is not an issue as no errors are thrown, this is the way autocorrection works. I was not able to reproduce any of two initial scenarios (looks like autocorrection doesn't kicks in that easily while typing inside a word).
I'm closing this issue as it is not reproducible any longer.
Not sure how we should label it in this case? cc @Reinmar
With Spanish-ISO keyboard (accent under
'
).Case 1:
<h2>Headin[]g 1</h2>
<h2>Heading'[]g 1</h2>
Case 2:
<p>Hea[]ding 2</p>
y
<p>He<strong>y</strong>´ding 2</p>
and ThrowsTypeError: null is not an object (evaluating 'viewBlock.parent')
in_defaultToModelPosition — mapper.js:222
With auto correct turned off, everything works fine in the above cases.
The text was updated successfully, but these errors were encountered: