Needs to be set to relative or removed.

After adding Find and Replace plugin for ckEdityor, 'Find Options' covers the search options in dialog box. In the form.css position is set to absolute.

position

Comments

pericxc created an issue. See original summary.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

joelpittet’s picture

Issue summary: View changes
joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)
StatusFileSize
new69.93 KB

I was looking into similar issues and installed ckeditor_find and couldn't reproduce this issue. I'll close this and assume it's fixed. Please let me know if you aren't using that.

This plugin is used:
https://www.drupal.org/project/ckeditor_find

karenann’s picture

StatusFileSize
new67.67 KB

I wasn't sure if it'd be okay to reopen this, but, I've been able to reproduce this after installing anchor_links into my Drupal 8.9.16 instance. I don't think this has to do with Anchor Links, specifically, though.

Screenshot of overlapping legend in dialog

I can see the following CSS for the legend tag:

fieldset:not(.fieldgroup) > legend {
  position:absolute;
  top:10px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:1em;
  font-weight:bold;
}

I can also see in docroot/libraries/link/dialogs/link.js starting around line 394 theres a vbox with the id "anchorOptions" that generates the fieldset.

For me, I think I'm going to create a mitigation patch for my own instance to add the "fieldgroup" class to the fieldset just to get my instance readable. I wasn't intending on posting that here because it's not a fix, its a hack.

As for an actual fix, I don't want to speculate but really interested to see if this helps.