Closed
Bug 876271
Opened 12 years ago
Closed 6 years ago
Move common code to WidgetMethods
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vporof, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, both the SideMenuWidget and BreadcrumbsWidget implement some common methods/properties, using the same logic and code. It'd be nice to move those up the prototype chain to DRY things out a bit. This way, everybody that may implement a new widget can also benefit from them automagically.
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Reporter | ||
Updated•11 years ago
|
Summary: Make ensureSelectionIsVisible(), maintainSelectionVisible and autoscrollWithAppendedItems members of MenuContainers, not subclassed Widgets → Make ensureSelectionIsVisible(), maintainSelectionVisible and autoscrollWithAppendedItems members of WidgetMethods
Updated•10 years ago
|
Summary: Make ensureSelectionIsVisible(), maintainSelectionVisible and autoscrollWithAppendedItems members of WidgetMethods → Move common code to WidgetMethods
Updated•10 years ago
|
Blocks: dbg-frontend
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
Closing because it's old/legacy debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•