Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Archive > Archives of Old Posts > MacRumors News Discussion (archive)
TouchArcade.com - iPhone Game Reviews and News

 
 
Thread Tools Search this Thread Display Modes
Old Feb 10, 2004, 09:34 AM   #1
MacRumors
macrumors bot
 
Join Date: Apr 2001
Safari 1.2 Details

David Hyatt posts a detailed log of improvements that can be found in Safari 1.2.

Changes cover LiveConnect, Downloads, Printing, Accessibility, CSS, DHTML, Caching and more...

Safari 1.2 was recently released by Apple for Mac OS X 10.3 users.

Last edited by Doctor Q : Aug 19, 2006 at 01:50 PM.
MacRumors is offline  
Old Feb 10, 2004, 09:35 AM   #2
scorpion
macrumors newbie
 
Join Date: May 2002
Location: Arlington, VA
Safari and printing

The biggest difference for me is the printing -- it finally works!

And my banking works just fine -- has since 1.1.
__________________
With money in your pocket, you are wise and you are handsome and you sing well, too.
--Yiddish Proverb

Last edited by scorpion : Feb 10, 2004 at 12:21 PM.
scorpion is offline  
Old Feb 10, 2004, 09:42 AM   #3
davy the bunny
macrumors regular
 
Join Date: Jan 2003
Location: Dallas
Send a message via AIM to davy the bunny
Now that I can tab to menuboxes and radio buttons, I'm happy.
davy the bunny is offline  
Old Feb 10, 2004, 09:50 AM   #4
jholzner
macrumors 65816
 
jholzner's Avatar
 
Join Date: Jul 2002
Location: Champaign, IL
I want Safari to support the viewing of PDFs in the browser and nativly. I use the PDF plug-in now but I can't print PDFs from the browser...I just get blank pages.
__________________
"Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life."
-Terry Pratchett.
http://homepage.mac.com/jholzner
jholzner is offline  
Old Feb 10, 2004, 09:55 AM   #5
griz
macrumors regular
 
Join Date: Dec 2003
Location: New London, NH
Now if they would only fix the issue of having to use Internet Explorer for online banking.
With no IE updates coming and Safari unable to be used for my online transactions, I get increasing apprehensive about continuing to do "secure" online activity with IE.Safari needs to do everything 100% as well as IE or else it will never completely replace it. Sooner or later people will either be forced to stop doing secure online business where IE is required or we will all need two machines, one with Windows and IE and our Macs with Safari. Sooner or later, someone is going to exploit a gaping hole in IE5 for Mac and we will be forced to fully retire it.
griz is offline  
Old Feb 10, 2004, 10:07 AM   #6
DGFan
macrumors 6502a
 
Join Date: Mar 2003
And, conveniently, it also screws up some websites that had been working properly prior to 1.2 (and do work properly in gecko-based, IE, etc...)

nfldraftblitz is one such site. The text is all gone now!!!
DGFan is offline  
Old Feb 10, 2004, 10:12 AM   #7
Frobozz
macrumors 6502a
 
Frobozz's Avatar
 
Join Date: Jul 2002
Location: Brooklyn
Quote:
Originally posted by jholzner
I want Safari to support the viewing of PDFs in the browser and nativly. I use the PDF plug-in now but I can't print PDFs from the browser...I just get blank pages.
Why not use the Preview application? It's much faster and prints just fine.
__________________
Mac: MacBook Pro 15" 2.16 / 100GB 7200HD / 2GB
Win: Intel 975XBX / e6700 @ 3.1GHz / 2 ATI x1900xt CF / DDR2 800
"My first Mac was an Amiga." -- Me
Frobozz is offline  
Old Feb 10, 2004, 10:12 AM   #8
tileeater
macrumors newbie
 
Join Date: Oct 2003
Angry what about the new bugs?

i've got 2 macs running panther and safari 1.2 both have the same tabs issue. it's impossible to tell if a tab will open or if it will decide not to show up. this is only an issue when 'always show tab bar' is not checked.

