Bug 19036
Summary: | http://www.xn--vk1b187a8ue.kr/ keeps being reloaded | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jungshik Shin <jshin> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap, mrowe |
Priority: | P2 | Keywords: | InRadar, NeedsReduction |
Version: | 525.x (Safari 3.1) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www.xn--vk1b187a8ue.kr/ |
Jungshik Shin
1. Go to the URL
2. Safari keeps reloading the page.
I haven't checked Safari on Mac OS X, yet
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jungshik Shin
BTW, the site is the Korean-equivalent of http://whitehouse.gov.
Mark Rowe (bdash)
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();
}
Mark Rowe (bdash)
<rdar://problem/5933467>
Mark Rowe (bdash)
This now works correctly for me. I assume that the site has changed and corrected this fix.