[Webkit-unassigned] [Bug 14992] Changing pop-up does not automatically reload page on Yahoo! Finance Message Boards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 18 15:06:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14992


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Forms                       |Evangelism
           Keywords|NeedsReduction, NativePopUp |
            Summary|Changing pop-up does not    |Changing pop-up does not
                   |automatically reload page   |automatically reload page on
                   |                            |Yahoo! Finance Message
                   |                            |Boards




------- Comment #1 from ddkilzer at webkit.org  2007-08-18 15:06 PDT -------
This is an evangelism issue.  When the page is requested with a Safari/WebKit
user agent, a critical JavaScript file is left out of the page source between
the </body> and </html> tags:

<script type="text/javascript"
src="http://us.js2.yimg.com/us.js.yimg.com/i/us/fi/yfs/js/yahoo_event_dom_2.2.0.js"></script>

The missing script causes the JavaScript errors during page load, and prevents
the pop-up from working properly.

I can NOT reproduce this by changing the user agent within Safari's Debug menu,
but it's easy to confirm using curl:

$ curl -A "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.2+
(KHTML, like Gecko) Version/3.0.3 Safari/522.12.1"
http://messages.finance.yahoo.com/mb/AAPL >curl-Safari-AAPL.html

$ curl -A "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.6)
Gecko/20070725 Firefox/2.0.0.6" http://messages.finance.yahoo.com/mb/AAPL
>curl-Firefox-AAPL.html

$ curl -A "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322)" http://messages.finance.yahoo.com/mb/AAPL >curl-MSIE6-AAPL.html


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list