firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Firebug breaks Network side panel tabs in other themes #425

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

When switching to the dark or light theme while Firebug is installed, the side panel tabs within the Network panel are merged into a drop-down menu button at the right side.

*Network* side panel tabs broken

Sebastian

janodvarko commented 8 years ago

Thanks for the report, the patch above should fix that, please verify.

Honza

SebastianZ commented 8 years ago

After setting up the Firebug.next development environment again following the steps described in the README.md I see the following error within the Browser Console when I run it via jpm run -b <path to my Nightly> -p <path to my profile>:

fileName:"resource://firebug-at-software-dot-joehewitt-dot-com/lib/index.js" lineNumber:9 message:"Module firebug.sdk/lib/core/trace.js is not found at resource://gre/modules/commonjs/firebug.sdk/lib/core/trace.js"

How can I fix that error?

Sebastian

janodvarko commented 8 years ago

Install required modules using: npm install (see updated readme again)

Honza

SebastianZ commented 8 years ago

When I do that within the Firebug.next directory I get:

Error: version not found: 0.0.1 : addon-httpd/0.0.1

Sebastian

SebastianZ commented 8 years ago

Ok, when changing the version of addon-httpd to 0.1.4 it's working.

Sebastian

SebastianZ commented 8 years ago

The tabs are working now in other themes, though in the Firebug theme it is now too high.

Request list header too high

Sebastian

janodvarko commented 8 years ago

Fixed by https://github.com/firebug/firebug.next/commit/3be5a781a8e39e7f8816e38cefc9ef9eabd6ac2e

SebastianZ commented 8 years ago

Works now. Thanks!

Sebastian