diff --git a/extension/content/firebug/debugger/watch/watchPanel.js b/extension/content/firebug/debugger/watch/watchPanel.js index 6aba19f09b..5150cd4a0e 100644 --- a/extension/content/firebug/debugger/watch/watchPanel.js +++ b/extension/content/firebug/debugger/watch/watchPanel.js @@ -173,6 +173,10 @@ WatchPanel.prototype = Obj.extend(BasePanel, if (state.scrollTop) this.defaultScrollTop = state.scrollTop; } + + // Make sure the default content is displayed at the beginning. + if (this.tree.isEmpty() || this.defaultTree.isEmpty()) + this.showEmptyMembers(); }, // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //