XWIKI-22488: Editing the paragraph using the In-place editor moves the display...
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 (cherry picked from commit 9fb3d668)
Showing
- xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml 10 additions, 5 deletions...tform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
- xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties 6 additions, 2 deletions...ux-api/src/main/resources/ApplicationResources.properties
- xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js 28 additions, 81 deletions.../xwiki-platform-realtime-webjar/src/main/webjar/loader.js
- xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js 0 additions, 1 deletion...wiki-platform-realtime-webjar/src/main/webjar/messages.js
- xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js 1 addition, 0 deletions...ain/webapp/resources/uicomponents/widgets/notification.js
Loading
Please register or sign in to comment