6.0.0-beta1
9/2/25

[#11008] allow_multi doesnt work for Chrome und firefox 10
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

History
10/16/2012 02:07:47 PM Jan Schneider Comment #4
State ⇒ Duplicate
Reply to this comment
02/20/2012 01:29:10 PM Jan Schneider Milestone ⇒ 5
 
02/20/2012 01:28:58 PM Jan Schneider Comment #3
Version ⇒ Git master
Queue ⇒ Horde Framework Packages
Reply to this comment
And this actually has to be done in Horde_Form and Horde_Core.
02/20/2012 01:28:27 PM Jan Schneider Comment #2
Milestone ⇒ 4
Version ⇒ Git master
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
Unfortunately we cannot determine from the form field renderer whether 
the field allows multiple addresses. This has to be exposed in the 
future, so that we can add the "multiple" attribute if necessary.
02/18/2012 01:27:07 PM holger (dot) wegner (at) hamburg (dot) de Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ allow_multi doesnt work for Chrome und firefox 10
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
Hi,
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

Saved Queries