I have 6 webparts inside UpdatePanels on my masterpage. The contents of all of the webparts are usercontrol.ascx's.
One of which is only moveable, the others are moveable, closeable, and minimizeable. There are 3 on the left side, and 3 on the right side. All 6 webzone's contents are dragable etc, and work perfectly. My problem is that the three webzones on the right work fine with regards to close, minimize/restore. As for the 2 on the left, only one will work, then the verb menu for the other one won't work anymore untill a new page load. If you choose WebZone2 to close/minimize, then WebZone3's verb menu will fail to load. The small triangle is there, but no menu drops when it is clicked on. If you choose WebZone3 to minimize, then WebZone2 won't work properly.
All the webzones look like...
Not sure why, the zones on the right don't work properly.
<
atlas:UpdatePanelID="wbpz6"runat="server"><ContentTemplate><asp:WebPartZoneID="WBPZNews"runat="server"BorderColor="#CCCCCC"Font-Names="Verdana"Padding="6"Width="120px"><PartChromeStyleBackColor="#F7F6F3"BorderColor="#E2DED6"Font-Names="Verdana"ForeColor="White"/><MenuLabelHoverStyleForeColor="#E2DED6"/><EmptyZoneTextStyleFont-Size="0.8em"/><MenuLabelStyleForeColor="White"/><MenuVerbHoverStyleBackColor="#F7F6F3"BorderColor="#CCCCCC"BorderStyle="Solid"BorderWidth="1px"ForeColor="#333333"/><HeaderStyleFont-Size="0.7em"ForeColor="#CCCCCC"HorizontalAlign="Center"/><MenuVerbStyleBorderColor="#232323"BorderStyle="Solid"BorderWidth="1px"ForeColor="White"/><PartStyleFont-Size="0.8em"ForeColor="#333333"/><TitleBarVerbStyleFont-Size="0.6em"Font-Underline="False"ForeColor="White"/><MenuPopupStyleBackColor="#232323"BorderColor="#CCCCCC"BorderWidth="1px"Font-Names="Verdana"Font-Size="0.6em"/><PartTitleStyleBackColor="#232323"Font-Bold="True"Font-Size="0.8em"ForeColor="White"/><ConnectVerbVisible="False"/><ExportVerbVisible="False"/><HelpVerbVisible="False"/><EditVerbVisible="False"/><ZoneTemplate><uc5:AFCSNewsID="News1"runat="server"></uc5:News></ZoneTemplate></asp:WebPartZone></ContentTemplate></atlas:UpdatePanel>
Thanks,
Ted
I just posted with a similar problem. Did you ever resolve this?Nope, some of my webparts have this problem, and some of them don't. Never have figured this out.
Texx
Thanks. I'm hoping that now, since we can dynamically add update panels (as of the June CTP) that maybe it might avoid the problem. But we haven't gone down that road yet...
No comments:
Post a Comment