Closed (fixed)
Project:
External Link Pop-up
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2021 at 10:46 UTC
Updated:
9 Jun 2021 at 19:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dewalt commentedComment #3
pradeepjha commentedComment #4
pradeepjha commentedComment #5
pradeepjha commentedThere is condition written inside code base. If there is no title then hide title bar. That's why it's hiding close button as well.
After applying patch, even though if there is no title, title bar will be visible along with close icon.
Comment #6
pradeepjha commentedComment #7
dewalt commented@pradeepjha empty title area is shown when both title is empty and close button is hidden.
Also I think hook_update_N is needed to unset "Show close icon" property if title is empty in existing pop-ups to not provide visual changes to sites using the module.
Comment #10
dewalt commented