<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.
<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
Comment #1
ufku commentedIMCE makes use of id attributes for fast data access. It's an ugly hack but works well.
Comment #2
anrikun commentedWouldn't it be possible to use class instead?
<td class="size size-477015">465.83 Ko</td>Comment #3
ufku commentedThere 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.