зеркало из https://github.com/mozilla/gecko-dev.git
a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
entire thread.
This commit is contained in:
Родитель
94975b3a1c
Коммит
071e736ec0
|
@ -684,9 +684,8 @@ function ThreadPaneOnClick(event)
|
|||
// <treeitem>
|
||||
// <treerow>
|
||||
// <treecell>
|
||||
// <box> <!-- anonymous -->
|
||||
// <titledbutton class="twisty"> <!-- anonymous -->
|
||||
var treeitem = event.target.parentNode.parentNode.parentNode.parentNode;
|
||||
var treeitem = event.target.parentNode.parentNode.parentNode;
|
||||
var open = treeitem.getAttribute('open');
|
||||
if(open == "true")
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче