FLUID-2722: Autobinding not working for <textarea> elements

Metadata

Source
FLUID-2722
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Anastasia Cheetham
Created
2009-05-14T10:00:40.000-0400
Updated
2009-05-25T10:20:28.000-0400
Versions
  1. 1.0
Fixed Versions
  1. 1.1
Component
  1. Data Binder
  2. Renderer

Description

The "autobinding" functionality is not working for <textarea> elements when rendered by the Renderer.

Bug Parade 1.1 release

Environments

FF2, FF3, Opera (Mac and PC)
IE6, IE7 (PC)

Comments

  • Antranig Basman commented 2009-05-20T19:48:09.000-0400

    Fixed at revision 7198, with manual test case (automated test case could probably not verify this issue authoritatively)

  • Justin Obara commented 2009-05-21T08:56:48.000-0400

    manual test in the wrong location in the directory. It was placed in the stand alone demos, but should be moved to the manual tests directory

  • Justin Obara commented 2009-05-21T09:07:47.000-0400

    Moved the manual test from the standalone-demos directory to the manual-tests directory. However, there is a dependency from the manual test to a js file in the standalone-demos directory. This may need to be rethought. Also removed a trailing comma from the model on line 29.

  • Anastasia Cheetham commented 2009-05-21T10:06:29.000-0400

    I've reviewed the code for this, and it looks good. It does fix the original issue that I found in the CSpace code.

    The only further change I would recommend would be to remove the commented lines from applyAutoBind() in fluidRenderer.js

  • Justin Obara commented 2009-05-21T10:52:08.000-0400

    need to remove the commented out lines of code (See comment above)

  • Antranig Basman commented 2009-05-21T13:04:41.000-0400

    Sorry for all the stray material - the commented lines and the standalone-demo include have been removed.

  • Anastasia Cheetham commented 2009-05-25T10:05:22.000-0400

    I've reviewed the changes: +1. I also took the liberty of making small cosmetic changes to the HTML headers so that the text more accurately reflects the content.

  • Justin Obara commented 2009-05-25T10:20:28.000-0400

    Closing based on Anastasia's code review (see previous comment)