Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
IE8 - Error - Not implemented
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
tapin13  
View profile  
 More options May 18 2009, 7:58 pm
From: tapin13 <tapi...@gmail.com>
Date: Mon, 18 May 2009 16:58:41 -0700 (PDT)
Local: Mon, May 18 2009 7:58 pm
Subject: IE8 - Error - Not implemented
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET
CLR 2.0.50727; InfoPath.2)
Timestamp: Tue, 19 May 2009 00:00:49 UTC

Message: Not implemented

Line: 19
Char: 15990
Code: 0
URI: http://fancy.klade.lv/js/jquery-1.3.2.min.js


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tapin13  
View profile  
 More options May 19 2009, 7:56 pm
From: tapin13 <tapi...@gmail.com>
Date: Tue, 19 May 2009 16:56:56 -0700 (PDT)
Local: Tues, May 19 2009 7:56 pm
Subject: Re: IE8 - Error - Not implemented
I found bug and solution.
The bug is in jquery library, that detect IE8 like IE6!
In fancybox, there is 2 places, that use features of IE later than
IE8. In IE8 there is no this elements.
So, i add additional js code from here http://www.quirksmode.org/js/detect.html
that detect IE8 correct.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tapin13  
View profile  
 More options May 25 2009, 12:15 pm
From: tapin13 <tapi...@gmail.com>
Date: Mon, 25 May 2009 09:15:14 -0700 (PDT)
Local: Mon, May 25 2009 12:15 pm
Subject: Re: IE8 - Error - Not implemented
FIXED fancybox js, you can download from here, and see on site, that
all work in IE8.
http://gamestation.ru/js/jquery.fancybox/jquery.fancybox-1.2.1.js

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carsten  
View profile  
 More options Jul 18 2009, 8:54 am
From: Carsten <devriescars...@gmail.com>
Date: Sat, 18 Jul 2009 05:54:46 -0700 (PDT)
Local: Sat, Jul 18 2009 8:54 am
Subject: Re: IE8 - Error - Not implemented
Thank you tapin13, I had the same problem and your fix works. I wonder
why there still is no new version of fancybox with your bug fix.

On 25 mei, 18:15, tapin13 <tapi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Muckinger  
View profile  
 More options Aug 17 2009, 6:12 am
From: Muckinger <marcus.r...@googlemail.com>
Date: Mon, 17 Aug 2009 03:12:05 -0700 (PDT)
Local: Mon, Aug 17 2009 6:12 am
Subject: Re: IE8 - Error - Not implemented
There is also a Problem with the 20px in IE6 when u use another
padding:

if (isIE) {
  $("#fancy_content")[0].style.setExpression
('height',      '(this.parentNode.clientHeight - 20)');
  $("#fancy_content")[0].style.setExpression
('width',       '(this.parentNode.clientWidth - 20)');

}

You have to make the var flexible with the pad-amount. This should
work:

if (isIE) {
  $("#fancy_content")[0].style.setExpression
('height',      '(this.parentNode.clientHeight - '+(pad*2)+')');
  $("#fancy_content")[0].style.setExpression
('width',       '(this.parentNode.clientWidth - '+(pad*2)+')');

}

On 18 Jul., 14:54, Carsten <devriescars...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »