Project

General

Profile

Actions

Bug #3077

closed

Course: create course table not shown correctly in IE

Added by Laurent Opprecht about 12 years ago. Updated over 11 years ago.

Status:
Bug resolved
Priority:
High
Assignee:
Sven Vanpoucke
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.

Actions #1

Updated by Stefaan Vanbillemont about 12 years ago

  • Project changed from Chamilo LCMS Connect to Courses
  • Category deleted (2)
Actions #2

Updated by Stefaan Vanbillemont about 12 years ago

  • Target version set to 2.1.0
Actions #3

Updated by Stefaan Vanbillemont over 11 years ago

  • Target version changed from 2.1.0 to Backlog (default)
Actions #4

Updated by Koen Favere over 11 years ago

  • Status changed from New to Bug resolved

seems fixed on c2.chamilo.org

Actions

Also available in: Atom PDF