Skip to content
Snippets Groups Projects

Issue #3392621: Use POST requests for fetching of ckeditor embedded media previews

Open Issue #3392621: Use POST requests for fetching of ckeditor embedded media previews
1 unresolved thread
Open s_leu requested to merge issue/drupal-3392621:3392621-cke-media-preview-post into 11.x
1 unresolved thread

Closes #3392621

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline passed for 20f8851c

Approval is optional
Code Quality is loading
Test summary results are being parsed
Merge blocked: 1 check failed

Merge details

  • The source branch is 2063 commits behind the target branch.
  • 6 commits will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
126 126 // want to verify that Media preview responses are cached on the client side
127 127 // so it is essential that rerendering occurs. To achieve this, we append a
128 128 // single space.
129 $source_text_area = $this->getSession()->getPage()->find('css', '[name="body[0][value]"] + .ck-editor textarea');
130 $source_text_area->setValue($source_text_area->getValue() . ' ');
131 $this->pressEditorButton('Source');
132 $this->assertNotEmpty($assert_session->waitForElementVisible('css', 'img[src*="image-test.png"]'));
133 $this->assertSame(0, $this->getLastPreviewRequestTransferSize());
129 // @todo re-enable this once https://www.drupal.org/project/drupal/issues/3395776
  • s_leu added 491 commits

    added 491 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading