Closed
Bug 610310
Opened 14 years ago
Closed 14 years ago
widgets and bar are too tall
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dietrich, Assigned: dietrich)
References
Details
Attachments
(1 file, 1 obsolete file)
2.04 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
in latest sdk source from hg, and beta 6, the widgets are huge. must be a jetpack regression because it worked in beta 6 when it was released.
Assignee | ||
Comment 1•14 years ago
|
||
pull request: https://github.com/mozilla/addon-sdk/pull/26
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → dietrich
Comment 2•14 years ago
|
||
Just confirming that this works for me with Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc14 Firefox/3.6.12 and this was broken for me on 3.6.* since the widget module was introduced in Jetpack-SDK.
Comment 3•14 years ago
|
||
This patch has fixed the issue here too. I've tested in beta 6.
Comment 4•14 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 5•14 years ago
|
||
Attachment #492273 -
Flags: review?(myk)
Comment 6•14 years ago
|
||
Comment on attachment 492273 [details] [diff] [review]
fix
This seems mostly reasonable, although it fails to apply. And I noticed one other issue:
> test.assertEqual(widgetCount(), widgetStartCount + 1, "panel has correct number of child elements after widget construction");
>
>+ // Test widget height
>+ test.assertEqual(widgetCount(), widgetStartCount, "panel has correct number of child elements after remove");
That doesn't look like a widget height test!
Attachment #492273 -
Flags: review?(myk) → review-
Assignee | ||
Comment 7•14 years ago
|
||
unrotted, test fixed.
Attachment #492273 -
Attachment is obsolete: true
Attachment #493065 -
Flags: review?(myk)
Comment 8•14 years ago
|
||
Comment on attachment 493065 [details] [diff] [review]
v2
Looks good, seems to work, r=myk
Attachment #493065 -
Flags: review?(myk) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•