Skip to content

Commit

Permalink
Update disabled Script panel warning message (issue 6821)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Sep 27, 2013
1 parent 31ec330 commit b6c46e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension/locale/en-US/firebug.properties
Expand Up @@ -1775,4 +1775,4 @@ perftiming.unloadEventStart=Time just before the unload event is fired.

# LOCALIZATION NOTE (knownissues.message.slowJSD): A message displayed when the Script panel
# is disabled. It warns users about known platform problems related to JSD.
knownissues.message.slowJSD=If you enable the Script panel you also enable Firefox JavaScript debugging engine (JSD) that has known platform <a>problems</a>. You can experience e.g. slower tab switching in Firefox. Disabling the Script panel again will make the problem disappear. This will be fixed in next major Firebug version.
knownissues.message.slowJSD=<B>Warning:</B> Enabling this panel slows down tab switching and Firebug activation due to a <a>platform problem</a>. This will be fixed with the next major Firebug version.
8 changes: 8 additions & 0 deletions extension/skin/classic/console.css
Expand Up @@ -907,6 +907,7 @@

/************************************************************************************************/
/* include() command */

.tableCommandLineInclude td {
height: 17px;
}
Expand All @@ -931,3 +932,10 @@
width: 75%;
padding-right: 0 !important;
}

/*************************************************************************************************/
/* Description Box */

.descriptionBox B {
font-weight: bold;
}

0 comments on commit b6c46e5

Please sign in to comment.