Account created on 1 September 2020, almost 4 years ago
#

Recent comments

This issue was also happening to me and looking at the comments, I agree that the background is not an issue but the position is. Locally, removing the position absolute from .linkit-ui-autocomplete.ui-widget makes everything work as expected, as mentioned by Berdir in comment #11
It seems that for some reason, when you don't have position: absolute set in the css, there's a JS file that sets the position to relative in inline styles which ensures it works properly.
I tried to debug where this came from and it seems to be coming from the jquery.ui file draggable.js, line 407:

_setPositionRelative: function() {
		if ( !( /^(?:r|a|f)/ ).test( this.element.css( "position" ) ) ) {
			this.element[ 0 ].style.position = "relative";
		}
	},

My proposed solution is to remove the position absolute from the css, unless there's a reason to have it?

For more information, I'm using:
- Drupal v10.2.3
- Linkit v6.1.2
- CKEditor5 v10.2.3

This is also happening to me - any updates? I tried updating to 8.x-2.8 and it's still happening there too. Nodes that had the "wp-block-group__inner-container" have it stripped out if I do as much as save the node without even having made any changes.

Production build 0.69.0 2024