Opened 13 years ago
Closed 13 years ago
#7131 closed defect (fixed)
Firebug Lite - Bug Fixes
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Core | Version: | 1.1.1 |
Keywords: | firebug lite debug | Cc: | alex |
Blocked By: | Blocking: |
Description
Curly braces and brackets appear switched on complex object tracing
- Fix: was checking the object for type instead of the object's child
NULL objects within complex object tracing causes errors
- Fix: Added if(o===null) in printObject()
Right aligned toolbar buttons get pushed too far to the right when in DOM mode
- Fix:
- Left aligned all buttons
- Added gaps betweens "groups" of buttons
- Added code to check if close button should show or not
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | FB_JS_CSS.patch added |
---|
comment:1 Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch for js and css for these three fixes