Closed
Bug 244413
Opened 21 years ago
Closed 20 years ago
Mail & Newsgroup Account Settings \ Server Settings\Checkboxes
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
SeaMonkey
MailNews: Account Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: casualprogrammer, Assigned: Stefan.Borggraefe)
Details
Attachments
(1 file, 1 obsolete file)
8.59 KB,
patch
|
neil
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1) Gecko/20040520
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1) Gecko/20040520
The checkboxes are activated / deactivated not only by clicking the checkbox
itself, but rather by clicking the descriptive text as well. As this might be
acceptable, the activating area for the descriptive text extends to the end of
the "Server Settings" box, thus causing unwanted changes in the settings if
accidental clicking in no mans land occurs.
Reproducible: Always
Steps to Reproduce:
1. Right click on mail account and select "properties"
2. Select "Server Settings"
3. Click in the blank area behind "Use secure connection (SSL)", "Use secure
authentication" or "Check for new messages at startup"
Actual Results:
The checkboxes change state
Expected Results:
The checkboxes not to change state, unless checkbox itself or actual text is
clicked.
The correct behaviour is implemented for "Automatically download new messages"
and "Leave messages on server"
Comment 1•21 years ago
|
||
Couldn't find a dupe.
Can reproduce this with Thunderbird nightly 20040515 on Win2k.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•21 years ago
|
Assignee: sspitzer → Stefan.Borggraefe
Severity: normal → trivial
Component: Mail Window Front End → Account Manager
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → mozilla1.8alpha
Assignee | ||
Comment 2•21 years ago
|
||
Adding align="start" to the vbox that surrounds these checkboxes fixes the bug.
Assignee | ||
Comment 3•21 years ago
|
||
Actually this problem exists in some more places. The attached patch fixes all
of them in MailNews. I'd file follow-up bugs about the problem in other parts
of Mozilla/FF/TB, if this is the right fix.
A way to fix this globally in one central place would certainly be better, but
I couldn't find one.
Attachment #149151 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #149157 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 4•20 years ago
|
||
Comment on attachment 149157 [details] [diff] [review]
Fixes all occurrences of this problem in MailNews
Radiobuttons have it easy - radiogroups have the global -moz-box-align: start;
style in xul.css but I can't see a better way to fix checkboxes.
Attachment #149157 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 149157 [details] [diff] [review]
Fixes all occurrences of this problem in MailNews
Ok, thanks Neil! Lets ask Scott for sr then.
Attachment #149157 -
Flags: superreview?(mscott)
Updated•20 years ago
|
Attachment #149157 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 6•20 years ago
|
||
That was a fast sr. :-) Fix checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•