Changes for page EditSheet

Last modified by superadmin on 2025/10/09 09:51

From version 14.1
edited by superadmin
on 2025/10/09 09:51
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.8.0]
To version 13.1
edited by superadmin
on 2025/09/10 13:21
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.7.0]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -389,15 +389,26 @@
389 389  }
390 390  
391 391  .cke_contents > textarea.cke_source.cke_editable_inline {
392 + border: 1px solid transparent;
393 + border-radius: 0;
392 392   box-shadow: none;
395 + margin-top: -1px;
396 + margin-left: -1px;
397 +
398 + .form-control-focus();
393 393  }
394 394  
401 +.cke_contents.fake {
402 + /* We need this to have the box shadow visible when the source area is focused. */
403 + overflow: visible;
404 +}
405 +
395 395  #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline {
396 396   /* Don't take the padding and the margin into account when computing the 100% width. */
397 397   box-sizing: content-box;
398 398   /* Make sure the Source area has the same width as the WYSIWYG area. */
399 - margin-left: -@grid-gutter-width / 2;
400 - margin-right: -@grid-gutter-width / 2;
410 + margin-left: -@grid-gutter-width / 2 - 1px;
411 + margin-right: -@grid-gutter-width / 2 - 1px;
401 401  }
402 402  
403 403  /**