Closed
Bug 332484
Opened 20 years ago
Closed 20 years ago
set as desktop background fails
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: kbrosnan, Unassigned)
References
Details
(Keywords: regression, Whiteboard: cairo)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060331 Firefox/1.6a1 ID:2006033104
Steps to reproduce.
Chose an image file
right click and select Set as desktop background...
choose any option from the drop down
press set as desktop background
nothing happens
The JavaScript console shows the following error with javascript.options.showInConsole true set.
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIShellService.setDesktopBackground]
Source file: chrome://browser/content/setDesktopBackground.js Line: 96
This appears to be a Windows only issue, Philor tested on a Mac and could not reproduce.
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060401 Firefox/2.0a1
I can confirm this bug under Bon Echo Alpha 1 with small images, like a login or go button. With bigger images I can't confirm.
| Reporter | ||
Comment 2•20 years ago
|
||
Regression range 2006.03.24 works 2006.03.25 broken, tested on Trunk Firefox/1.6a1.
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060401 Firefox/1.6a1
Can't reproduce with the latest build which is non-cairo so I think this might be a deterioration of Bug 328354.
Component: OS Integration → GFX: Thebes
Product: Firefox → Core
QA Contact: os.integration → thebes
Updated•20 years ago
|
Whiteboard: cairo
Comment 5•20 years ago
|
||
No bitmap file is being generated, possibly a problem in WriteBitmap? http://lxr.mozilla.org/mozilla/source/browser/components/shell/src/nsWindowsShellService.cpp#663
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060401
> Firefox/2.0a1
>
> I can confirm this bug under Bon Echo Alpha 1 with small images, like a login
> or go button. With bigger images I can't confirm.
>
Latest branch is WFM on images of all sizes for me.
Comment 6•20 years ago
|
||
At mine, latest branch is also WFM now.
Updated•20 years ago
|
Flags: blocking1.9a1?
WFM also, marking as so.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 8•20 years ago
|
||
Kurt, this bug was not filed against the branch. As of today's trunk build (20060406), this is still a problem. Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 10•20 years ago
|
||
*** Bug 336783 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Depends on: 328354
Resolution: --- → FIXED
Comment 11•20 years ago
|
||
No specific bug / patch referenced as the fix.
-> WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 12•20 years ago
|
||
This was definitely fixed by the patch for bug 328354. Use the view bug activity to see that this bug was marked fixed by one of the lead developers for cairo.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Reporter | ||
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Comment 13•20 years ago
|
||
A lead developer marking it fixed still doesn't give any QA on what fixed it. But specifically identifying that it was bug 328354 (I presume a re-working of the code that caused the regression in the first place) is good.
Updated•20 years ago
|
Flags: blocking1.9a1?
You need to log in
before you can comment on or make changes to this bug.
Description
•