Opened 15 years ago
Closed 15 years ago
#3690 closed Bug (fixed)
Selection is lost after Enable SCAYT
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed | Cc: | WebSpellChecker.net |
Description
Reproducing Procedures
- Open the replace by class example page in FF;
- Make a random selection;
- Enable 'SCAYT';
- Expected Result: The selection remains the same.
- Actual Result: The selection now collapsed at the start of document.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
The problem is inside SCAYT engine. The behavior is expected to be as described: The selection remains the same. We're going to fix the problem inside the SCAYT engine.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The culprit here is the spell check markers is breaking the selection:
We need some callback function here to properly bookmark the range and restore it:
Not sure if we can do this with SCAYT engine API?