Actions
Bug #3077
closedCourse: create course table not shown correctly in IE
Status:
Bug resolved
Priority:
High
Assignee:
Sven Vanpoucke
Target version:
Start date:
11/03/2011
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
In Internet Explorer 9
Go to course
Click on create a course
The tool table is always visible even when it should be hidden
Reason
The html is invalid
The table row id contains invalid chars
Root cause
in sortable_table.class.php we have
$row_id = $row[0];
that is the row id is the first row data which in this case contains some html chars due to to fact it contains images
Solution
remove row id or change that to something like table_id + row_index
Not sure about the impact for the application.
Updated by Stefaan Vanbillemont about 12 years ago
- Project changed from Chamilo LCMS Connect to Courses
- Category deleted (
2)
Updated by Stefaan Vanbillemont over 11 years ago
- Target version changed from 2.1.0 to Backlog (default)
Updated by Koen Favere over 11 years ago
- Status changed from New to Bug resolved
seems fixed on c2.chamilo.org
Actions