Skip to main content

Bug Tracker

Side navigation

#1714 closed bug (fixed)

Opened September 22, 2007 06:03PM UTC

Closed November 28, 2007 04:41PM UTC

Problem with input values

Reported by: sullof Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

It occurs an error at line 888 whene this[0].value is null.

I fixed it putting the following line:

return this[0].value ? this[0].value.replace(/\\r/g, "") : "";

instead of

return this[0].value.replace(/\\r/g, "");

Attachments (0)
Change History (1)

Changed November 28, 2007 04:41PM UTC by davidserduke comment:1

resolution: → fixed
status: newclosed

Fixed in [3965].