Re: [WSG] IE5 Mac hanging on loading a page

2004-10-03 Thread Mike Brown
Mike This page:

Mike http://morst.signify.co.nz/templates/ig3-template.asp

Mike which validates as HTML 4.01 Strict, causes a consistent problem with
Mike IE5 Mac, whereby the page won't load or display. I end up having to
Mike Force Quit the browser.

To anyone still worrying about this :)

A floated element on the page, a span, didn't have a width declared,
and needed one for IE5 Mac. That was causing the hanging. It is a
known problem, but one I'd forgotten about.

Thanks to Philippe Wittenbergh for the solution!

Mike Brown


SIGNIFY LTD :: the logic behind




**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] IE5 Mac hanging on loading a page

2004-10-01 Thread Terrence Wood
Hi Mike,
there are some combinations of CSS that cause IE/MAC to hang.
This page has more:
http://www.l-c-n.com/IE5tests/index.shtml
./tdw
On 1/10/04 4:38 PM, Mike Brown wrote:
Help!
This page:
http://morst.signify.co.nz/templates/ig3-template.asp
which validates as HTML 4.01 Strict, causes a consistent problem with
IE5 Mac, whereby the page won't load or display. I end up having to
Force Quit the browser.
It's been replicated on another IE Mac outside of our offices.
I'm stuck, and also only use Macs for browser testing so don't have a
lot of experience with them.
Any ideas?
Regards
Mike Brown

SIGNIFY LTD :: the logic behind


**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] IE5 Mac hanging on loading a page

2004-10-01 Thread Terrence Wood
in fact (a little more specific) try here: 
http://www.l-c-n.com/IE5tests/misc/#crash

On 1/10/04 5:29 PM, Andrew Thompson wrote:
On Friday, 1 October 2004 2:38 PM, Mike Brown [EMAIL PROTECTED] wrote:
Help!
This page:
http://morst.signify.co.nz/templates/ig3-template.asp
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] IE5 Mac hanging on loading a page

2004-10-01 Thread Philippe Wittenbergh
On Oct 1, 2004, at 14:29, Andrew Thompson wrote:
@media tty {
 i{content:\;/* */}} @import '/bioie5.css'; /*;}
}/* */
/*\*//*/
  @import /bioie5mac.css;
/**/
What's with this?

@media tty {
 i{content:\;/* */}} @import '/bioie5.css'; /*;}
}/* */
The midpass filter by Tantek Celick, a way to serve style sheets to IE 
5 or 5.5 only.

/*\*//*/
  @import /bioie5mac.css;
/**/
serving stylesheets to IE Mac only, aka the iemacbandpassfilter.
On a related note  do people use the midpass filter ? And if so, did 
you experience  problems with this ? I have received various reports 
from people telling me that IE Mac was also reading that CSS file.  But 
I haven't seen a common cause to it. One suspect is the way the style 
sheet is called: root relative paths seem to work fine. document 
relative paths seem to cause problems.

If anybody has more on this, I'd like to hear. I can add them to the IE 
Mac bug list (see sig).

Philippe
--/--\--
Philippe Wittenbergh
blog : http://emps.l-c-n.com/
code | design | webprojects http://www.l-c-n.com/
IE5  Mac bugs and oddities http://www.l-c-n.com/IE5tests/
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] IE5 Mac hanging on loading a page

2004-09-30 Thread Mike Brown
Help!

This page:

http://morst.signify.co.nz/templates/ig3-template.asp

which validates as HTML 4.01 Strict, causes a consistent problem with
IE5 Mac, whereby the page won't load or display. I end up having to
Force Quit the browser.

It's been replicated on another IE Mac outside of our offices.

I'm stuck, and also only use Macs for browser testing so don't have a
lot of experience with them.

Any ideas?

Regards

Mike Brown


SIGNIFY LTD :: the logic behind




**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] IE5 Mac hanging on loading a page

2004-09-30 Thread Andrew Thompson
In Safari on the Mac it looks pretty much the same as it does in IE on the PC.  If 
you're interested, you can see it at 
http://www.imagine-hosting.com/images/IG-3-template.gif

My IE 5.2 on the Mac behaved as you report and I had to force quit.

Thge only suspect I could see in your code was this:
@media tty {
 i{content:\;/* */}} @import '/bioie5.css'; /*;}
}/* */
/*\*//*/
  @import /bioie5mac.css;
/**/

What's with this?




On Friday, 1 October 2004 2:38 PM, Mike Brown [EMAIL PROTECTED] wrote:
Help!

This page:

http://morst.signify.co.nz/templates/ig3-template.asp

which validates as HTML 4.01 Strict, causes a consistent problem with
IE5 Mac, whereby the page won't load or display. I end up having to
Force Quit the browser.

It's been replicated on another IE Mac outside of our offices.

I'm stuck, and also only use Macs for browser testing so don't have a
lot of experience with them.

Any ideas?

Regards

Mike Brown


SIGNIFY LTD :: the logic behind




**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**




**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re[2]: [WSG] IE5 Mac hanging on loading a page

2004-09-30 Thread Mike Brown
Andrew In Safari on the Mac it looks pretty much the same as
Andrew it does in IE on the PC.  If you're interested, you can see it
Andrew at http://www.imagine-hosting.com/images/IG-3-template.gif

Andrew My IE 5.2 on the Mac behaved as you report and I had to force quit.

Andrew Thge only suspect I could see in your code was this:
Andrew @media tty {
Andrew  i{content:\;/* */}} @import '/bioie5.css'; /*;}
Andrew }/* */
Andrew /*\*//*/
Andrew   @import /bioie5mac.css;
Andrew /**/

Andrew What's with this?

Andrew 

The top hack is the mid-pass filter
http://tantek.com/CSS/Examples/midpass.html
sending styles to IE5* Win only

The bottom one is the IE5/Mac Band Pass Filter
http://tantek.com/log/2004/07.html#ie5macbandpass
sending styles to IE5 Mac only

I should have said in earlier post, that there are other pages with
the same CSS and meta stuff which display fine in IE5 Mac:

http://morst.signify.co.nz/templates/ig4-template.asp
http://morst.signify.co.nz/templates/ig2-template.asp

It's just this one page for some reason!

thanks though

Mike Brown


SIGNIFY LTD :: the logic behind




**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**