Firebug Release Notes
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added 1.11a2) |
Sebastianz (Talk | contribs) m (Added 1.11.2b1) |
||
| (16 intermediate revisions not shown) | |||
| Line 3: | Line 3: | ||
== Download Sites == | == Download Sites == | ||
| - | * [https://addons.mozilla.org | + | * [https://addons.mozilla.org/firefox/addon/firebug/ Mozilla Addons Firebug page] |
* [https://getfirebug.com/releases/firebug Releases overview page] | * [https://getfirebug.com/releases/firebug Releases overview page] | ||
| - | * [https://getfirebug.com/releases/firebug/1. | + | * [https://getfirebug.com/releases/firebug/1.12 Firebug 1.12 (in alpha phase)] |
| - | * [https://getfirebug.com/releases/firebug/1. | + | * [https://getfirebug.com/releases/firebug/1.11 Firebug 1.11 (current stable)] |
| - | * [https://getfirebug.com/releases/firebug/1. | + | * [https://getfirebug.com/releases/firebug/1.10 Firebug 1.10 (previous release)] |
| + | |||
| + | == Firebug 1.12 == | ||
| + | |||
| + | This is the upcoming version. It is currently in alpha phase. | ||
| + | |||
| + | === Overview === | ||
| + | [[Firebug Roadmap]] | ||
| + | |||
| + | === Features and changes === | ||
| + | ==== [[Console Panel]] ==== | ||
| + | * Resetting all options includes [http://code.google.com/p/fbug/issues/detail?id=6143 include aliases] | ||
| + | |||
| + | ==== [[Command Line]] ==== | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5873 Added] [[Closure Inspector]] | ||
| + | * [[Command Line#Auto-Completion|Completion List Popup]] is now [http://code.google.com/p/fbug/issues/detail?id=6171 displayed by default] also on Linux | ||
| + | |||
| + | ==== [[HTML Panel]] ==== | ||
| + | * Replaced mutation events by [http://code.google.com/p/fbug/issues/detail?id=6177 mutation observers] | ||
| + | |||
| + | ==== [[CSS Panel]] ==== | ||
| + | * Replaced mutation events by [http://code.google.com/p/fbug/issues/detail?id=6176 mutation observers] | ||
| + | |||
| + | ==== [[Cookies Panel]] ==== | ||
| + | * Added [http://code.google.com/p/fbug/issues/detail?id=5844 ''Raw Size'' column] | ||
| + | |||
| + | === Bug Fixes === | ||
| + | ==== Installation ==== | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6169 Add-on bar] isn't displayed by default anymore | ||
| + | |||
| + | ==== [[Console Panel]] ==== | ||
| + | * Removed broken ''[http://code.google.com/p/fbug/issues/detail?id=6149 Show External Errors]'' option | ||
| + | |||
| + | ==== [[Command Line]] ==== | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6135 Number values] are auto-suggested again | ||
| + | * [[include]] only allows to [http://code.google.com/p/fbug/issues/detail?id=6140 include JavaScript] now | ||
| + | |||
| + | ==== [[HTML Panel]] ==== | ||
| + | * [[Quick Info Box]] can be [http://code.google.com/p/fbug/issues/detail?id=5719 moved again] under Linux | ||
| + | * Fixed [http://code.google.com/p/fbug/issues/detail?id=6118 deleting elements] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6128 RTL character] doesn't mess up the display anymore | ||
| + | |||
| + | |||
| + | === Releases === | ||
| + | {| class="wikitable" | ||
| + | ! style="width:100px" | Version || Release Date | ||
| + | |- | ||
| + | | [https://blog.getfirebug.com/2013/01/11/firebug-1-12-alpha-1/ 1.12.0a1] || 2013-01-11 | ||
| + | |} | ||
== Firebug 1.11 == | == Firebug 1.11 == | ||
| - | This is the | + | This release is the current stable version. |
| - | === Overview | + | === Overview === |
* [[Firebug Roadmap]] | * [[Firebug Roadmap]] | ||
| + | * [https://blog.getfirebug.com/2012/12/07/firebug-1-11-0/ Firebug 1.11 announcement] | ||
| + | * [https://hacks.mozilla.org/2012/12/firebug-1-11-new-features/ Firebug 1.11 Feature Highlights] | ||
=== Features and changes === | === Features and changes === | ||
| Line 21: | Line 71: | ||
* [http://code.google.com/p/fbug/issues/detail?id=18 Enhanced] <code>[[$x|$x()]]</code> | * [http://code.google.com/p/fbug/issues/detail?id=18 Enhanced] <code>[[$x|$x()]]</code> | ||
* [http://code.google.com/p/fbug/issues/detail?id=5803 Event target] is added to event logs | * [http://code.google.com/p/fbug/issues/detail?id=5803 Event target] is added to event logs | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5866 Stack trace] is shown for function call logs | ||
| + | * <code>[[$|$()]]</code> now uses <code>[http://code.google.com/p/fbug/issues/detail?id=5764 querySelector()]</code> instead of <code>getElementById()</code> | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5779 Root element] can now be set for <code>[[$|$()]]</code> | ||
| + | * API for [http://code.google.com/p/fbug/issues/detail?id=5817 registering commands] | ||
| + | * Auto-completion for [http://code.google.com/p/fbug/issues/detail?id=959 built-in members] | ||
| + | * Support for [http://code.google.com/p/fbug/issues/detail?id=5843 PerformanceTiming] spec | ||
| + | * New [[Command Line API]] <code>[http://code.google.com/p/fbug/issues/detail?id=5878 include()]</code> | ||
| + | * Completion List Popup is opened [http://code.google.com/p/fbug/issues/detail?id=5999 at start of expression] | ||
| + | * <code>[http://code.google.com/p/fbug/issues/detail?id=5135 window.postMessage()]</code> output is displayed | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6064 Formatting of parts] of console logs | ||
==== [[HTML Panel|HTML]] ==== | ==== [[HTML Panel|HTML]] ==== | ||
* [http://code.google.com/p/fbug/issues/detail?id=4626 Doctypes] of <code><iframe></code>s are displayed | * [http://code.google.com/p/fbug/issues/detail?id=4626 Doctypes] of <code><iframe></code>s are displayed | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5893 Touch events] are logged when enabling event logging for a tag | ||
| + | * HTML content can be [http://code.google.com/p/fbug/issues/detail?id=5358 pasted] | ||
==== [[Style Side Panel|Style]] ==== | ==== [[Style Side Panel|Style]] ==== | ||
* [http://code.google.com/p/fbug/issues/detail?id=2796 New CSS rules] can be created inside the [[Style Side Panel]] | * [http://code.google.com/p/fbug/issues/detail?id=2796 New CSS rules] can be created inside the [[Style Side Panel]] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=2495 Used fonts] are highlighted | ||
| + | |||
| + | ==== [[Computed Side Panel|Computed]] ==== | ||
| + | * Long property values are [http://code.google.com/p/fbug/issues/detail?id=5879 cropped] | ||
| + | |||
| + | ==== [[Watch Side Panel|Watch]] ==== | ||
| + | * All watch expressions can be [http://code.google.com/p/fbug/issues/detail?id=5639 removed at once] | ||
| + | |||
| + | ==== [[CSS Panel|CSS]] ==== | ||
| + | * Long values are [http://code.google.com/p/fbug/issues/detail?id=5862 cropped] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6007 Save success] is indicated for media queries of <code>@import</code> rules | ||
| + | |||
| + | ==== [[Elements Side Panel]] ==== | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5931 Matching elements] can be displayed for CSS selectors (integrated [[Firebug Extensions#selectbug|SelectBug]]) | ||
| + | * Added [http://code.google.com/p/fbug/issues/detail?id=5989 auto-completion] for selectors | ||
==== [[Net Panel|Net]] ==== | ==== [[Net Panel|Net]] ==== | ||
* Display of [http://code.google.com/p/fbug/issues/detail?id=5324 SPDY protocol] | * Display of [http://code.google.com/p/fbug/issues/detail?id=5324 SPDY protocol] | ||
| - | + | ==== [[Cookies Panel|Cookies]] ==== | |
| + | * [http://code.google.com/p/fbug/issues/detail?id=5834 Infotip] for cookie size | ||
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
* Preference <code>[http://code.google.com/p/fbug/issues/detail?id=5623 extensions.firebug.delayLoad]</code> to allow controlling delayed loading of Firebug | * Preference <code>[http://code.google.com/p/fbug/issues/detail?id=5623 extensions.firebug.delayLoad]</code> to allow controlling delayed loading of Firebug | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5864 Location menu search] includes file path | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=2202 Activation] complies to the some origin policy | ||
| + | * Improved logic for [http://code.google.com/p/fbug/issues/detail?id=5888 when to open the first-run page] | ||
| + | |||
| + | You can also have a look at the [http://code.google.com/p/fbug/issues/list?can=1&q=Type%3DEnhancement+-is%3Aopen+fixed%3A1.11 list of all enhancements of Firebug 1.11]. | ||
=== Bug fixes === | === Bug fixes === | ||
| Line 55: | Line 138: | ||
* [http://code.google.com/p/fbug/issues/detail?id=5854 Toggling options] while menu is still open takes effect | * [http://code.google.com/p/fbug/issues/detail?id=5854 Toggling options] while menu is still open takes effect | ||
* [http://code.google.com/p/fbug/issues/detail?id=5857 gcli commands] are removed again when Firebug is disabled | * [http://code.google.com/p/fbug/issues/detail?id=5857 gcli commands] are removed again when Firebug is disabled | ||
| - | * | + | * ''[http://code.google.com/p/fbug/issues/detail?id=5859 Delete "element.style"]'' is working as expected |
| + | * All [http://code.google.com/p/fbug/issues/detail?id=4929 not inheritable properties] are listed correctly | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5554 Cookies from IDN domains] are shown | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5643 Style disabling] works [http://code.google.com/p/fbug/issues/detail?id=5644 as expected] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5749 Denying host-specific cookies] and accepting to remove them only removes them and not others | ||
| + | * Correct display of [http://code.google.com/p/fbug/issues/detail?id=5783 IPv6] addresses | ||
| + | * Header parts [http://code.google.com/p/fbug/issues/detail?id=5870 surrounded by arrow brackets] are not interpreted as HTML tags | ||
| + | * [[Layout Side Panel]] refreshes values when [http://code.google.com/p/fbug/issues/detail?id=5885 resizing the browser window] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5908 XHR responses] are opened in a new browser tab | ||
| + | * [[HTML Panel]] is properly updated when [http://code.google.com/p/fbug/issues/detail?id=5705 reloading an iframe] | ||
| + | * Radio button isn't [http://code.google.com/p/fbug/issues/detail?id=5744 deselected] when inspecting it | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5786 Array-like] [http://code.google.com/p/fbug/issues/detail?id=6104 objects] are shown differently than real arrays | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5850 Element visibility] is updated when its CSS is changed | ||
| + | * Inspector doesn't [http://code.google.com/p/fbug/issues/detail?id=5905 blink] on font family related checking | ||
| + | * HTML Edit Mode doesn't lose [http://code.google.com/p/fbug/issues/detail?id=5934 focus] when accessibility enhancements are enabled | ||
| + | * Source link is shown for [http://code.google.com/p/fbug/issues/detail?id=5945 CSS errors] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5946 Disabling Firebug] doesn't break Firefox UI | ||
| + | * Firebug can be [http://code.google.com/p/fbug/issues/detail?id=5949 opened in popop windows] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5954 Console logging from iframes] is working correctly | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5959 Help command] works on Mac OS and Linux/Unix | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5996 Global completions] respect <code>[[cd()]]</code> | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5204 Pressing <code class="key">Esc</code>] doesn't let CSS properties disappear | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5889 Copy/Paste] work in [[Layout Side Panel]] | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=5964 Cookies at root level] are shown | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=2582 Start Button Infotip] is correctly reflecting the panel states | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6039 Firebug gets closed] when browser popup window is closed | ||
| + | * Inspection doesn't [http://code.google.com/p/fbug/issues/detail?id=6048 jump around] | ||
| + | * Extensions don't break [http://code.google.com/p/fbug/issues/detail?id=3523 Location Menu] anymore | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6013 Box model shading] works after iframe reload | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6083 Break On XHR] works as expected | ||
| + | * [http://code.google.com/p/fbug/issues/detail?id=6091 RTL character] doesn't break [[HTML Panel]] display | ||
You can also have a look at the [http://code.google.com/p/fbug/issues/list?can=1&q=Type%3DDefect+-is%3Aopen+fixed%3A1.11 list of all bug fixes of Firebug 1.11]. | You can also have a look at the [http://code.google.com/p/fbug/issues/list?can=1&q=Type%3DDefect+-is%3Aopen+fixed%3A1.11 list of all bug fixes of Firebug 1.11]. | ||
| - | === | + | === Releases === |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="width:100px" | Version || Release Date | ! style="width:100px" | Version || Release Date | ||
| Line 263: | Line 178: | ||
| colspan="2" style="text-align:center; font-weight:bold;" | Bug fix releases | | colspan="2" style="text-align:center; font-weight:bold;" | Bug fix releases | ||
|- | |- | ||
| - | | [https://blog.getfirebug.com/ | + | | [https://blog.getfirebug.com/2013/01/18/firebug-1-11-2-beta-1/ 1.11.2b1] || 2013-01-18 |
|- | |- | ||
| - | | [https://blog.getfirebug.com/2012/ | + | | [https://blog.getfirebug.com/2012/12/13/firebug-1-11-1/ 1.11.1] || 2012-12-13 |
|- | |- | ||
| colspan="2" style="text-align:center; font-weight:bold;" | Major release | | colspan="2" style="text-align:center; font-weight:bold;" | Major release | ||
|- | |- | ||
| - | | [https://blog.getfirebug.com/2012/ | + | | [https://blog.getfirebug.com/2012/12/07/firebug-1-11-0/ 1.11.0] || 2012-12-07 |
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/11/30/firebug-1-11-beta-3/ 1.11.0b3] || 2012-11-30 |
| + | |- | ||
| + | | [https://blog.getfirebug.com/2012/11/16/firebug-1-11-beta-2/ 1.11.0b2] || 2012-11-16 | ||
| + | |- | ||
| + | | [https://blog.getfirebug.com/2012/11/09/firebug-1-11-beta-1/ 1.11.0b1] || 2012-11-09 | ||
| + | |- | ||
| + | | [https://blog.getfirebug.com/2012/11/02/firebug-1-11-alpha-6/ 1.11.0a6] || 2012-11-02 | ||
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/10/19/firebug-1-11-alpha-5/ 1.11.0a5] || 2012-10-19 |
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/10/05/firebug-1-11-alpha-4/ 1.11.0a4] || 2012-10-05 |
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/09/13/firebug-1-11-alpha-3/ 1.11.0a3] || 2012-09-13 |
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/08/24/firebug-1-11-alpha-2/ 1.11.0a2] || 2012-08-24 |
|- | |- | ||
| - | | [ | + | | [https://blog.getfirebug.com/2012/08/17/firebug-1-11-alpha-1/ 1.11.0a1] || 2012-08-17 |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
|} | |} | ||
== Older versions == | == Older versions == | ||
| + | * [[Firebug 1.10 Release Notes|Firebug 1.10]] | ||
* [[Firebug 1.9 Release Notes|Firebug 1.9]] | * [[Firebug 1.9 Release Notes|Firebug 1.9]] | ||
* [[Firebug 1.8 Release Notes|Firebug 1.8]] | * [[Firebug 1.8 Release Notes|Firebug 1.8]] | ||
Revision as of 23:36, 19 January 2013
Information on updates for releases and future plans
Contents |
Download Sites
- Mozilla Addons Firebug page
- Releases overview page
- Firebug 1.12 (in alpha phase)
- Firebug 1.11 (current stable)
- Firebug 1.10 (previous release)
Firebug 1.12
This is the upcoming version. It is currently in alpha phase.
Overview
Features and changes
Console Panel
- Resetting all options includes include aliases
Command Line
- Added Closure Inspector
- Completion List Popup is now displayed by default also on Linux
HTML Panel
- Replaced mutation events by mutation observers
CSS Panel
- Replaced mutation events by mutation observers
Cookies Panel
- Added Raw Size column
Bug Fixes
Installation
- Add-on bar isn't displayed by default anymore
Console Panel
- Removed broken Show External Errors option
Command Line
- Number values are auto-suggested again
- include only allows to include JavaScript now
HTML Panel
- Quick Info Box can be moved again under Linux
- Fixed deleting elements
- RTL character doesn't mess up the display anymore
Releases
| Version | Release Date |
|---|---|
| 1.12.0a1 | 2013-01-11 |
Firebug 1.11
This release is the current stable version.
Overview
Features and changes
Console and Command Line
- Enhanced
$x() - Event target is added to event logs
- Stack trace is shown for function call logs
-
$()now usesquerySelector()instead ofgetElementById() - Root element can now be set for
$() - API for registering commands
- Auto-completion for built-in members
- Support for PerformanceTiming spec
- New Command Line API
include() - Completion List Popup is opened at start of expression
-
window.postMessage()output is displayed - Formatting of parts of console logs
HTML
- Doctypes of
<iframe>s are displayed - Touch events are logged when enabling event logging for a tag
- HTML content can be pasted
Style
- New CSS rules can be created inside the Style Side Panel
- Used fonts are highlighted
Computed
- Long property values are cropped
Watch
- All watch expressions can be removed at once
CSS
- Long values are cropped
- Save success is indicated for media queries of
@importrules
Elements Side Panel
- Matching elements can be displayed for CSS selectors (integrated SelectBug)
- Added auto-completion for selectors
Net
- Display of SPDY protocol
Cookies
- Infotip for cookie size
Miscellaneous
- Preference
extensions.firebug.delayLoadto allow controlling delayed loading of Firebug - Location menu search includes file path
- Activation complies to the some origin policy
- Improved logic for when to open the first-run page
You can also have a look at the list of all enhancements of Firebug 1.11.
Bug fixes
- Argument logging was unified
- Error breakpoints can be set for shallow errors when Show Stack Trace with Errors isn't set
- Completion List Popup works correctly when switching to Command Editor
- Cookies panel is localized when
extensions.firebug.useDefaultLocaleis set totrue - Inline editing of cropped values shows them completely
- HTML tab keeps displayed for XHR requests on browser tab change
- Firefox crash on Linux avoided
- Infotip for web fonts displayed correctly
- Special font definitions are displayed
- Style Side Panel isn't empty after reloading a page while not hovering it
- Tables created via
console.table()can be scrolled horizontally - UTF-8 values in cookies are displayed correctly
- Numbers formatting respects OS locale settings
- Short tags of elements with a class attribute starting with a space are displayed correctly
- HTML Panel visibility updates affect children
- Changing an attribute of an HTML element doesn't switch to it inside the Style Side Panel
- Toggling options while menu is still open takes effect
- gcli commands are removed again when Firebug is disabled
- Delete "element.style" is working as expected
- All not inheritable properties are listed correctly
- Cookies from IDN domains are shown
- Style disabling works as expected
- Denying host-specific cookies and accepting to remove them only removes them and not others
- Correct display of IPv6 addresses
- Header parts surrounded by arrow brackets are not interpreted as HTML tags
- Layout Side Panel refreshes values when resizing the browser window
- XHR responses are opened in a new browser tab
- HTML Panel is properly updated when reloading an iframe
- Radio button isn't deselected when inspecting it
- Array-like objects are shown differently than real arrays
- Element visibility is updated when its CSS is changed
- Inspector doesn't blink on font family related checking
- HTML Edit Mode doesn't lose focus when accessibility enhancements are enabled
- Source link is shown for CSS errors
- Disabling Firebug doesn't break Firefox UI
- Firebug can be opened in popop windows
- Console logging from iframes is working correctly
- Help command works on Mac OS and Linux/Unix
- Global completions respect
cd() - Pressing
Escdoesn't let CSS properties disappear - Copy/Paste work in Layout Side Panel
- Cookies at root level are shown
- Start Button Infotip is correctly reflecting the panel states
- Firebug gets closed when browser popup window is closed
- Inspection doesn't jump around
- Extensions don't break Location Menu anymore
- Box model shading works after iframe reload
- Break On XHR works as expected
- RTL character doesn't break HTML Panel display
You can also have a look at the list of all bug fixes of Firebug 1.11.
Releases
| Version | Release Date |
|---|---|
| Bug fix releases | |
| 1.11.2b1 | 2013-01-18 |
| 1.11.1 | 2012-12-13 |
| Major release | |
| 1.11.0 | 2012-12-07 |
| 1.11.0b3 | 2012-11-30 |
| 1.11.0b2 | 2012-11-16 |
| 1.11.0b1 | 2012-11-09 |
| 1.11.0a6 | 2012-11-02 |
| 1.11.0a5 | 2012-10-19 |
| 1.11.0a4 | 2012-10-05 |
| 1.11.0a3 | 2012-09-13 |
| 1.11.0a2 | 2012-08-24 |
| 1.11.0a1 | 2012-08-17 |
Older versions
- Firebug 1.10
- Firebug 1.9
- Firebug 1.8
- Firebug 1.7
- Firebug 1.6
- Firebug 1.5
- Firebug 1.4
- Firebug 1.3
- Firebug 1.2
- Firebug 1.1