sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

FormsProcessor.extend functions are no longer being called #104

Closed backplane-import closed 12 years ago

backplane-import commented 12 years ago

Imported from backplanejs Google Code issue 104.

Reporter alex.sansom@webbackplane.com
Date 13 Sep 2010 2:02:07 PM UTC

What steps will reproduce the problem?

  1. Open the attached form via a webserver
  2. Enter the value 'p31168m' into the text field
  3. Focus away from the text field. Upon losing focus the value in the text field should be converted to uppercase via a FormsPorcessor.extend function but isn't.

What is the expected output? What do you see instead?

I expect the text field to show with a red background after opening the form (invalid). Field validity calculated also with a FormsProcessor.extend function.

I expect the focussing away from the field in step three above to cause the text in the filed to be uppercased and the field to becomce valid, the red background being removed.

What version of the product are you using? On what operating system?

backplanejs-0-7-0-yui-2.8.0.zip, WinXP IE7/FF3.9/Chrome.

Please provide any additional information below.

When using FF/Chrome browsers, the red background is shown for the control, indicating the invalid-ness. For IE, the background is always white.


Module: Core Priority: High Type: Defect


Attachments

test-p-number-validation.html (3.4 KB)

backplane-import commented 12 years ago

Comment by markbirbeck on 26 Nov 2010 6:21:51 PM UTC

This issue still exists in version 0.8.0.


Updates

Owner set to creaven

Module: Core → XForms Priority: High → Critical Browser: IE

backplane-import commented 12 years ago

Comment by creaven on 26 Nov 2010 8:30:47 PM UTC

worksforme


Updates

Ticket status set to Fixed