Changes between Initial Version and Version 2 of Ticket #11227
- Timestamp:
- Jun 29, 2015, 10:45:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11227
-
Property
Version
changed from
to
3.6.6 (SVN - trunk)
-
Property
Component
changed from
General
toUI : Dialogs
-
Property
Version
changed from
-
Ticket #11227 – Description
initial v2 1 1 The definition of the function returned from dialog.validate.functions suffers from two bugs. 2 2 3 1 )When obtaining the "value" from the arguments, the inner function should be referencing its own arguments, not those of the outer function.4 2 )When calling functions, it should be using "call" and passing "this" so that other validation functions passed as arguments will have the item as "this" as they expect.3 1. When obtaining the "value" from the arguments, the inner function should be referencing its own arguments, not those of the outer function. 4 2. When calling functions, it should be using "call" and passing "this" so that other validation functions passed as arguments will have the item as "this" as they expect.