Open
Bug 516957
Opened 16 years ago
Updated 3 years ago
When attachment reminder pop-ups on Send, clicking "Oh, I did!" should bring up the Attach File(s) dialog box
Categories
(Thunderbird :: Message Compose Window, enhancement)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: spockmay, Assigned: aceman)
References
Details
(Keywords: ux-efficiency)
Attachments
(1 file)
|
1.46 KB,
patch
|
mkmelin
:
review+
jsbruner
:
ui-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090915 Namoroka/3.6a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4
If I forgot to attach a file and the reminder catches it, I will then click on the "Oh, I did" option. This then just returns you to the message where you can manually add the attachment. Why not skip this step and have the "Oh, I did" button launch the Attach File(s) dialog box.
Reproducible: Always
Steps to Reproduce:
1.Write email with "please see attached", click Remind Me Later on attachment reminder notification
2.Press Send
3.Select "Oh I did"
Actual Results:
Returns to message composition window
Expected Results:
Launch the Add File(s) dialog box to select files to attach
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: x86 → All
Version: unspecified → Trunk
Updated•12 years ago
|
Josiah, would this be acceptable?
This should do it.
Assignee: nobody → acelists
Status: NEW → ASSIGNED
Attachment #8503519 -
Flags: ui-review?(josiah)
Attachment #8503519 -
Flags: review?(mkmelin+mozilla)
Updated•11 years ago
|
Attachment #8503519 -
Flags: ui-review?(josiah) → ui-review+
Comment 6•11 years ago
|
||
Comment on attachment 8503519 [details] [diff] [review]
patch
Review of attachment 8503519 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Did you verify it doesn't break the test? I'd imagine it has to be adjusted.
Attachment #8503519 -
Flags: review?(mkmelin+mozilla) → review+
Comment 7•11 years ago
|
||
Just tried it, and indeed the test need to adapt
But we should finally get bug 938829 landed before I modify the test file :)
| Assignee | ||
Comment 10•11 years ago
|
||
I talked to the mozmill guys and it seems to be very hard to check for the File picker dialog (as it is a platform native dialog in some cases, not a XUL window). I think they propose to make a 'mock' object that overrides the object opening the dialog so we could detect the dialog was about to open, we just do not really open it. I'll look into that.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•