Closed
Bug 525917
Opened 15 years ago
Closed 15 years ago
undo doesn't work for lightweight themes / personas
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3.7a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta2-fixed |
People
(Reporter: beltzner, Assigned: dao)
References
Details
(Keywords: verified1.9.2)
Attachments
(1 file, 1 obsolete file)
2.31 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Running into a few (potentially edge) cases where "Undo" doesn't actually undo the action after installing a persona. Here's STR that I can reproduce:
1. remove addons.mozilla.org from the software install whitelist (Security options)
2. go to addons.mozilla.org/firefox/persona
3. pick a persona and "wear this"
4. click "allow"
5. click "undo"
Expected: to go back to previous persona
Actual: still shows new persona
It was pretty sticky, too. If I went into the add-ons manager and selected my previous persona, it wouldn't switch back. I had to uninstall the previous persona to get rid of the new one.
(Stephen Horlander says that he also hit this even when addons.mozilla.org was in the software install whitelist, but I wasn't able to reproduce that)
Flags: blocking-firefox3.6+
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dao
Comment 1•15 years ago
|
||
(In reply to comment #0)
> (Stephen Horlander says that he also hit this even when addons.mozilla.org was
> in the software install whitelist, but I wasn't able to reproduce that)
Yeah, judging from the chat transcript, I think Stephen's experience might be bug 522188, but as Dao pointed out on today's team call, your complaint is different.
Comment 2•15 years ago
|
||
Yes. My issue actually sounds much more like bug 522188.
Assignee | ||
Comment 3•15 years ago
|
||
The problem was that the currentTheme data wasn't original but pointed to the persisted images. So when browser.js used that data to set the current theme, the persisted images became the primary sources.
Attachment #410478 -
Flags: review?(dtownsend)
Assignee | ||
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: needs review dtownsend
Assignee | ||
Comment 4•15 years ago
|
||
minor cleanup
Attachment #410478 -
Attachment is obsolete: true
Attachment #410479 -
Flags: review?(dtownsend)
Attachment #410478 -
Flags: review?(dtownsend)
Updated•15 years ago
|
Attachment #410479 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: needs review dtownsend
Target Milestone: --- → Firefox 3.7a1
Assignee | ||
Comment 6•15 years ago
|
||
status1.9.2:
--- → beta2-fixed
Comment 7•15 years ago
|
||
V. Fixed Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20091106 Minefield/3.7a1pre
V. Fixed Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b2pre) Gecko/20091106 Namoroka/3.6b2pre
Comment 8•15 years ago
|
||
changing status based on comment 7. i've also verified the same on mac builds.
Status: RESOLVED → VERIFIED
Keywords: verified1.9.2
You need to log in
before you can comment on or make changes to this bug.
Description
•