Status: Unconfirmed
Owner: all-bugs-t...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 6413 by fam....@live.nl: Reloading frames does not reload the  
file with the <frameset> attribute
http://code.google.com/p/chromium/issues/detail?id=6413

Chrome Version       : 1.0.154.43
URLs (if applicable) : Pages with frames on their index-page (not iframes!)
Other browsers tested: No

What steps will reproduce the problem?
1. Build a page with frames
2. start the page
3. modify the page with frames
4. refresh the page

What is the expected result?
The page with frames changes

What happens instead?
the page with frames doesn't change

Please provide any additional information below. Attach a screenshot if
possible.
The only way to quickly 'refresh' these pages is by deleting the url from
the cache of chrome.

The kind of framepages I mean look like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd";>
<html><head><title>...</title><meta http-equiv="Content-Type"
content="text/html;charset=utf-8"></head>

<frameset cols="247,*" border="0">
<frame name="links" src="http://www.google.com/"; target="body"
noresize="noresize">
<frameset rows="110,*" border="0">
<frame name="logo" src="http://www.google.nl/"; target="body" scrolling="no"
noresize="noresize">
<frame name="body" src="http://www.google.co.uk/"; target="_self"
noresize="noresize">
</frameset></frameset></html>
Paste this in a file, save as file.htm, open it in chrome, modify for
example the 'border="0"' in the code, refresh chrome. No changes...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to