<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr" class="imce"> should not contain any class attribute.

<td class="size" id="477015">465.83 Ko</td>
These IDs should not be used.

Comments

ufku’s picture

Status: Active » Closed (won't fix)

IMCE makes use of id attributes for fast data access. It's an ugly hack but works well.

anrikun’s picture

Wouldn't it be possible to use class instead?
<td class="size size-477015">465.83 Ko</td>

ufku’s picture

There are of course alternate solutions but element.id is the fastest considering JS performance.
This issue will automatically be fixed when IMCE is rewritten to work solely based on JSON data. Maybe in 8.x.