Bug #2501
Admin : Buttons not clicking (IE 8, Opera 11.00)
10%
Description
Chamilo 2.0 (from the official zip package), Windows Vista, XAMPP 1.7.3.
Page: My Chamilo > Courses > Administration > Courses > Create
There are two buttons at the bottom side of the form: "Create" and "Reset".
On browsers IE 8 and Opera 11.00 these buttons can't be clicked.
Om browsers Firefox, Chrome. and Safari these buttons work.
History
Updated by Anonymous almost 12 years ago
- % Done changed from 0 to 10
I analysed the problem and it seems to me this happens because the total number of available tools exceeds 10.
For the programmers: In common/libraries/php/html/table/sortable_table.class.php, the get_page_select_form method adds a page selection form. Forms are not allowed to be nested in HTML. We're already in a form (the one that submits the new course's settings), so IE decides to end the existing form right there and create a new one.
This is also a problem in Firefox, but there the inner form is nonfunctional; if you select a page from the dropdown, you get a Javascript error and nothing happens.
The easiest solution to this would probably be to not hardcode the number of entries per page and pass this in the course form creation code, or to allow the calling code to disable paging altogether.
Updated by Stefaan Vanbillemont almost 12 years ago
- Project changed from Chamilo LCMS Connect to Courses
- Category deleted (
2)
Updated by dominique de guchtenaere about 11 years ago
- Subject changed from Buttons not clicking (IE 8, Opera 11.00) to Admin : Buttons not clicking (IE 8, Opera 11.00)
Updated by Stefaan Vanbillemont about 11 years ago
- Target version changed from 2.1.0 to Backlog (default)
Updated by Koen Favere almost 11 years ago
- Status changed from New to Bug resolved
resolved on c2.chamilo.org for IE8