[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-07-01 Thread Jim Higson

On Tuesday 30 June 2009 17:41:11 YaoXing Zhang wrote:
 Diodeus,
  Maybe you would like to try YUI Compressor which will reduce the size even
 more. I'm using prototype 1.6.2 and after compressing it becomes from 127Kb
 to 74Kb.

And then you can gzip it... reduces by (IIRC) 50%-ish again.

I tried wrapping Prototype and my code together in a closure once, thinking 
this'd help YUI Compressor reduce more of the variable names but it actually 
increased the size by a percent or two. Not sure why.

Jim


 Regards,
  YX
  MSN: zhangyaox...@live.cn
  Skype: yaoxing.zhang


  Diodeus wrote:
 Ryan, thank you for this fix. I've modified my copy of rc3.

 On a side note: I think the library would lose about 10k if tabs were
 used for indentation rather than multiple spaces.



 On Jun 30, 11:52 am, Ryan Holliday (wrh2) ryan.holli...@gmail.com
 wrote:

 I filed a bug on this issue with a suggested fix (https://
 prototype.lighthouseapp.com/projects/8886/tickets/648-ssl-error-on-ie6-
 with-161_rc2).  I'm not sure what the status is for getting this
 resolved for 1.6.1, although we've been running successfully with the
 proposed fix for several months in a production environment.


 2009/6/29 Diodeus diod...@gmail.com

 Hi gang,

 When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
 corporate clients that they're getting the following dialog on IE6.

 This page contains both secure and nonsecure items.

 I managed to test this, and confirmed this is the case. Older versions
 of Prototype do not cause this problem. I'm not sure why it's
 happening. I searched through rc3 and other than comments I didn't
 find any obvious culprits.

 So I cannot concurrently support both IE8 and IE6 users.




  
-- 
Jim
my wiki ajaxification thing: http://wikizzle.org
my blog: http://jimhigson.blogspot.com/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Richard Quadling
2009/6/29 Diodeus diod...@gmail.com


 Hi gang,

 When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
 corporate clients that they're getting the following dialog on IE6.

 This page contains both secure and nonsecure items.

 I managed to test this, and confirmed this is the case. Older versions
 of Prototype do not cause this problem. I'm not sure why it's
 happening. I searched through rc3 and other than comments I didn't
 find any obvious culprits.

 So I cannot concurrently support both IE8 and IE6 users.

 

Why is this a prototype issue? If you have a site which has hardcoded the
protocol for some resources, then they will generate this message.


-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
Standing on the shoulders of some very clever giants!
I need a car : http://snipurl.com/l4pih
ZOPA : http://uk.zopa.com/member/RQuadling

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Diodeus

Richard, I don't think you read my message. I'm no noob.

Here is my test page. Note the lack of external HTTP references:

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
head
meta http-equiv=Content-Type content=text/html;
charset=windows-1252/
titleSecure Test/title
!-- Prototype --
script type=text/javascript src=js/prototype1.6.1_rc3.js/
script
/head
body
h1Test/h1
/body
/html


On Jun 30, 6:06 am, Richard Quadling rquadl...@googlemail.com wrote:
 2009/6/29 Diodeus diod...@gmail.com





  Hi gang,

  When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
  corporate clients that they're getting the following dialog on IE6.

  This page contains both secure and nonsecure items.

  I managed to test this, and confirmed this is the case. Older versions
  of Prototype do not cause this problem. I'm not sure why it's
  happening. I searched through rc3 and other than comments I didn't
  find any obvious culprits.

  So I cannot concurrently support both IE8 and IE6 users.

 Why is this a prototype issue? If you have a site which has hardcoded the
 protocol for some resources, then they will generate this message.

 --
 -
 Richard Quadling
 Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
 Standing on the shoulders of some very clever giants!
 I need a car :http://snipurl.com/l4pih
 ZOPA :http://uk.zopa.com/member/RQuadling
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Ryan Holliday (wrh2)

I filed a bug on this issue with a suggested fix (https://
prototype.lighthouseapp.com/projects/8886/tickets/648-ssl-error-on-ie6-
with-161_rc2).  I'm not sure what the status is for getting this
resolved for 1.6.1, although we've been running successfully with the
proposed fix for several months in a production environment.

 2009/6/29 Diodeus diod...@gmail.com

 Hi gang,

 When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
 corporate clients that they're getting the following dialog on IE6.

 This page contains both secure and nonsecure items.

 I managed to test this, and confirmed this is the case. Older versions
 of Prototype do not cause this problem. I'm not sure why it's
 happening. I searched through rc3 and other than comments I didn't
 find any obvious culprits.

 So I cannot concurrently support both IE8 and IE6 users.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Diodeus

Ryan, thank you for this fix. I've modified my copy of rc3.

On a side note: I think the library would lose about 10k if tabs were
used for indentation rather than multiple spaces.



On Jun 30, 11:52 am, Ryan Holliday (wrh2) ryan.holli...@gmail.com
wrote:
 I filed a bug on this issue with a suggested fix (https://
 prototype.lighthouseapp.com/projects/8886/tickets/648-ssl-error-on-ie6-
 with-161_rc2).  I'm not sure what the status is for getting this
 resolved for 1.6.1, although we've been running successfully with the
 proposed fix for several months in a production environment.

  2009/6/29 Diodeus diod...@gmail.com

  Hi gang,

  When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
  corporate clients that they're getting the following dialog on IE6.

  This page contains both secure and nonsecure items.

  I managed to test this, and confirmed this is the case. Older versions
  of Prototype do not cause this problem. I'm not sure why it's
  happening. I searched through rc3 and other than comments I didn't
  find any obvious culprits.

  So I cannot concurrently support both IE8 and IE6 users.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread Tobie Langel

That's a blocker and will be fixed before 1.6. final.

Best,

Tobie

On Jun 30, 5:52 pm, Ryan Holliday (wrh2) ryan.holli...@gmail.com
wrote:
 I filed a bug on this issue with a suggested fix (https://
 prototype.lighthouseapp.com/projects/8886/tickets/648-ssl-error-on-ie6-
 with-161_rc2).  I'm not sure what the status is for getting this
 resolved for 1.6.1, although we've been running successfully with the
 proposed fix for several months in a production environment.



  2009/6/29 Diodeus diod...@gmail.com

  Hi gang,

  When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
  corporate clients that they're getting the following dialog on IE6.

  This page contains both secure and nonsecure items.

  I managed to test this, and confirmed this is the case. Older versions
  of Prototype do not cause this problem. I'm not sure why it's
  happening. I searched through rc3 and other than comments I didn't
  find any obvious culprits.

  So I cannot concurrently support both IE8 and IE6 users.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE6: This page contains both secure and nonsecure items.

2009-06-30 Thread YaoXing Zhang





Diodeus,
Maybe you would like to try YUI Compressor which will reduce the size
even more.
I'm using prototype 1.6.2 and after compressing it becomes from 127Kb
to 74Kb.


Regards,
YX
MSN: zhangyaox...@live.cn
Skype: yaoxing.zhang


Diodeus wrote:

  Ryan, thank you for this fix. I've modified my copy of rc3.

On a side note: I think the library would lose about 10k if tabs were
used for indentation rather than multiple spaces.



On Jun 30, 11:52am, "Ryan Holliday (wrh2)" ryan.holli...@gmail.com
wrote:
  
  
I filed a bug on this issue with a suggested fix (https://
prototype.lighthouseapp.com/projects/8886/tickets/648-ssl-error-on-ie6-
with-161_rc2). I'm not sure what the status is for getting this
resolved for 1.6.1, although we've been running successfully with the
proposed fix for several months in a production environment.



  2009/6/29 Diodeus diod...@gmail.com
  


  Hi gang,
  


  When testing with 1.6.1_rc2 and 1.6.1_rc3 I got complaints from some
corporate clients that they're getting the following dialog on IE6.
  


  "This page contains both secure and nonsecure items."
  


  I managed to test this, and confirmed this is the case. Older versions
of Prototype do not cause this problem. I'm not sure why it's
happening. I searched through rc3 and other than comments I didn't
find any obvious culprits.
  


  So I cannot concurrently support both IE8 and IE6 users.
  

  
  
  


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Prototype: Core group.
  To post to this group, send email to prototype-core@googlegroups.com
  To unsubscribe from this group, send email to prototype-core-unsubscr...@googlegroups.com
  For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---