occasionally (pretty often actually) the tab bar just decides to stay hidden.
tileeater is offline  
Old Feb 10, 2004, 10:16 AM   #9
Frobozz
macrumors 6502a
 
Frobozz's Avatar
 
Join Date: Jul 2002
Location: Brooklyn
Quote:
Originally posted by DGFan
And, conveniently, it also screws up some websites that had been working properly prior to 1.2 (and do work properly in gecko-based, IE, etc...)

nfldraftblitz is one such site. The text is all gone now!!!
Before jumping to conclusions about Safari being to blame, you might want to do some snooping on the site. It might be a Safari bug, or it might be a web site bug that, up until now, Safari was able to make up for the incorrect code.

A little known fact about Mozilla, and many other browsers, is that they have multiple render modes for HTML. They look at the structure of the document, the DTD, and any legacy support and will render a page in either "Standards Compliance Mode" or "Quirks Mode." If the web site was able to fool Safari into thinking it was Standards compliant, but it was actually Quirky (wrong), then you _might_ end up with what you are seeing.
__________________
Mac: MacBook Pro 15" 2.16 / 100GB 7200HD / 2GB
Win: Intel 975XBX / e6700 @ 3.1GHz / 2 ATI x1900xt CF / DDR2 800
"My first Mac was an Amiga." -- Me
Frobozz is offline  
Old Feb 10, 2004, 10:22 AM   #10
Frobozz
macrumors 6502a
 
Frobozz's Avatar
 
Join Date: Jul 2002
Location: Brooklyn
Quote:
Originally posted by griz
Now if they would only fix the issue of having to use Internet Explorer for online banking.
With no IE updates coming and Safari unable to be used for my online transactions, I get increasing apprehensive about continuing to do "secure" online activity with IE.Safari needs to do everything 100% as well as IE or else it will never completely replace it. Sooner or later people will either be forced to stop doing secure online business where IE is required or we will all need two machines, one with Windows and IE and our Macs with Safari. Sooner or later, someone is going to exploit a gaping hole in IE5 for Mac and we will be forced to fully retire it.
You need to write the authors of the web site. There is no reason why Safari can't run any banking web site out there. It's the result of legacy code either not identifying the feature set of a browser correctly, or simply blocking anything but a small subset of browsers.

Web programmers often make the mistake of coding a page to only work in IE, when all they really want to say (in their code) is that they require feature "X". When a new browser comes out that supports feature "X", but is blocked in the scripts instead of asking if the browser supports feature "X", you get the problem you're seeing on your bank web sites.

So write the web site and kindly ask them to get their act together. In Safari's defense, I can log on to my banking web sites... and they total 5 individual vendors.
__________________
Mac: MacBook Pro 15" 2.16 / 100GB 7200HD / 2GB
Win: Intel 975XBX / e6700 @ 3.1GHz / 2 ATI x1900xt CF / DDR2 800
"My first Mac was an Amiga." -- Me
Frobozz is offline  
Old Feb 10, 2004, 10:30 AM   #11
gwuMACaddict
macrumors 68040
 
gwuMACaddict's Avatar
 
Join Date: Apr 2003
Location: washington dc
Quote:
Originally posted by griz
Now if they would only fix the issue of having to use Internet Explorer for online banking.
i bank with wachovia just fine with safari... manage multiple accounts and transfer money between, pay bills and use it for an ameritrade account....
__________________
"if everyone is thinking alike, then someone isn't thinking"
gwuMACaddict is offline  
Old Feb 10, 2004, 10:30 AM   #12
sushi
macrumors Demi-God
 
sushi's Avatar
 
Join Date: Jul 2002
Location: Kanagawa-Ken
Safari looking like IE...

