Ticket #1761 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

AJAX edit: wrong behaviour with <select> and empty values

Reported by: gracinet Assigned to: gracinet
Priority: P1 Milestone: CPS 3.4.3
Component: CPSDocument Version: TRUNK
Severity: major Keywords: ajax select option
Cc:

Description

The following option is posted as 'Tous':

<option value="" selected="selected">Tous</option>

The vocabulary driving this Select Widget then fails miserabily. Nota: we use empty keys to mean "all" all over the place in searches.

Change History

10/18/06 14:19:05 changed by gracinet

Fixed in [], in prototype JS library. Patch submitted to prototype: http://dev.rubyonrails.org/ticket/6433

10/18/06 14:20:14 changed by gracinet

sorry I meant [49728]

10/18/06 14:44:05 changed by gracinet

  • status changed from new to closed.
  • resolution set to fixed.

Use [49733]