Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 9fb3d668265fdc7e9c8cfc42eea1a7e230e85e46
https://github.com/xwiki/xwiki-platform/commit/9fb3d668265fdc7e9c8cfc42eea1…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M
xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M
xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js
M
xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to
the bottom/top of the page
* There were two issues:
** when editing a section inplace, we were removing the tabindex attribute from the
editable area too early, and since the realtime plugin puts the editable area in read-only
mode while it connects to the realtime session, the focus was lost (to keep the focus the
editable area needs to either be editable or have the tabindex attribute set)
** when connecting to the realtime session, the realtime plugin was displaying an
information box at the top of the page and it was scrolling it into view
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications