Skip to content

Commit 87efac8

Browse files
committed
Fix TypeError: this.treebox is undefined treeView.js. Should fix issue 7786
1 parent bb100bb commit 87efac8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ide/main/src/content/selenium-ide-sidebar.xul

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717

18-
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
1918
<?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
19+
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
2020
<?xml-stylesheet href="chrome://selenium-ide/skin/selenium-ide.css" type="text/css"?>
21-
<?xml-stylesheet href="chrome://selenium-ide-platform/skin/selenium-ide-platform.css" type="text/css"?>
21+
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
2222
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
2323
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
2424
<?xul-overlay href="chrome://selenium-ide/content/selenium-ide-common.xul"?>

ide/main/src/content/selenium-ide.xul

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717

18-
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
1918
<?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
19+
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
2020
<?xml-stylesheet href="chrome://selenium-ide/skin/selenium-ide.css" type="text/css"?>
21-
<?xml-stylesheet href="chrome://selenium-ide-platform/skin/selenium-ide-platform.css" type="text/css"?>
21+
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
2222
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
2323
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
2424
<?xul-overlay href="chrome://selenium-ide/content/selenium-ide-common.xul"?>

0 commit comments

Comments
 (0)