Closed ilimei closed 4 months ago
remove this line will ok。 maybe the first input dom isChange,IME cant find the dom position
This is a Chrome issue, which I've already reported here, but so far no competent person seems to have picked it up. Sometimes multiple people pressing the +1 button on that issue page (might require logging in) helps getting attention to it.
Can configuration be added to ignore use the EditContext API? EditContext Api only support in chrome 121
oh, I find it
if (window.EditContext && view.constructor.EDIT_CONTEXT !== false &&
// Chrome <126 doesn't support inverted selections in edit context (#1392)
!(browser.chrome && browser.chrome_version < 126)) {
this.editContext = new EditContextManager(view);
if (view.state.facet(editable))
view.contentDOM.editContext = this.editContext.editContext;
}
thanks
Describe the issue
when type chinese ime pos will not right.
Browser and platform
(Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0
Reproduction link
https://codemirror.net/try/?example=Minimal%20editor