PolicyStat / ckeditor-spell-check-plugin-js-dev-edge

User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0 stars 0 forks source link

Span reuse issues - nbsps being marked and occasional nested spans #23

Closed caffodian closed 8 years ago

caffodian commented 8 years ago

Not sure what is happening yet, just documenting.

From playing around, typing & pausing:

<p><span class="nanospell-typo">zxp</span><span class="nanospell-typo">dpasda</span><span class="nanospell-typo"> <span class="nanospell-typo">clzcoxzkoad</span>&nbsp;<span class="nanospell-typo"><span class="nanospell-typo">dsaiajkdis</span>&nbsp;zcxxzp</span>&nbsp;dsadas</span><span class="nanospell-typo">&nbsp;cxziczi</span><span class="nanospell-typo">&nbsp;cpzcxxzoa</span>&nbsp;&nbsp;</p>

Some of the typos have leading   stuck into them, so they will never have suggestions.

Other typos somehow end up nested inside an outer typo. Rightclick handler goes first to the outer typo which won't have any suggestions.

caffodian commented 8 years ago

fixed in #25