Closed
Bug 225878
Opened 21 years ago
Closed 21 years ago
Server name for Movemail accounts spuriously hidden
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Stefan.Borggraefe, Assigned: Stefan.Borggraefe)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
26.16 KB,
patch
|
neil
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Regression from bug 222940. The cause for this bug is that the function
hideShowControls() hides the enclosing container instead the element itself when
the element doesn't have the attribute iscontrolcontainer="true".
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #135646 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•21 years ago
|
||
Comment on attachment 135646 [details] [diff] [review]
Patch
Would it be possible to remove all occurrences of iscontrolcontainer and
hidable and simply put hidefor on the control containers?
document.getElementsByAttribute("hidefor", "*") would help. Otherwise at least
remove iscontrolcontainer="true" from that hbox.
Assignee | ||
Updated•21 years ago
|
Attachment #135646 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 3•21 years ago
|
||
> Would it be possible to remove all occurrences of iscontrolcontainer and
> hidable and simply put hidefor on the control containers?
This was actually what I did at first. But then I thought the patch was getting
a bit large for this small bug and I wasn't sure if I missed the point of the
(IMHO overdone) function to hide the controls.
But since you are positive about this change, here is the patch. :-)
The Offline & Diskspace pane uses the same code. With my patch this bad
smelling duplicate code is avoided.
Assignee | ||
Updated•21 years ago
|
Attachment #135646 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #135792 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 4•21 years ago
|
||
Comment on attachment 135792 [details] [diff] [review]
Simplify the way the controls are hidden.
Hey, you're getting good at this ;-)
Attachment #135792 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #135792 -
Flags: superreview?(bienvenu)
Updated•21 years ago
|
Attachment #135792 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
Checked in by timeless. Marking FIXED.
Status: NEW → RESOLVED
Closed: 21 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
•