Closed
Bug 602227
Opened 15 years ago
Closed 15 years ago
let addon bar control widget styling related to positioning
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dietrich, Assigned: dietrich)
References
Details
Attachments
(1 file)
1.24 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
currently each widget sets it's margins, whatnot. this patch removes that, so that the browser can control positioning, relative spacing between items on the bar, etc.
it also contains a correctness fix - we were putting a space in the id for the widget's container element.
Assignee: nobody → dietrich
Attachment #481238 -
Flags: review?(myk)
Updated•15 years ago
|
Attachment #481238 -
Flags: review?(myk) → review+
Assignee | ||
Comment 2•15 years ago
|
||
pull request: https://github.com/mozilla/addon-sdk/pull/25
Comment 3•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•