Description
The main use case behind this enhancement request is a listed limitation in the firebug Export extension, which indicates that expandable log message information will not be exported to file unless each expandable log message is expanded prior to export.
There may be other use cases for having an 'Expand All' capability on the console page.
Please see detailed test case below.
CURRENT VERSION:
Firebug Version: 2.0.8
Browser version: Firefox 36.0.1
Operating system: Microsoft Windows 7 Enterprise, 6.1.7601 Service Pack 1 Build 7601
NOTE: Understand that future enhancements will be done a future release, not 2.0
TEST CASE:
Steps to reproduce
- In firebug, select the [active] console page.
- Select an expandable log message, and right click.
- Mouse over 'Expand All/Collapse All' to get sub-menu with an 'Expand All' and 'Collapse All' option.
- Select 'Expand All' to expand all current expandable log messages in console.
- The default 'Collapse All' should now be deselected (no check mark), and 'Expand All' should now be selected (check mark).
- Also, any future log messages should be automatically expanded with 'Expand All' enabled.
- Follow the same steps as above to re-select 'Collapse All', to collapse all current and future expandable log messages.
Observed result
NO 'Expand All/Collapse All' option available on console page
Expected result
'Expand All/Collapse All' option available on console page, as described above