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

RadCompactButton Breaks Other Controls

3 Answers 40 Views
SocialShare
This is a migrated thread and some comments may be shown as answers.
Christopher Lee
Top achievements
Rank 1
Christopher Lee asked on 12 Jan 2016, 04:00 PM

With the latest update (2015.3.1111.4.5), I've noticed that if we have the following code:

<telerik:RadSocialShare ID="RadSocialShare1" runat="server">
    <MainButtons>
        <telerik:RadSocialButton SocialNetType="ShareOnTwitter" ToolTip="Tweet this" />
        <telerik:RadSocialButton SocialNetType="ShareOnFacebook" ToolTip="Share on Facebook" />
        <telerik:RadCompactButton ToolTip="Show more" />
    </MainButtons>
</telerik:RadSocialShare>

 ALL Telerik controls break across our site.  Nothing works.

 However, when I remove the RadCompactButton, it works again.  This is the revised code that fixes the problem:

 

<telerik:RadSocialShare ID="RadSocialShare1" runat="server">
    <MainButtons>
        <telerik:RadSocialButton SocialNetType="ShareOnTwitter" ToolTip="Tweet this" />
        <telerik:RadSocialButton SocialNetType="ShareOnFacebook" ToolTip="Share on Facebook" />
    </MainButtons>
</telerik:RadSocialShare>

 

Just thought you'd want to know.

Chris Lee

 

 

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 13 Jan 2016, 11:54 AM
Hi Chris,

The above code works properly on my side. Could you please elaborate more on this regards?
     - Are there any JavaScript errors on the page? If so what they state?
     - Is the issue a browser specific and if so which is the browser and its version?
     - Can you send us a live URL of the problematic page, in order to investigate it?
     - Does disabling the unobtrusive validation help?

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Christopher Lee
Top achievements
Rank 1
answered on 13 Jan 2016, 05:59 PM

Hi Danail,

Thanks for responding.  No JS errors that I could see.  Fails on all browsers.  Example live URL is here: https://apdt.com/education/presenting/  It was the 'poster' popup link.

It was the popup model that failed, but all components on all pages were failing.

I fixed this page with the solution above so the problem does not occur now.

Thanks,

Chris

0
Danail Vasilev
Telerik team
answered on 13 Jan 2016, 08:19 PM
Hi Chris,

I see that you use .NET4.5 where unobtrusive validation is enabled by default. There is an issue with unobtrusive validation and RadWindow which is used by the compact dialog.

Does trying the steps provided in the following article help?

http://docs.telerik.com/devtools/aspnet-ajax/controls/window/troubleshooting/common-issues#uncaught-typeerror-ponevent-is-not-a-function

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SocialShare
Asked by
Christopher Lee
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Christopher Lee
Top achievements
Rank 1
Share this question
or