Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Mail Me freezes screen after second request
Last Post 09/17/2019 1:22 PM by Eric Swanzey. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Eric Swanzey
New Member
New Member
Posts:74


--
09/05/2019 3:58 AM
After the second request of "Mail Me" (send yourself a file), the success message appears on screen, and then the display is frozen and won't respond to any click event. There isn't any error thrown to the console or the logs. This is DMX 6.4.0 on DNN 9.3.2. Is there a possible remedy?
Eric Swanzey
New Member
New Member
Posts:74


--
09/17/2019 1:22 PM
The dialog box has incorrect z-index being set, so it is unable to respond to the click event. Here's a workaround on the issue.

.cart-combobox-dropdown, .dialogDMX {z-index: 71000!important;}
You are not authorized to post a reply.