Welcome Guest Search | Active Topics | Sign In | Register

Error introduced in the 2008.0.31 build Options
Duane
Posted: Tuesday, September 2, 2008 12:20:32 PM
Rank: Advanced Member
Groups: Member

Joined: 9/4/2007
Posts: 114
Starting with the 2008.0.31 build, the below script error is generated when using the AJAX MaskedEditExtender on a page with a dialog.

We have verified there are not two controls of the same name. We rolled back to the 2008.0.25 build and it does not generate this error.

FYI,
Duane

Microsoft JScript runtime error: Sys.InvalidOperationException: Two components with the same id 'ctl00_ContentPlaceHolder1_ApproveDialog_ctl00_ListLimitTextBox_MaskedEditExtender' can't be added to the application.
Duane
Posted: Tuesday, September 2, 2008 12:27:17 PM
Rank: Advanced Member
Groups: Member

Joined: 9/4/2007
Posts: 114
correction,, this started with the 2008.0.30 build....
eo_support
Posted: Tuesday, September 2, 2008 12:54:22 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Thanks. We will take a look and let you know what we find!
eo_support
Posted: Friday, September 26, 2008 11:20:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
This issue is has been partialy addressed in build 2008.0.35. Now it should work as long as the dialog is not placed inside a positioned element. For example, the following code will continue to trigger this error:

Code: HTML/ASPX
<div style="position:absolute" ...>
    <eo:Dialog ....>
     ....
    </eo:Dialog>
</div>


Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.