Hello all,
I have very weird problem. There is RadPanelBar located on master page. Everything was great until I added following style on one of ascx pages. When this page is loaded and I click on some item in RPB link is opening in new tab. This is happening only in Firefox Browser.
Style is hidding carret in RadComboBox.
.VastMasterNoCarret input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { text-shadow: none; -webkit-text-fill-color: initial; color: rgba(0,0,0,0) !important;}
How can I fix it? By fix I mean stop openning in new tab.