-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Describe the Bug
When typing using a desktop IME, the input field only keeps the first letter (e.g. z instead of 中).
This does not happen on mobile devices.
/resources/js/components/page-editor.js:
const updateChangelogDebounced = debounce(this.updateChangelogDisplay.bind(this), 300, false);
this.changelogInput.addEventListener('input', () => {
const count = this.changelogInput.value.length;
this.changelogCounter.innerText = ${count} / 180;
updateChangelogDebounced();
});
composition.
Steps to Reproduce
1.In the edit page interface.
2.click on the change log.
3.enter Chinese characters.
Expected Behaviour
When typing Chinese using a desktop IME, the input field only keeps the first letter (e.g. z instead of 中).
This does not happen on mobile devices.
Screenshots or Additional Context
Browser Details
Google Chrome v143.0.7499.170 win11
Exact BookStack Version
v25.12.1