Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0004668SOGoGUIpublic2019-02-04 11:26
Reportershockwave Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformMac OSOSMojaveOS Version10.14
Product Version3.2.10 
Summary0004668: The @ symbol on OSX fires the "enter" event on the recipient/cc/bcc autocomplete field in mail composition
Description

If you start typing an email address in one of these fields, when you write the "@" symbol on the mac keyboard the "enter" events fires and you can't finish to write the address

Steps To Reproduce
  • Write a new mail
  • Write an email address in the recipient field
  • When you hit the "@" symbol you won't be able to finish writing the address
Additional Information

I think that it's because the keycode is the same as the semicolon (186), so I temporary added these lines in the angular-material.min.js:
&& !(navigator.appVersion.indexOf("Mac") != -1 && e.keyCode == 186 && e.altKey)
when you check the separatorKeys in the MdChipsCtrl.prototype.inputKeydown function

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-02-04 11:26 shockwave New Issue