Changes between Initial Version and Version 1 of Ticket #12005, comment 6


Ignore:
Timestamp:
Nov 2, 2015, 1:43:12 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12005, comment 6

    initial v1  
    1 I had some spare time and installed DynamicFieldsPlugin to see what the problem is. It seems that dynamic fields thinks that the field is hidden and does not check it's validity (https://trac-hacks.org/browser/dynamicfieldsplugin/trunk/dynfields/htdocs/rules.js#L277)
     1I had some spare time and installed DynamicFieldsPlugin to see what the problem is. It seems that dynamic fields thinks that the field is hidden and does not check it's validity ([browser:dynamicfieldsplugin/trunk/dynfields/htdocs/rules.js#L277]).
    22
    33is(":hidden") returns true because multiselection works by using a normal text field, hiding it and syncing the data to an additional form field that actually shows the options list.