Quote:
Originally posted by griz
Now if they would only fix the issue of having to use Internet Explorer for online banking.
With no IE updates coming and Safari unable to be used for my online transactions, I get increasing apprehensive about continuing to do "secure" online activity with IE.Safari needs to do everything 100% as well as IE or else it will never completely replace it. Sooner or later people will either be forced to stop doing secure online business where IE is required or we will all need two machines, one with Windows and IE and our Macs with Safari. Sooner or later, someone is going to exploit a gaping hole in IE5 for Mac and we will be forced to fully retire it.
You might try adding the debug menu to Safari.

Then select the USER AGENT as IE something (Mac 5.2 or Win 6.0). Or just have Safari select automatically.

I found that most sites that didn't work because they check for IE, now do because Safari looks like IE.

Works for me! :-)

...of course you could always respectfully suggest to the sites that don't work that maybe they could alter their code to allow Safari to work.

Sushi
sushi is offline  
Old Feb 10, 2004, 10:40 AM   #13
Spock
macrumors 65816
 
Spock's Avatar
 
Join Date: Jan 2002
Location: Vulcan
Send a message via AIM to Spock Send a message via Yahoo to Spock
Re: Safari looking like IE...

Quote:
Originally posted by sushi

...of course you could always respectfully suggest to the sites that don't work that maybe they could alter their code to allow Safari to work.

Sushi
Thats funny, and if we ask the game companys respectfully that they will port all games to the mac at the same time it comes out for the PC
Spock is offline  
Old Feb 10, 2004, 10:41 AM   #14
batmanppc
macrumors newbie
 
Join Date: Feb 2004
Quote:
Originally posted by jholzner
I want Safari to support the viewing of PDFs in the browser and nativly. I use the PDF plug-in now but I can't print PDFs from the browser...I just get blank pages.
Safari can't print anything that's being viewed through plugins afaik. You can print PDF from safari by bringing up the contextual menu on the pdf (control-click) or use the menu triangle right above the vertical scrollbar.
batmanppc is offline  
Old Feb 10, 2004, 10:42 AM   #15
SilentPanda
Demi-God (Moderator)
 
SilentPanda's Avatar
 
Join Date: Oct 2002
Location: The Bamboo Forest
Re: Safari looking like IE...

Quote:
Originally posted by sushi
Then select the USER AGENT as IE something (Mac 5.2 or Win 6.0). Or just have Safari select automatically.
I've thought about doing this but at the same time... I want them to know that I'm using Safari. If every browser identifies itself as IE then why *should* they write code for standards compliant browsers if they think you're using IE? I would suggest that you run it identifying as Safari and if it doesn't work, try it identifying as IE. If that works then e-mail the webmaster to get them to change it. Then switch it back to Safari.
__________________
Happy Slapsgiving!
SilentPanda is offline  
Old Feb 10, 2004, 10:45 AM   #16
bperkins
macrumors member
 
Join Date: Mar 2002
Location: NC
Quote:
Originally posted by jholzner
I want Safari to support the viewing of PDFs in the browser and nativly. I use the PDF plug-in now but I can't print PDFs from the browser...I just get blank pages.
If you want this feature now try this pdf Safari plug in:

http://www.schubert-it.com/pluginpdf/
__________________
Brad
PERKED
bperkins is offline  
Old Feb 10, 2004, 10:55 AM   #17
sushi
macrumors Demi-God
 
sushi's Avatar
 
Join Date: Jul 2002
Location: Kanagawa-Ken
Re: Re: Safari looking like IE...

Quote:
Originally posted by SilentPanda
I've thought about doing this but at the same time... I want them to know that I'm using Safari. If every browser identifies itself as IE then why *should* they write code for standards compliant browsers if they think you're using IE? I would suggest that you run it identifying as Safari and if it doesn't work, try it identifying as IE. If that works then e-mail the webmaster to get them to change it. Then switch it back to Safari.
Agree.

Right now, I am letting Safari identify itself.

Only when I have a problem do I switch.

...well, sometimes I forget. But for the most part, that is what I do. And with the IE workaround, I haven't had trouble with any sites...knock on wood!

