Closed a-jackson closed 7 years ago
The text input boxes at the bottom of the popup can't be highlighted. In Chrome I can highlight and double/triple click to select but in IE this doesn't work.
Seems to be related to the CSS selector .xdsoft_noselect, .xdsoft_noselect *
Changed to .xdsoft_noselect,.xdsoft_noselect *:not(input)
.xdsoft_noselect,.xdsoft_noselect *:not(input)
What IE version?
11
Thank you, fixed in 5.3.6
The text input boxes at the bottom of the popup can't be highlighted. In Chrome I can highlight and double/triple click to select but in IE this doesn't work.
Seems to be related to the CSS selector .xdsoft_noselect, .xdsoft_noselect *