Closed Bug 628113 Opened 13 years ago Closed 13 years ago

widgets are obscured by the window resizer on Mac OS X

Categories

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

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 609127

People

(Reporter: asqueella, Unassigned)

Details

(Whiteboard: [addon bar])

1) cd examples/reddit-panel
2) cfx run
3) Try to click the reddit icon in the lower-right of the window.

Actual results: no effect, the panel does not open

Expected results: the panel opens.

If you click the top-left part of the icon, the panel comes up.

Firefox: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b10pre) Gecko/20110121 Firefox/4.0b10pre
SDK: https://github.com/mozilla/addon-sdk/commit/0f9e14ea9d9f3251cbe925e2b69facd31376be8a
This happens for all widgets that are added to the add-on bar first and therefore appear all the way to the right, not just the reddit-panel example, so updating title accordingly.
Summary: widget obscured by the window resizer on Mac OS X (in reddit-panel example) → widgets are obscured by the window resizer on Mac OS X
I could have sworn this was already filed (perhaps in the Firefox product), although I can't find it now.
Cc'ing Neil, this sounds like a Firefox bug, not and add-on SDK bug. And yeah, pretty sure it's a dupe.
Whiteboard: [addon bar]
The statusbar on Mac used to have a 16px right padding. Does the addon bar just need to have this as well?
That's quite possible, but #status-bar should still have that padding. Maybe you're adding items after #status-bar. In that case we should remove the padding from #status-bar and add it to #addon-bar.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
The bug this was marked a duplicated of (bug 609127) is not blocking the Firefox release.

This bug is obviously a blocker for an Addon SDK release intended for Firefox 4, so either that bug need to be fixed in time for Firefox 4 or this one should be worked around on the Addon SDK side.
You need to log in before you can comment on or make changes to this bug.