mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
fix for #14699, history tree should be inside divs r=waterson, a=leaf
This commit is contained in:
parent
395670b5ed
commit
28e7b3ebb4
@ -56,7 +56,7 @@
|
||||
</menupopup>
|
||||
</menu>
|
||||
</menubar>
|
||||
|
||||
<html:div flex="100%">
|
||||
<tree rdf:datasources="rdf:history rdf:localsearch"
|
||||
ondblclick="OpenURL(event,event.target.parentNode.parentNode);"
|
||||
ref="NC:HistoryRoot"
|
||||
@ -109,4 +109,5 @@
|
||||
|
||||
<!-- TREECHILDREN are built *here* -->
|
||||
</tree>
|
||||
</html:div>
|
||||
</window>
|
||||
|
@ -56,7 +56,7 @@
|
||||
</menupopup>
|
||||
</menu>
|
||||
</menubar>
|
||||
|
||||
<html:div flex="100%">
|
||||
<tree rdf:datasources="rdf:history rdf:localsearch"
|
||||
ondblclick="OpenURL(event,event.target.parentNode.parentNode);"
|
||||
ref="NC:HistoryRoot"
|
||||
@ -109,4 +109,5 @@
|
||||
|
||||
<!-- TREECHILDREN are built *here* -->
|
||||
</tree>
|
||||
</html:div>
|
||||
</window>
|
||||
|
Loading…
x
Reference in New Issue
Block a user