Closed
Bug 64473
Opened 25 years ago
Closed 25 years ago
"Alert me before downloading an image" pref should be in its own 'paragraph'
Categories
(SeaMonkey :: General, enhancement)
SeaMonkey
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: hwaara)
Details
Attachments
(7 files)
4.32 KB,
patch
|
Details | Diff | Splinter Review | |
4.29 KB,
patch
|
Details | Diff | Splinter Review | |
4.36 KB,
patch
|
Details | Diff | Splinter Review | |
4.39 KB,
patch
|
Details | Diff | Splinter Review | |
4.22 KB,
patch
|
Details | Diff | Splinter Review | |
9.18 KB,
patch
|
Details | Diff | Splinter Review | |
9.37 KB,
patch
|
Details | Diff | Splinter Review |
Same as bug 64171, but for the Images panel. (64171 was for the Cookies panel.)
The "Alert me before downloading an image" pref is currently indented under
the "Do not load any images" radio button. That makes it seem like the value
of the checkbox is only meaningful when "Do not load any images" is selected,
but the opposite is true (it's only meaningful when any of the other radio
buttons are selected).
Assignee | ||
Updated•25 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
Assignee | ||
Comment 5•25 years ago
|
||
Assignee | ||
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
r=timeless, via IRC
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
This patch incorporates hwaara's patch and cleans up the code a bit more.
cc'ing blake for r=.
Comment 11•25 years ago
|
||
+ // Hide originating server option.
+ document.getElementById("accOrgImages").removeAttribute("hidden");
<jag> s/Hide/Show/ [for that function only]
r=timeless after that logical negation.
Comment 12•25 years ago
|
||
I've got a new patch here which hides the separators just like the surrounding
content to make the panel look better when the pref (if ever?) is disabled. It
also uses a broadcaster, simplifying the code.
Comment 13•25 years ago
|
||
Comment 14•25 years ago
|
||
r=timeless
Comment 16•25 years ago
|
||
Fix checked in, marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 17•24 years ago
|
||
Verfied, marking as verfied as well
OS: Win2k SP1
Moz Build: 2001012820 Win32 Talkback
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010128
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•