Closed
Bug 240970
Opened 21 years ago
Closed 21 years ago
Context menu text is right aligned in date area
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.9
People
(Reporter: mozilla_bugs, Assigned: mscott)
Details
(Keywords: helpwanted)
Attachments
(2 files, 1 obsolete file)
40.95 KB,
image/jpeg
|
Details | |
1.14 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040310 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040310 Firefox/0.8.0+
When you right click on the date in the preview pane or in a message window the
text in the pop-up menu is right aligned.
Reproducible: Always
Steps to Reproduce:
1. Right click on the date.
Actual Results:
The pop-up menu text is right aligned.
Expected Results:
Pop-up menu text is left aligned.
Mozilla Thunderbird 0.5+ (20040407)
Reporter | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Thunderbird0.7
Assignee | ||
Comment 2•21 years ago
|
||
that really is wild. I bet it's because the date field itself gets right
justified against the edge? Maybe a style is bleeding through into the context
menu. This will be a great help wanted bug for someone looking to get their feet
wet.
Keywords: helpwanted
Assignee | ||
Updated•21 years ago
|
Target Milestone: Thunderbird0.7 → Thunderbird0.9
Comment 3•21 years ago
|
||
Updated•21 years ago
|
Attachment #150734 -
Flags: review?(mscott)
Assignee | ||
Comment 4•21 years ago
|
||
I think a better approach to fixing this would be to put a selector on the
context menu popup to over ride the text alignment..
something like:
#collapseddateValue > popup > menuitem {
text-align: left;
}
except that doesn't actually work. The syntax needs adjusted to something that
will work.
Assignee | ||
Comment 5•21 years ago
|
||
Attachment #150734 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #150734 -
Flags: review?(mscott) → review-
Assignee | ||
Comment 6•21 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•