Closed
Bug 296127
Opened 20 years ago
Closed 20 years ago
[Mac] Options button systematically disappears
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.8final
People
(Reporter: marcia, Assigned: robert.strong.bugs)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.28 KB,
patch
|
kevin
:
review+
benjamin
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
Seen using Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ STR: (existing profile, using default Firefox theme) 1. Go to extension manager, highlight and extension and click on the options button (I had to click on it twice.) 2. Button disappears from the UI, but if you click in that general vicinity, it does show the options. Need to find the regression window on this one.
| Reporter | ||
Comment 1•20 years ago
|
||
I just installed a different theme, and the button appears to work fine, so it looks as if this is just an issue with the FF default theme.
Keywords: regression
Comment 2•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ ID:2005053112
| Reporter | ||
Comment 3•20 years ago
|
||
This probably is a Mac only bug - if someone can check Linux that would be great, so we can rel note properly.
Comment 4•20 years ago
|
||
This probably has to do with the Mac-only button down effect. http://lxr.mozilla.org/mozilla/source/toolkit/themes/pinstripe/mozapps/extensions/extensions.css#103 Seems like the extensionOptions-pressed.png in my tree is a corrupted PNG.
Comment 5•20 years ago
|
||
yeah, I cannot repro this on linux (so far).
Comment 6•20 years ago
|
||
Could anyone test this with a valid classic.jar/skin/classic/mozapps/extensions/extensionOptions-pressed.png ? For a cvs build, that image is at: mozilla\toolkit\themes\pinstripe\mozapps\extensions\extensionOptions-pressed.png CCing Stephen and Kevin, for the broken image.
| Reporter | ||
Updated•20 years ago
|
Summary: Options button systematically disappears → [Mac] Options button systematically disappears
Updated•20 years ago
|
Assignee: nobody → kevin
Flags: blocking-aviary1.1?
Target Milestone: --- → Firefox1.1
| Assignee | ||
Comment 7•20 years ago
|
||
It looks like the options image was added to actionbuttons.png as it is for the rest of the buttons but the css was never updated.
Comment 8•20 years ago
|
||
currently the button disappears on down click and reappears on release. It fires the options dialog as expected.
| Assignee | ||
Comment 9•20 years ago
|
||
This changes the options button to use the options image in actionbuttons.png since the images for the other buttons are already using these images and the extensionOptions-pressed.png image is corrupt as previously noted. Tested on Mac OS X and this WFM. I don't remove the extensionOptions.png and extensionOptions-pressed.png with this patch.
Updated•20 years ago
|
Attachment #185639 -
Flags: review?(benjamin) → review?(kevin)
Updated•20 years ago
|
Attachment #185639 -
Flags: review?(kevin) → review+
Updated•20 years ago
|
Attachment #185639 -
Flags: approval-aviary1.1a2?
Updated•20 years ago
|
Attachment #185639 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [checkin needed][a+]
Comment 10•20 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Comment 11•19 years ago
|
||
Verified with Deer Park build on Mac 2005-07-01-07-trunk
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•