Closed (won't fix)
Project:
IMCE
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 15:31 UTC
Updated:
19 Oct 2010 at 21:18 UTC
<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.