Closed
Bug 945591
Opened 12 years ago
Closed 12 years ago
Extension with the SDK's toolbarbutton module no longer displays toolbar button
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: canuckistani, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
When I enable the add-on, I see this logged:
"[CustomizableUI]" "Widget 'transmission-button' not found, unable to move" CustomizableUI.jsm:142
The code for this button is here:
https://github.com/canuckistani/transmission-magnet-helper/blob/master/lib/main.js#L182-L189
Until today, this worked.
Updated•12 years ago
|
Blocks: australis-merge, australis-addons
Updated•12 years ago
|
Version: 26 Branch → Trunk
Comment 1•12 years ago
|
||
(In reply to Jeff Griffiths (:canuckistani) from comment #1)
> Until today, this worked.
How literally "today"? The SDK uplift was not too long ago, and contained several fixes for the widget library. It's possible they impacted this library as well. Otherwise we'd have to look elsewhere, but I didn't think we landed much that would have impacted this the last 24 hours... Proper regression window would help!
Flags: needinfo?(jgriffiths)
Keywords: regression,
regressionwindow-wanted
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> (In reply to Jeff Griffiths (:canuckistani) from comment #1)
> > Until today, this worked.
>
> How literally "today"? The SDK uplift was not too long ago, and contained
> several fixes for the widget library. It's possible they impacted this
> library as well. Otherwise we'd have to look elsewhere, but I didn't think
> we landed much that would have impacted this the last 24 hours... Proper
> regression window would help!
Literally just yesterday, as today it works again.
I only saw this using nightly with a specific extension, I'm going to spend a little time with some simple test extensions using this library and see if anything crops up. If I can't repro, I'll close it.
Flags: needinfo?(jgriffiths)
Comment 3•12 years ago
|
||
(In reply to Jeff Griffiths (:canuckistani) from comment #2)
> (In reply to :Gijs Kruitbosch from comment #1)
> > (In reply to Jeff Griffiths (:canuckistani) from comment #1)
> > > Until today, this worked.
> >
> > How literally "today"? The SDK uplift was not too long ago, and contained
> > several fixes for the widget library. It's possible they impacted this
> > library as well. Otherwise we'd have to look elsewhere, but I didn't think
> > we landed much that would have impacted this the last 24 hours... Proper
> > regression window would help!
>
> Literally just yesterday, as today it works again.
Weeeeeeiiiird. :-(
> I only saw this using nightly with a specific extension, I'm going to spend
> a little time with some simple test extensions using this library and see if
> anything crops up. If I can't repro, I'll close it.
Did you have another chance to look at this?
Flags: needinfo?(jgriffiths)
| Reporter | ||
Comment 4•12 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #3)
> Did you have another chance to look at this?
I have not been able to repro, and I am running two different add-ons that use the toolbarbutton module ( my own, and cheevos ).
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(jgriffiths)
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•