зеркало из https://github.com/mozilla/pjs.git
fix for bug 77674 sr=sspitzer - real simple fix, just use the value of the "observes" attribute instead of the id, to determine the column we are sorting
This commit is contained in:
Родитель
23b0c38927
Коммит
1fbb28457a
|
@ -101,7 +101,7 @@
|
|||
</treecolgroup>
|
||||
|
||||
<treehead>
|
||||
<treerow id="headRow" onclick="return TriStateColumnSort(event.target.id)">
|
||||
<treerow id="headRow" onclick="if (event.target.getAttribute('observes')) TriStateColumnSort(event.target.getAttribute('observes'));">
|
||||
<treecell class="treecell-header sortDirectionIndicator"
|
||||
label="&tree.header.name.label;"
|
||||
observes="Name" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче