Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10157 (new defect)

Opened 1 year ago

Last modified 1 year ago

[PATCH] handle cancel of InPlaceEditor when htmlResponse=false

Reported by: sprior Assigned to: madrobby
Priority: low Milestone: 2.x
Component: script.aculo.us Version: edge
Severity: minor Keywords:
Cc:

Description

When using the InPlaceEditor with htmlResponse=false, if the user hits cancel then the original content of that editor is not restored (but should be). I believe I have a fix which is attached.

Attachments

extensions.js (1.5 kB) - added by sprior on 11/14/07 01:59:33.
extensions.js which implements the fix

Change History

11/14/07 01:59:33 changed by sprior

  • attachment extensions.js added.

extensions.js which implements the fix

11/16/07 12:58:04 changed by kangax

  • priority changed from normal to low.
  • severity changed from normal to minor.
  • summary changed from PATCH - handle cancel of InPlaceEditor when htmlResponse=false to [PATCH] handle cancel of InPlaceEditor when htmlResponse=false.