Summary | allow_multi doesnt work for Chrome und firefox 10 |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | holger.wegner (at) hamburg (dot) de |
Created | 02/18/2012 (4945 days ago) |
Due | |
Updated | 10/16/2012 (4704 days ago) |
Assigned | 02/20/2012 (4943 days ago) |
Resolved | 10/16/2012 (4704 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5 |
Patch | No |
State ⇒ Duplicate
Request #11304Version ⇒ Git master
Queue ⇒ Horde Framework Packages
Milestone ⇒ 4
Version ⇒ Git master
State ⇒ Assigned
Assigned to
the field allows multiple addresses. This has to be exposed in the
future, so that we can add the "multiple" attribute if necessary.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ allow_multi doesnt work for Chrome und firefox 10
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I updated just to horde4. And I updated to Firefox 10. In turba I was
using its own sql datasource and did configure for the email field
allow_multi.
When I try to save a contact with more then one email adress the
browser doesnt save it. It generates an popup saying that the email
address is not valid.
For IE8 it is working. Chrome and Firefox have introduced a email
field validation. This is validating the field of the type=email for a
single email address.
In Chrome it was possible to switch of the HTML5 Form validation using
a flag (found under chrome://flags).
I didnt find any flag or parameter for FF10. There it only worked
following change of the HTML code:
I changed:
<input id="object_emails_" type="email" value="test@test.de,
test@test.com" name="object[emails]">
to
<input id="object_emails_" type="email" multiple value="test@test.de,
test@test.com" name="object[emails]">
This variable was document on the mozilla developer page.
I didnt find the place in the horde code to add such a parameter, and
so far I dodnt know how IE and Chrome will react on it.
I hope this is enough informaiton. Many thanks for you help
holger