Closed Bug 1656180 Opened 5 years ago Closed 5 years ago

Cannot attach attachment via left-click on attachment pane whitespace (only triggers attach dialog when the attachment pane is empty (no attachments yet))

Categories

(Thunderbird :: Message Compose Window, defect)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pavel.hosek, Assigned: thomas8)

References

(Regression)

Details

(Keywords: regression, Whiteboard: ux-consistency, ux-efficiency)

User Agent: Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 OPR/69.0.3686.95

Steps to reproduce:

Can't attach 2 attachments to email, TB version 78.0.1 (32 bit).

Error update. If I use the menu -> file -> attach, then more attachments can be inserted. If I click in the attachment field, only 1 attachment can be inserted.

Error update. If I use the menu -> file -> attach, then more attachments can be inserted. If I left-click in the attachment field, only 1 attachment can be inserted. If I right-click in the attachment field and select the option to attach a file, more attachments can be inserted.

Summary: can't attach 2 attachments to email → Cannot attach more than one file attachment at once to an email

Ja.Claudius, thanks for reporting this.
Next time, please offer proper steps to reproduce your problem, so that it becomes actionable.

STR

  1. compose msg in TB78, View > Attachment pane (Alt+M)
  2. left-click on whitespace of empty attachment pane to Attach File(s) (as hinted by pane tooltip)
  3. left-click on whitespace below 1st attachment again to Attach File(s) (as hinted by pane tooltip)

Actual result

  • step 2: first left-click on pane whitespace: success (highly efficient, intuitive and convenient way of adding attachments)
  • step 3: subsequent left-clicks on pane whitespace: fail (Tooltip says: Attach File(s), but nothing happens)

Expected result

  • ux-consistency: Attaching via left-click on attachment whitespace should work regardless of previous attachments added or not.
  • The correct behaviour is seen on TB 68.10.0 where this just works - please try it!
  • Very efficient and convenient because attachment pane whitespace is a big, no-brainer click target.

This is a regression caused by bug 1613004.

As Magnus pointed out, we should ensure to prevent selection misclicks, which is easy to achieve:

  • do nothing (i.e. don't deselect, don't show attach dialog) when clicking whitespace while holding Ctrl or Shift modifier keys.

With that error-prevention in place, there'll be no risks or side-effects of restoring this useful behaviour (available since time immemorial).

Assignee: nobody → bugzilla2007
Severity: -- → S3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: regression
OS: Unspecified → All
Regressed by: 1613004
Hardware: Unspecified → All
Summary: Cannot attach more than one file attachment at once to an email → Cannot attach more than one file attachment via left-click on attachment pane whitespace
Component: Untriaged → Message Compose Window
Whiteboard: ux-consistency, ux-efficiency

I have been using Thunderbird since its first version and I know its behavior and functions in great detail. This is not a click in the wrong place of the window, nor does holding the Ctrl or Shift key help. I can live with that mistake, because there are other ways to insert an attachment. But the mistake is there and it's annoying after many years of use to do it differently.

I think this works as designed. Like I wrote in the other bug, it's a list, and trying to combine complex list selection behaviours with doing other "magic" is not a good idea.

Summary: Cannot attach more than one file attachment via left-click on attachment pane whitespace → Cannot attach attachment via left-click on attachment pane whitespace (only triggers attach dialog when the attachment pane is blank)
Blocks: tb78found
Summary: Cannot attach attachment via left-click on attachment pane whitespace (only triggers attach dialog when the attachment pane is blank) → Cannot attach attachment via left-click on attachment pane whitespace (only triggers attach dialog when the attachment pane is empty (no attachments yet))

double click also previously worked

Status: ASSIGNED → NEW

Closing per comment 6.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.