IEF popup breaks Tagify entity reference widget

Created on 22 April 2025, 6 months ago

Problem/Motivation

The IEF Complex Widget Dialog has CSS issues when used in combination with the Tagify entity reference widget, like in the images below.

Incorrect display

Correct display

Proposed resolution

The problem appears to be caused by line 18 in the CSS code of ief_popup.css:

.ief-popup-wrapper div,
.ief-popup-wrapper fieldset {
    position: relative;
}

In my case, changing line 18 to something more specific, like

.ief-popup-wrapper div.ui-widget-content

solved the problem.

📌 Task
Status

Active

Version

2.2

Component

Code

Created by

🇮🇪Ireland marksmith

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024