Issue Details (XML | Word | Printable)

Key: MDL-11166
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Mathieu Petit-Clair
Reporter: Tatsuya Shirai
Votes: 0
Watchers: 1
Operations

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

Can not rename file/folder name on FileBrowser

Created: 08/Sep/07 04:29 PM   Updated: 21/Apr/08 03:20 PM
Return to search
Component/s: HTML Editor
Affects Version/s: 1.8
Fix Version/s: None

File Attachments: None
Image Attachments:

1. rename.jpg
(68 kB)
Environment: All platforms

Participants: Mathieu Petit-Clair and Tatsuya Shirai
Security Level: None
Affected Branches: MOODLE_18_STABLE


 Description  « Hide
The cause of this problem is following.

lib/editor/htmlarea/coursefiles.php, Line:123

function set_rename(strfile) {
    var upper = window.parent.document;
    // upper.getElementById('irename').value = strfile;
       upper.getElementById('irename').file.value = strfile;
    return true;
}

upper.getElementById('irename').value
    -> upper.getElementById('irename').file.value



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No commits have yet been performed on this issue.