This issue has been created
There are 9 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-7f592f19-673c-4aa1-80eb-82ef0e2cad65 XWIKI-22965 Closed

Page Up/Down keys don't behave as expected in the Source mode of the inplace WYSIWYG editor

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-e5addd06-5e03-4878-9d14-cb03cea158be Marius Dumitru Florea created this issue on 12/Mar/25 11:48
 
Summary: Page Up/Down doesn't behave as expecting in the Source mode of the inplace WYSIWYG editor
Issue Type: cid:jira-generated-image-avatar-7f592f19-673c-4aa1-80eb-82ef0e2cad65 Bug
Affects Versions: 16.4.7
Assignee: Unassigned
Components: CKEditor
Created: 12/Mar/25 11:48
Environment: Chrome
Priority: cid:jira-generated-image-static-major-13a424c1-a83c-4c31-94f8-3c1d295cbcb3 Major
Reporter: Marius Dumitru Florea
Description:

You can reproduce this easily by:

  • editing the Sandbox home page in-place using Chrome (the problem doesn't reproduce with Firefox)
  • switching to Source
  • trying to use the Page Up/Down keys to move the caret inside the edited content

 

The page is scrolled, but the caret remains in the same position. If you start typing you don't see where you type... Very confusing.

 
 

9 updates

 
cid:jira-generated-image-avatar-e5addd06-5e03-4878-9d14-cb03cea158be Changes by Marius Dumitru Florea on 12/Mar/25 11:48
 
Summary: Page Up/Down doesn keys don 't behave as expecting expected in the Source mode of the inplace WYSIWYG editor
Fix Version: 16.10.6
Fix Version: 17.2.0-rc-1
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Marius Dumitru Florea
Resolution: Fixed
Tests: Integration
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-e5addd06-5e03-4878-9d14-cb03cea158be Marius Dumitru Florea on 12/Mar/25 11:51
 

The problem seems to be triggered by the overflow-y: hidden style we use on the Source text area in order to avoid having vertical scrollbar. Using overflow-y: visible seems to work better (we're updating the text area height automatically to match the content height, so it's fine if the overflow text is visible).