Bug 1661893 - Make `WhiteSpaceVisibilityKeeper::ReplaceText()` refer replacing...
Bug 1661893 - Make `WhiteSpaceVisibilityKeeper::ReplaceText()` refer replacing range end information to consider whether the last ASCII white-space of inserting string should be replaced with an NBSP or not. r=m_kato, a=RyanVM This is simple mistake of the patch: https://phabricator.services.mozilla.com/D82286 The method refers start of replacing range to consider whether replace or keep last ASCII white-space of inserting string, but it should refer the end of the replacing range, of course. Differential Revision: https://phabricator.services.mozilla.com/D89124
Please register or sign in to comment