Hi,
We've run into this issue whilst using the Lithium theme. See the post below:
Our users were experiencing the close 'X' button dissapearing in both IE11 and Chrome. The IE 11 issue was at 100% zoom and only affected one user but in Chrome the X would dissapear when zooming below 100%.
After investigation I've fixed it by making the following change to the CSS. So, if you run into this issue try this fix:
Edit the "Theme.css" file for the Lithium theme (and I'm assuming for any other theme where this issue is experienced) :
.theme-entry .dialog .popup-header-wrapper > .wrapper > div
{
position: static;
right: auto;
left: auto;
display: inline; /* fix for disappearing X close button */
float: none;
vertical-align: middle;
/*override - base*/
/*override - base*/
/*override - base*/
}
.theme-entry .dialog.sub-view .popup-header-buttons,
.theme-entry .dialog.sub-form .popup-header-buttons
{
width: 72px;
/* Fix for missing close X when browser not 100% zoom */
}
Cheers,
Mike
Hi Modmike,
Thank you for providing a workaround for this issue to the K2 Community. If you have a free moment, I would recommend logging a ticket with K2 Support to further increase the visibility of your workaround. This will help others in the future should they encounter this issue.
Thanks!
Hi
I've raised a ticket as you suggested.
Regards,
Mike.
Hi All,
I am geeting the same issue while opening subview and while resizing the screen, the popup close button get missing but can be visible at 75%,125% but not visible when screen size is 90%,80%,110%.
Is K2 gave any workaround of it. As the solution given above i have tried but not able to get the result.
Hi,
This seems to be a known issue when using Google Chrome, if the zoom level is less than 100% and the form is using the Lithium theme. It will be fixed in a future version of K2. Please see the below KB:
Please adjust the zoom level accordingly for the close button or 'X' icon to appear on the subform/subview.
Regards,
Kimberly