ADMIN UPDATE
This issue will be fixed in Chrome 58, as an investigation path has been provided to the Chromium team: http://www.telerik.com/forums/error-telerik-web-ui-webresource#03pCYKiU5ku6u8t2pEluHA.
Bug report with Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=709064.
END ADMIN UPDATE
I'm receiving the following javascript error using Chrome on a web form. Anyone have any ideas:
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6 Uncaught RangeError: Maximum call stack size exceeded
at Sys.UI.DomElement.getElementById (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27476)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
Sys.UI.DomElement.getElementById @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27476
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?
16 Answers, 1 is accepted
To add some context, on the web form we have these controls and can post more if code if needed:
01.
<
fieldset
>
02.
<
legend
>Video Information</
legend
>
03.
<
CMS:Textbox
ID
=
"tbAssociatedImage"
runat
=
"server"
BodyWidth
=
"176"
LabelText
=
"Associated Image"
LabelWidth
=
"85"
IsMultiLine
=
"false"
04.
Text='<%# Document.AssociatedImage %>' Visible='<%# (new int[]{467}).Contains(Document.Collection.Id) %>' />
05.
06.
<
CMS:Textbox
ID
=
"tbAssociatedScreenId"
runat
=
"server"
BodyWidth
=
"176"
LabelText
=
"Associated Screen Id"
LabelWidth
=
"85"
IsMultiLine
=
"false"
07.
Text='<%# Document.AssociatedScreenId %>' Visible='<%# (new int[]{467}).Contains(Document.Collection.Id) %>' />
08.
09.
<
CMS:Textbox
ID
=
"tbVideoTitleId"
runat
=
"server"
Limit
=
"60"
IsMultiLine
=
"false"
Text='<%# Document.VideoTitleId %>'
10.
BodyWidth="568" LabelWidth="70" LabelText="bc TitleID" IsRequired="true" />
11.
12.
<
div
class
=
"g_2 inside"
>
13.
<
p
class
=
"label"
>Recorded Date:</
p
>
14.
15.
<
telerik:RadDateTimePicker
ID
=
"radDatePickRecordedDate"
SelectedDate='<%# Document.RecordedDate %>' MinDate="1990/1/1" Skin="Sitefinity"
16.
runat="server" RegisterWithScriptManager="true" SharedCalendarID="commonCalendarUpdatePanel" SharedTimeViewID="commonTimeUpdatePanel"
17.
Width="100%" OnInit="InitSharedCalendars">
18.
<
DateInput
ID
=
"startDateInput"
runat
=
"server"
RegisterWithScriptManager
=
"true"
/>
19.
</
telerik:RadDateTimePicker
>
20.
</
div
>
21.
22.
<
div
class
=
"g_2"
>
23.
<
p
class
=
"label"
>
24.
<
asp:RequiredFieldValidator
ID
=
"req_radDatePickEndDate"
runat
=
"server"
ControlToValidate
=
"radDatePickEndDate"
Display
=
"Static"
25.
ErrorMessage
=
"Please enter the End Date."
>*</
asp:RequiredFieldValidator
>
26.
End Date:
27.
</
p
>
28.
<
telerik:RadDatePicker
ID
=
"radDatePickEndDate"
SelectedDate='<%# Document.EndDate%>' SkinID="EditorDatePicker" Width="100%"
29.
MinDate="1990/1/1" Skin="Sitefinity" runat="server" RegisterWithScriptManager="true" OnInit="InitSharedCalendars">
30.
<
DateInput
ID
=
"endDateInput"
runat
=
"server"
RegisterWithScriptManager
=
"true"
/>
31.
</
telerik:RadDatePicker
>
32.
33.
</
div
>
34.
</
fieldset
>
So other telerik related code on the page:
01.
<
fieldset
>
02.
<
legend
>Text & HTML Content</
legend
>
03.
04.
<
CMS:Textbox
ID
=
"tbVideoFileURL"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
LabelWidth
=
"70"
05.
LabelText
=
"Video File URL"
Text='<%# Document.VideoFileURL%>' Limit="240" ValidationGroup="DoNotValidate" />
06.
07.
<
CMS:Textbox
ID
=
"tbAudioFileURL"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
08.
LabelText
=
"Audio File URL"
Text='<%# Document.AudioFileURL%>' Limit="240" ValidationGroup="DoNotValidate" />
09.
10.
<
CMS:Textbox
ID
=
"tbVideoPodcastURL"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
LabelWidth
=
"70"
11.
LabelText
=
"Video Podcast URL"
Text='<%# Document.VideoPodcastURL%>' Limit="240" ValidationGroup="DoNotValidate" />
12.
13.
<
CMS:Textbox
ID
=
"tbHDVideoURL"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
LabelWidth
=
"70"
14.
LabelText
=
"HD Video URL"
Text='<%# Document.HDVideoURL%>' Limit="240" ValidationGroup="DoNotValidate" />
15.
16.
<
CMS:Textbox
ID
=
"tbSmallIconPath"
runat
=
"server"
IsMultiLine
=
"false"
BodyWidth
=
"568"
LabelWidth
=
"70"
17.
LabelText
=
"Small Icon Path"
Text='<%# Document.SmallIconPath%>' Limit="120" ValidationGroup="DoNotValidate" />
18.
19.
<
CMS:Textbox
ID
=
"tbLargeIconPath"
runat
=
"server"
IsMultiLine
=
"false"
BodyWidth
=
"568"
LabelWidth
=
"70"
20.
LabelText
=
"Large Icon Path"
Text='<%# Document.LargeIconPath%>' Limit="120" ValidationGroup="DoNotValidate" />
21.
22.
<
CMS:Textbox
ID
=
"tbVideoDescription"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
LabelWidth
=
"70"
23.
LabelText
=
"Video Description"
Text='<%# Document.VideoDescription%>' />
24.
25.
<
CMS:Textbox
ID
=
"tbSyndicationDescription"
runat
=
"server"
IsMultiLine
=
"true"
Height
=
"60"
BodyWidth
=
"568"
LabelWidth
=
"70"
26.
LabelText
=
"Syndication Description"
Text='<%# Document.SyndicationDescription%>' />
27.
28.
<
CMS:RadEditor
ID
=
"reSpecialLink"
runat
=
"server"
Content='<%# Document.SpecialLink %>' LabelText="Special Link"
29.
BodyWidth="568" Height="100" />
30.
31.
<
CMS:RadEditor
ID
=
"reTranscript"
runat
=
"server"
Content='<%# Document.Transcript %>' LabelText="Transcript (HTML)"
32.
BodyWidth="568" Height="600" ToolProviderId="reSpecialLink" />
33.
34.
</
fieldset
>
The radeditor code:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Editor_RadEditorCustomizedControl.ascx.cs" Inherits="CMS3UserInterface.UserControls.Editor_RadEditorCustomizedControl" %>
<
script
type
=
"text/javascript"
>
RadEditorLengthMapping['<%= radEditorControl.ClientID %>'] = <%# MaxLength %>;
RadEditorValidatorMapping['<%= custval_radEditorLength.ClientID %>'] = '<%= radEditorControl.ClientID %>';
RadEditor_SecurityPicker['<%= radEditorControl.ClientID %>'] = '<%= SecurityPicker != null ? SecurityPicker.ClientID : "" %>';
RadEditor_FlexPicker['<%= radEditorControl.ClientID %>'] = '<%= FlexPicker != null ? FlexPicker.ClientID : "" %>';
</
script
>
<
div
>
<
p
class
=
"label"
>
<
asp:RequiredFieldValidator
ID
=
"req_radEditorControl"
ControlToValidate
=
"radEditorControl"
Enabled='<%# IsRequired %>'
SkinID="ValidationControl" ValidationGroup='<%# ValidationGroup %>' runat="server" Display="Dynamic"
ErrorMessage='<%# String.Format("Please enter a value for {0}.", ValidationName) %>'>*</
asp:RequiredFieldValidator
>
<
asp:CustomValidator
ID
=
"custval_radEditorControl"
SkinID
=
"ValidationControl"
runat
=
"server"
onservervalidate
=
"custval_radEditorControl_ServerValidate"
Display
=
"None"
></
asp:CustomValidator
>
<
asp:CustomValidator
ID
=
"custval_radEditorLength"
OnServerValidate
=
"custval_radEditorLength_ServerValidate"
ClientValidationFunction
=
"RadEditorValidation"
runat
=
"server"
Enabled='<%# MaxLength > 0 %>'
ErrorMessage='<%# String.Format("{0} cannot exceed {1} characters", ValidationName, MaxLength) %>'
Text="*" Display="Dynamic" ValidationGroup='<%# ValidationGroup %>'/>
<
asp:Label
ID
=
"lbRadEditorLabel"
Text='<%# LabelText %>' runat="server" />
</
p
>
<
div
>
<
telerik:radeditor
ID
=
"radEditorControl"
Content='<%# _content %>' SkinId="DefaultRadEditor" runat="server"
EnableViewState="false" Width='<%# BodyWidth %>' Height='<%# _height %>'
OnInit = "RadEditorControl_OnInit"
OnClientCommandExecuting="radEditorControl_OnClientCommandExecuting"
OnClientSubmit="radEditorControl_OnClientSubmit"
OnClientModeChange="RadEditor_OnClientModeChange"
OnClientLoad="radEditorControl_OnClientLoad" />
<
asp:HiddenField
ID
=
"hdnMaxLength"
runat
=
"server"
Value='<%# MaxLength %>' />
<
input
runat
=
"server"
type
=
"hidden"
value='<%# GroupName %>' class="HdnCharCountGroup" visible='<%# !String.IsNullOrEmpty(GroupName) %>' />
</
div
>
</
div
>
Hi Bradley, Hi Telerik,
same for me... All was fine before last Chrome update (57.0.2987.133 , March, 30).
https://bugs.chromium.org/p/chromium/issues/detail?id=709064
@Telerik: it is related to my ticket (https://www.telerik.com/account/support-tickets/view-ticket?threadid=1103032)
Regards,
François
Hi guys,
There are indications that Chrome 58 will fix this problem, as discussed in this thread: http://www.telerik.com/forums/row-selection-doesn't-work-in-chrome-57.
So far I could not replicate this problem, can someone post a simple set of steps to reproduce it? I must be missing something, and I will need your help to investigate the issue.
For example, can you show me how to modify this so it causes the error:
<
telerik:RadScriptManager
ID
=
"Scriptmanager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
telerik:RadTextBox
runat
=
"server"
ID
=
"rtb1"
></
telerik:RadTextBox
>
<
asp:RequiredFieldValidator
ID
=
"Requiredfieldvalidator1"
ErrorMessage
=
"errormessage"
ControlToValidate
=
"rtb1"
runat
=
"server"
/>
<
asp:Button
ID
=
"Button1"
Text
=
"text"
runat
=
"server"
/>
On a side note, you can disable the script combination (EnableScriptCombine="false") and use the CDN (CdnSettings-TelerikCdn="Enabled") on RadScriptManager to get human readable file names and see a nice call stack so we can determine whether the error originates from the Telerik scripts and if so - where.
At present, the provided stack traces seem to point to the AjaxControlToolkit and it is not compatible with other IScriptControl instances such as ours: http://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/general-troubleshooting#telerik-controls-are-incompatible-with-ajax-control-toolkit.
Regards,
Marin BratanovTelerik by Progress
Thank you so much for both your responses as what you are both stating regarding the Chrome update aligns with with when the error started to occur.
Martin Bratanov, the most frustrating thing about this issue is that it is an intermittent error, I, on my local machine have not reproduced it, and tried a whole lot of things, but during testing of another functionality yesterday with some other developers, it happened, again, what seemed to be at a very random time. Our clients who use the forms a lot more than us, are having the error occur maybe three to four times a day.
I will put in your suggested code to capture better error messaging etc., however again, without putting that code in production for the end users, it will be difficult for it to be any of use.
Francois, if you are able to reproduce the error, please advise.
Thanks again.
Bradley,
same here. Some of our users have the error everytime, some just a few times, some never. I don't reproduce the error on my local machine each time I try.
What puzzles me is that error occurs since last update of Chrome, for sure. We haven't updated our code in production, we haven't updated reference to Telerik...
Regards,
François
Yes, we can add additional code to get better error messages however cannot add this production so will have to try to reproduce it on the developers end, which we have only had occur once.
Also we had the a user install the beta version 58 of chrome, and the error occurred as well, same error messages as my original post above. Is there any other solution other than waiting for Google to fix it on their end?
Hi Bradley,
At this point we don't know what's the exact problem and we've had several different errors reported, yet could reproduce none. Once we can consistently reproduce an error, we can investigate and offer an insight. Thus, we are still looking for a viable sample.
Regards,
Telerik by Progress
Same type of issue here:
Telerik.Web.UI.WebResource.axd:5851 Uncaught TypeError: Telerik.Web.UI.RadInputManager._originalWebForm_OnSubmit is not a function
at Telerik.Web.UI.RadInputManager.WebForm_OnSubmit (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9214a1c3-8738-493c-985f-e961f0344b70%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3ab7778d6c%3a82923ac3%3ac08e9f8a%3ae085fe68%3a1bb784d4%3a7c926187%3a874f8ea2%3a24ee1bba%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a490a9d4e%3abd8f85e4%3a88144a7a%3ae330518b%3a1e771326%3a8e6f0d33%3a6a6d718d%3a2003d0b8%3aaa288e2d%3a258f1c72%3a8674cba1%3a2e42e72a%3aa51ee93e%3aef347303%3a6d43f6d9%3a59462f1%3a52af31a4%3a5fa37e7e%3a4c8be21a%3a650fdad%3ad40f7d5c%3a29e4ab07:5851:97)
at Sys.WebForms.PageRequestManager.onsubmit [as _onsubmit] (http://omnicareb.profitec1.net/OmniFlow/(S(q31oxunjb4cpc2vrthagprhd))/ATAccessD2.aspx?Type=A&AcctNum=10000000905:244:172)
at Sys.WebForms.PageRequestManager._onFormSubmit (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9214a1c3-8738-493c-985f-e961f0344b70%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3ab7778d6c%3a82923ac3%3ac08e9f8a%3ae085fe68%3a1bb784d4%3a7c926187%3a874f8ea2%3a24ee1bba%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a490a9d4e%3abd8f85e4%3a88144a7a%3ae330518b%3a1e771326%3a8e6f0d33%3a6a6d718d%3a2003d0b8%3aaa288e2d%3a258f1c72%3a8674cba1%3a2e42e72a%3aa51ee93e%3aef347303%3a6d43f6d9%3a59462f1%3a52af31a4%3a5fa37e7e%3a4c8be21a%3a650fdad%3ad40f7d5c%3a29e4ab07:15:22272)
at Sys.WebForms.PageRequestManager._doPostBack (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9214a1c3-8738-493c-985f-e961f0344b70%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3ab7778d6c%3a82923ac3%3ac08e9f8a%3ae085fe68%3a1bb784d4%3a7c926187%3a874f8ea2%3a24ee1bba%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a490a9d4e%3abd8f85e4%3a88144a7a%3ae330518b%3a1e771326%3a8e6f0d33%3a6a6d718d%3a2003d0b8%3aaa288e2d%3a258f1c72%3a8674cba1%3a2e42e72a%3aa51ee93e%3aef347303%3a6d43f6d9%3a59462f1%3a52af31a4%3a5fa37e7e%3a4c8be21a%3a650fdad%3ad40f7d5c%3a29e4ab07:15:15107)
at http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a9214a1c3-8738-493c-985f-e961f0344b70%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3ab7778d6c%3a82923ac3%3ac08e9f8a%3ae085fe68%3a1bb784d4%3a7c926187%3a874f8ea2%3a24ee1bba%3a92fe8ea0%3afa31b949%3af46195d3%3a4877f69a%3ac128760b%3a19620875%3a490a9d4e%3abd8f85e4%3a88144a7a%3ae330518b%3a1e771326%3a8e6f0d33%3a6a6d718d%3a2003d0b8%3aaa288e2d%3a258f1c72%3a8674cba1%3a2e42e72a%3aa51ee93e%3aef347303%3a6d43f6d9%3a59462f1%3a52af31a4%3a5fa37e7e%3a4c8be21a%3a650fdad%3ad40f7d5c%3a29e4ab07:6:307
at eval (eval at postback (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2015.1.401.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a4c8be21a%3af46195d3%3a874f8ea2%3a650fdad%3ad40f7d5c%3a29e4ab07%3a88144a7a%3aa51ee93e%3a59462f1%3a2003d0b8%3ac128760b%3a1e771326%3aaa288e2d%3a258f1c72%3ab7778d6c%3a6d43f6d9%3a7c926187%3a8674cba1%3ac08e9f8a%3a2e42e72a%3aef347303%3ae330518b%3a8e6f0d33%3a6a6d718d%3a52af31a4%3a5fa37e7e%3a82923ac3%3ae085fe68%3a1bb784d4%3a92fe8ea0%3afa31b949%3a4877f69a%3a19620875%3a490a9d4e%3abd8f85e4:12290:2), <anonymous>:1:1)
at b.RadComboBox.postback (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2015.1.401.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a4c8be21a%3af46195d3%3a874f8ea2%3a650fdad%3ad40f7d5c%3a29e4ab07%3a88144a7a%3aa51ee93e%3a59462f1%3a2003d0b8%3ac128760b%3a1e771326%3aaa288e2d%3a258f1c72%3ab7778d6c%3a6d43f6d9%3a7c926187%3a8674cba1%3ac08e9f8a%3a2e42e72a%3aef347303%3ae330518b%3a8e6f0d33%3a6a6d718d%3a52af31a4%3a5fa37e7e%3a82923ac3%3ae085fe68%3a1bb784d4%3a92fe8ea0%3afa31b949%3a4877f69a%3a19620875%3a490a9d4e%3abd8f85e4:12290:2)
at a.RadComboBoxItem._select (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2015.1.401.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a4c8be21a%3af46195d3%3a874f8ea2%3a650fdad%3ad40f7d5c%3a29e4ab07%3a88144a7a%3aa51ee93e%3a59462f1%3a2003d0b8%3ac128760b%3a1e771326%3aaa288e2d%3a258f1c72%3ab7778d6c%3a6d43f6d9%3a7c926187%3a8674cba1%3ac08e9f8a%3a2e42e72a%3aef347303%3ae330518b%3a8e6f0d33%3a6a6d718d%3a52af31a4%3a5fa37e7e%3a82923ac3%3ae085fe68%3a1bb784d4%3a92fe8ea0%3afa31b949%3a4877f69a%3a19620875%3a490a9d4e%3abd8f85e4:11571:3)
at b.RadComboBox.a.RadComboBox._performSelect (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2015.1.401.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a4c8be21a%3af46195d3%3a874f8ea2%3a650fdad%3ad40f7d5c%3a29e4ab07%3a88144a7a%3aa51ee93e%3a59462f1%3a2003d0b8%3ac128760b%3a1e771326%3aaa288e2d%3a258f1c72%3ab7778d6c%3a6d43f6d9%3a7c926187%3a8674cba1%3ac08e9f8a%3a2e42e72a%3aef347303%3ae330518b%3a8e6f0d33%3a6a6d718d%3a52af31a4%3a5fa37e7e%3a82923ac3%3ae085fe68%3a1bb784d4%3a92fe8ea0%3afa31b949%3a4877f69a%3a19620875%3a490a9d4e%3abd8f85e4:13540:122)
at b.RadComboBox._onDropDownClick (http://omnicareb.profitec1.net/OmniFlow/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2015.1.401.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af5c550b9-a65b-4cfb-8f9c-9833432cbee6%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a4c8be21a%3af46195d3%3a874f8ea2%3a650fdad%3ad40f7d5c%3a29e4ab07%3a88144a7a%3aa51ee93e%3a59462f1%3a2003d0b8%3ac128760b%3a1e771326%3aaa288e2d%3a258f1c72%3ab7778d6c%3a6d43f6d9%3a7c926187%3a8674cba1%3ac08e9f8a%3a2e42e72a%3aef347303%3ae330518b%3a8e6f0d33%3a6a6d718d%3a52af31a4%3a5fa37e7e%3a82923ac3%3ae085fe68%3a1bb784d4%3a92fe8ea0%3afa31b949%3a4877f69a%3a19620875%3a490a9d4e%3abd8f85e4:12728:17)
This is happening on one of our customers IIS server, using Chrome, the issue pops up intermittently for different users. There is no rhyme or warning as to when it's going to happen. It's driving me and our customer a bit crazy trying to pinpoint this issue.
Hi all,
We need a minimum complete sample to investigate this, a stack trace is not enough to determine what the problem is.
Regards,
Marin
Hi there,
I gave Chromium's guys access to our web application and they tracked down the issue. Looks like it will be fixed in Chrome 58.
Regards,
François