Bug 19036 - http://www.xn--vk1b187a8ue.kr/ keeps being reloaded
Summary: http://www.xn--vk1b187a8ue.kr/ keeps being reloaded
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.xn--vk1b187a8ue.kr/
Keywords: InRadar, NeedsReduction
Depends on:
Blocks:
 
Reported: 2008-05-13 15:39 PDT by Jungshik Shin
Modified: 2008-07-21 15:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jungshik Shin 2008-05-13 15:39:32 PDT
1. Go to the URL
2. Safari keeps reloading the page. 

I haven't checked Safari on Mac OS X, yet
Comment 1 Jungshik Shin 2008-05-13 15:40:22 PDT
BTW, the site is the Korean-equivalent of http://whitehouse.gov. 


Comment 2 Mark Rowe (bdash) 2008-05-13 16:39:08 PDT
Also occurs on Mac OS X.  I suspect the repeated reloading is due to the following snippet of JavaScript that appears at the top of <http://www.xn--vk1b187a8ue.kr/kr/index.php>:

	if (!parent.frames[1]){
			goFrame.url.value=document.URL;
			goFrame.action = "/"
			goFrame.submit();
	}

Comment 3 Mark Rowe (bdash) 2008-05-13 16:39:22 PDT
<rdar://problem/5933467>
Comment 4 Mark Rowe (bdash) 2008-07-21 15:34:48 PDT
This now works correctly for me.  I assume that the site has changed and corrected this fix.