Closed Bug 465899 Opened 16 years ago Closed 15 years ago

add javascript debuger toolbar image into my toolbars, it looks strange.

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

All
Windows Server 2003
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 424561

People

(Reporter: dbliu, Assigned: rginda)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

If a use toolbar customise.
And drag javascript debugger's icon into my toolbar.
It will display a larage system images.
like the screen shot:

http://juiceapp.com/files/screen_shot.jpg

the cause reason:

In venkman-overlay.css ,It is defined:

toolbar[iconsize="small"] .venkman-open-tb-button {
  list-style-image: url("chrome://venkman/skin/images/file-js-bp.png");
}

when user use big icon size or install some other plugins.
such as Twitkit, it will occurs.
Please add :
/*********************add start******************/
toolbar .venkman-open-tb-button {
  list-style-image: url("chrome://venkman/skin/images/file-js-bp.png");
}


In our plugin, I have meet the same issue.
/*********************add end******************/

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Assignee: nobody → rginda
Component: Extension Compatibility → JavaScript Debugger
Product: Firefox → Other Applications
QA Contact: extension.compatibility → venkman
Umm, this doesn't happen for me. I'm assuming it's caused by some other extension being weird about what CSS it adds in random places, which makes it a dupe of bug 424561.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.