Issue Details (XML | Word | Printable)

Key: MDL-9478
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Martin Dougiamas
Reporter: Daniele Cordella
Votes: 1
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

frameset linking zip resources

Created: 21/Apr/07 11:10 AM   Updated: 11/Aug/07 11:06 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.8
Fix Version/s: 1.8.3, 1.9

Participants: Andrea Bicciolo, Daniele Cordella, Martin Dougiamas and Petr Skoda
Security Level: None
Resolved date: 11/Aug/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
Inside a course add a resource "Link to a file or web site" and select a zip file.

Select the "Keep page navigation visible on the same page" checkbox.
Now return to the course and select the link.
The link start the download of the zip file but... at the same time shows the page with the following XHTML code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>stDan: A zip file</title></head>
<frameset rows="130,*"><frame src="view.php?id=3156&amp;type=file&amp;frameset=top" title="Resource"/><frame src="http://localhost:8888/eduiss/file.php/32/corsoDaFSLite.zip" title="Resource"/></frameset></html>

Frameset are not allowed by xhtml strict.
Why is this page shown?

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Michael Blake made changes - 15/May/07 09:57 AM
Field Original Value New Value
Issue Type Task [ 3 ] Bug [ 1 ]
Fix Version/s 1.8.1 [ 10213 ]
Description Inside a course add a resource "Link to a file or web site" and select a zip file.

Select the "Keep page navigation visible on the same page" checkbox.
Now return to th course and select the link.
The link start the download of the zip file but... at the same time shows the page with the following XHTML code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>stDan: A zip file</title></head>
<frameset rows="130,*"><frame src="view.php?id=3156&amp;type=file&amp;frameset=top" title="Resource"/><frame src="http://localhost:8888/eduiss/file.php/32/corsoDaFSLite.zip" title="Resource"/></frameset></html>

Frameset are not allowed by xhtml strict.
Why do this page is shown?
Inside a course add a resource "Link to a file or web site" and select a zip file.

Select the "Keep page navigation visible on the same page" checkbox.
Now return to the course and select the link.
The link start the download of the zip file but... at the same time shows the page with the following XHTML code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>stDan: A zip file</title></head>
<frameset rows="130,*"><frame src="view.php?id=3156&amp;type=file&amp;frameset=top" title="Resource"/><frame src="http://localhost:8888/eduiss/file.php/32/corsoDaFSLite.zip" title="Resource"/></frameset></html>

Frameset are not allowed by xhtml strict.
Why is this page shown?
Fix Version/s 1.9 [ 10190 ]
Priority Minor [ 4 ] Blocker [ 1 ]
Martin Dougiamas made changes - 15/May/07 05:31 PM
Assignee Martin Dougiamas [ dougiamas ] Petr Skoda [ skodak ]
Petr Skoda made changes - 17/May/07 04:41 AM
Fix Version/s 1.8.1 [ 10213 ]
Martin Dougiamas made changes - 11/Aug/07 10:38 PM
Assignee Petr Skoda [ skodak ] Martin Dougiamas [ dougiamas ]
Martin Dougiamas made changes - 11/Aug/07 10:38 PM
Status Open [ 1 ] In Progress [ 3 ]
Martin Dougiamas made changes - 11/Aug/07 11:06 PM
Resolution Fixed [ 1 ]
Fix Version/s 1.8.3 [ 10230 ]
Status In Progress [ 3 ] Resolved [ 5 ]