Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 2.0
-
Component/s: Accessibility
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Turn javascript off.
Inside a course add a resource type: "Link to a file or web site".
Push the "Go" button and, in the "Editing resource" page push the "Choose or upload a file...".
No action follows.
Always in the "Editing resource" page push the "Search for a web page...".
No action follows.
Issue Links
| This issue will be resolved by: | ||||
| MDL-9943 | "Search for web page" button doesn't work |
|
|
|
This feature is implemented in a way that can not work without JS. The workaround is to type in the address or file path.
In theory it should be possible to implement a select box for existing files or use sessions to pass around the selected file.