Bug Tracker

Modify

Ticket #1714 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

Problem with input values

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

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, "");

Change History

comment:1 Changed 5 years ago by davidserduke

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [3965].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.