You markup above mentioned is not related to prototype, however, as for element.fireEvent(event.eventType, event);, I come across a workground about
'Prototype - Event.fire exception to be handled for IE' , please check if it helps
thanks.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
sepid
Member
68 Points
278 Posts
Object doesn't support this property or method in IE 8
May 28, 2011 04:49 PM|LINK
HI ,
I USE Jquery popeye in user control file and my prototype is version 7.1. I face
"Object doesn't support this property or method" ERROR in IE 8 but in other browsers every thing is ok.
when Idebug the code ,this line in prototype is highlited:
element.fireEvent(event.eventType, event);
this is my code :
<%
@ Control Language="C#" AutoEventWireup="true" CodeFile="ProductPic.ascx.cs" Inherits="ProductPic" %>
<
link rel="stylesheet" type="text/css" href='<%=ResolveClientUrl("~/css/popeye/jquery.popeye.css") %>' media="screen"
/>
<
link rel="stylesheet" type="text/css" href='<%=ResolveClientUrl("~/css/popeye/jquery.popeye.style.css")%>'
media="screen" />
<
script type="text/javascript" src='<%=ResolveClientUrl("~/js/jquery.min.js")%>'></script
>
<
script type="text/javascript" src='<%=ResolveClientUrl("~/js/jquery.popeye-2.0.4.min.js")%>'></script
>
<
script type
="text/javascript">
<!--
//<![CDATA[
$(document).ready(
function() {
$(
'#ppy1').popeye();
});
//]]>-->
</
script
>
<div class="example">
<
div class="ppy" id
="ppy1">
<ul class="ppy-imglist">
<asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1">
<ItemTemplate>
<li>
<asp:HyperLink ID="HyperLink1" NavigateUrl='<%# "upload/pic/" + Eval("pic") %>' runat="server">
<asp:Image ID="Image1" ImageUrl='<%# "upload/pic/" + Eval("pic") %>' runat="server"
AlternateText='<%# Eval("PhotoName") %>' /></asp:HyperLink></li>
<span class="ppy-extcaption"><strong>
<%
# Eval("PhotoName") %></strong></span>
</ItemTemplate>
</asp:Repeater>
</ul>
<div class="ppy-outer">
<div class="ppy-stage">
<div class="ppy-nav">
<a class="ppy-prev" title="Previous image">Previous image</a> <a class="ppy-switch-enlarge"
title="Enlarge">Enlarge</a> <a class="ppy-switch-compact" title="Close">Close</a>
<a class="ppy-next" title="Next image">Next image</a>
</div>
</div>
</div>
<div class="ppy-caption">
<div class="ppy-counter">
Image
<strong class="ppy-current"></strong>of <strong class="ppy-total"></strong>
</div>
<span class="ppy-text"></span>
</div>
</
div></div
>
<
div
>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:AsanNashr17DBConnectionString %>"
SelectCommand="SELECT PhotoName, Pic, TextAlt, Show, photoUrl, Galleryid FROM photo WHERE (Galleryid = 117)">
</asp:SqlDataSource>
</
div
>
bruce (sqlwo...
All-Star
36852 Points
5446 Posts
Re: Object doesn't support this property or method in IE 8
May 30, 2011 02:34 AM|LINK
the plugin probably does not support IE8. you can try ie7 mode, or report a bug to the developer.
Yanping Wang...
Star
14886 Points
1534 Posts
Microsoft
Re: Object doesn't support this property or method in IE 8
May 30, 2011 03:34 AM|LINK
Hi Sepideh,
thanks for your post.
You markup above mentioned is not related to prototype, however, as for element.fireEvent(event.eventType, event);, I come across a workground about 'Prototype - Event.fire exception to be handled for IE' , please check if it helps
thanks.
Feedback to us
Develop and promote your apps in Windows Store