Closed Bug 610310 Opened 14 years ago Closed 14 years ago

widgets and bar are too tall

Categories

(Add-on SDK Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dietrich, Assigned: dietrich)

References

Details

Attachments

(1 file, 1 obsolete file)

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: nobody → dietrich
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.
This patch has fixed the issue here too. I've tested in beta 6.
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
Attached patch fix (obsolete) — Splinter Review
Attachment #492273 - Flags: review?(myk)
Blocks: 611250
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-
Attached patch v2Splinter Review
unrotted, test fixed.
Attachment #492273 - Attachment is obsolete: true
Attachment #493065 - Flags: review?(myk)
Comment on attachment 493065 [details] [diff] [review] v2 Looks good, seems to work, r=myk
Attachment #493065 - Flags: review?(myk) → review+
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.

Attachment

General

Created:
Updated:
Size: