Closed
Bug 239393
Opened 21 years ago
Closed 21 years ago
Set as Wallpaper: re-selecting "Stretch" doesn't update preview
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
(Keywords: regression)
When you select set as wallpaper and try out the different "position":s, the
preview stops working after testing 2 options.
Steps to reproduce:
1. Right click an image an "set as wallpaper"
2. Switch between the 3 positions availabe to see the preview
3. After selecting at least 2 options the other options stop to work
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040330
Firefox/0.8.0+
| Reporter | ||
Updated•21 years ago
|
Component: Menus → General
| Reporter | ||
Updated•21 years ago
|
Keywords: useless-UI
Comment 1•21 years ago
|
||
This regressed in March 8 builds. (Some builds I tested were unofficial, so
don't assume they were made at 8am.)
02/16: dialog introduced
02/19: selecting "tile" does nothing
03/06: selecting "tile" does nothing
03/07: selecting "tile" does nothing \
03/08: selecting "stretch" does nothing / regression window
03/20: selecting "stretch" does nothing
Updated•21 years ago
|
Severity: major → normal
Keywords: useless-UI
Summary: Set as wallpaper options stop to work → Set as Wallpaper: re-selecting "Stretch" doesn't update preview
In setWallPaper.xul, these constants need to be updated to reflect the changes
made when moving from winhooks to shellservice:
ISS.WALLPAPER_TILE -> ISS.BACKGROUND_TILE
and
ISS.WALLPAPER_STRETCH -> ISS.BACKGROUND_STRETCH
Making those changes fixes it for me.
| Assignee | ||
Comment 3•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•21 years ago
|
||
This is only kind of fixed, it updates center and stretch, but not tile...
Reopen or file a new bug?
Comment 5•21 years ago
|
||
Tile never worked. See
http://lxr.mozilla.org/mozilla/source/browser/base/content/setWallpaper.xul#111.
File a new bug.
| Reporter | ||
Comment 6•21 years ago
|
||
Thanks for the info, bug 239618 was filed.
Updated•19 years ago
|
QA Contact: bugzilla → general
You need to log in
before you can comment on or make changes to this bug.
Description
•