Sushi
sushi is offline  
Old Feb 10, 2004, 10:57 AM   #18
DGFan
macrumors 6502a
 
Join Date: Mar 2003
Quote:
Originally posted by Frobozz
Why not use the Preview application? It's much faster and prints just fine.
How do you get the PDF to show in Preview automatically? I would rather not have to hunt for it on the desktop and double-click it.
DGFan is offline  
Old Feb 10, 2004, 10:59 AM   #19
DGFan
macrumors 6502a
 
Join Date: Mar 2003
Quote:
Originally posted by Frobozz
Before jumping to conclusions about Safari being to blame, you might want to do some snooping on the site. It might be a Safari bug, or it might be a web site bug that, up until now, Safari was able to make up for the incorrect code.

A little known fact about Mozilla, and many other browsers, is that they have multiple render modes for HTML. They look at the structure of the document, the DTD, and any legacy support and will render a page in either "Standards Compliance Mode" or "Quirks Mode." If the web site was able to fool Safari into thinking it was Standards compliant, but it was actually Quirky (wrong), then you _might_ end up with what you are seeing.
That's simply the cost of entry into the browser market. I work in the software industry and I know what a bug is - anything software does that doesn't meet the customer's expectations.
DGFan is offline  
Old Feb 10, 2004, 11:02 AM   #20
uv23
macrumors 6502
 
Join Date: Nov 2003
Location: Calgary, AB
For the love of God, add cache control, Apple! Maybe it's a coincidence, but since installing 1.2 I have to constantly manually refresh most of the forums I visit to see updated threads and topics. Why can't they just add an option to check for a new version of a page each time, like every single other browser out there... *sigh*
uv23 is offline  
Old Feb 10, 2004, 11:10 AM   #21
Photorun
Banned
 
Photorun's Avatar
 
Join Date: Sep 2003
Location: NYC
I second those who had sites that worked fine before Safari 1.2 but now don't. I've found three such sites, one is JAVA intensive so it may be the JAVA update on that one.
Photorun is offline  
Old Feb 10, 2004, 11:41 AM   #22
tduality
macrumors member
 
Join Date: Mar 2003
Location: Zurich, Switzerland
Quote:
Originally posted by Photorun
I second those who had sites that worked fine before Safari 1.2 but now don't. I've found three such sites, one is JAVA intensive so it may be the JAVA update on that one.
Looks like I'm one of the happy guys who can use my internet banking and another Java heavy site since Safari 1.2 without any problems. Didn't work at all with Safari 1.1.
tduality is offline  
Old Feb 10, 2004, 11:42 AM   #23
griz
macrumors regular
 
Join Date: Dec 2003
Location: New London, NH
Re: Safari looking like IE...

After switching to IE spoofing, my online banking works. Now that I know this. I will be sure to contact them to ask them to allow Safari users rather than having to spoof everytime I want to log on. The best part of this is knowing that I don't need to use IE anymore. WOOOOO HOOOOO!!! Do the dance of joy!!!!
griz is offline  
Old Feb 10, 2004, 11:44 AM   #24
andyduncan
macrumors regular
 
Join Date: Jan 2003
I love 1.2, but the decision to make the delete key function as a back button is the bane of my existence. I know thats how other browsers do it, but it's a poor design decision that shouldn't be repeated just because a vocal group of people want it.
andyduncan is offline  
Old Feb 10, 2004, 11:48 AM   #25
billyboy
macrumors 65816
 
billyboy's Avatar
 
Join Date: Mar 2003
Location: In my head
Quote:
Originally posted by bperkins
If you want this feature now try this pdf Safari plug in:

http://www.schubert-it.com/pluginpdf/
I used to have this plug in with Jaguar and it was great, but it just seems obsolete now with the speed that PDFs get opened in Panther. Or does it have some other nifty features I never found out about?
billyboy is offline  

 

Mac Forums > Archive > Archives of Old Posts > MacRumors News Discussion (archive)

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:55 PM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC