This is a migrated thread and some comments may be shown as answers.

RadPanelBar opens link in new tab on Firefox when certain css is added

1 Answer 18 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Artur
Top achievements
Rank 1
Artur asked on 22 Jun 2016, 10:16 AM

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.

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 24 Jun 2016, 09:00 AM
Hi Artur,

I was not able to reproduce the issue observed.

Attached you will find a simple web page implementing your scenario. Could you, please modify it so it reproduces the problem and post here the modifications that you have made?

Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
PanelBar
Asked by
Artur
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or