Closed
Bug 519669
Opened 16 years ago
Closed 16 years ago
Thread summary head panel buttons fire their actions when right-clicking on them.
Categories
(Thunderbird :: Message Reader UI, defect)
Thunderbird
Message Reader UI
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: vkondakoff, Assigned: davida)
Details
(Whiteboard: [no l10n impact])
Attachments
(1 file, 1 obsolete file)
|
1.27 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.4pre) Gecko/20090929 Shredder/3.0pre
There are two buttons in my thread summary head panel: Archive and Delete. Both of them fire their actions when user left-click on them. This is pretty normal. But they are firing the actions when user right-click on them as well.
This seems dangerous comparing with the behavior of the buttons in the message view header pane, where right-click fires the customization pop-up.
Reproducible: Always
Comment 1•16 years ago
|
||
Confirmed also here on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090929 Lightning/1.0pre Shredder/3.0pre ID:20090929031525
Status: UNCONFIRMED → NEW
Component: General → Message Reader UI
Ever confirmed: true
QA Contact: general → message-reader
Updated•16 years ago
|
Flags: blocking-thunderbird3?
Comment 2•16 years ago
|
||
we need this fixed for release considering right clicking on the message reader header buttons changes their mode, these buttons should at least ignore the right click.
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Target Milestone: --- → Thunderbird 3.0rc1
Updated•16 years ago
|
Whiteboard: [no l10n impact]
| Assignee | ||
Comment 3•16 years ago
|
||
Simple fix. I don't believe this needs ui-review, given the clarity of the spec. But if bryan wants to jump in anyway, fine w/ me.
| Assignee | ||
Updated•16 years ago
|
Attachment #404627 -
Flags: review? → review?(bugzilla)
| Assignee | ||
Updated•16 years ago
|
Whiteboard: [no l10n impact] → [no l10n impact][has patch, needs review standard8]
Comment 4•16 years ago
|
||
Same patch with the return statements dropped - we were getting warnings about not always returning a value. As the functions called don't return a value anyway, then there is no point in trying to return one.
Attachment #404627 -
Attachment is obsolete: true
Attachment #404794 -
Flags: review+
Attachment #404627 -
Flags: review?(bugzilla)
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → FIXED
Whiteboard: [no l10n impact][has patch, needs review standard8] → [no l10n impact]
You need to log in
before you can comment on or make changes to this bug.
Description
•