Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

DatePicker Field im Backend -> submitOnChange funktioniert nicht #8603

Closed
theDyingMountain opened this issue Dec 19, 2016 · 4 comments
Closed
Assignees
Labels
Milestone

Comments

@theDyingMountain
Copy link

Bei Auswahl eines Datums aus dem Datepicker Popup greift das onChange Event nicht. Dazu müsste bei der Initialisierung des Datepickers im DataContainer die Option onSelect gesetzt werden.

Wenn das Datum per Tastatur in das Feld eingetippt wird, wird das change Event regulär wie erwartet aufgerufen.

@leofeyer
Copy link
Member

Wie lässt sich das reproduzieren?

@aschempp
Copy link
Member

hört sich nach einem Bug im Datepicker-Plugin an.

@theDyingMountain
Copy link
Author

theDyingMountain commented Dec 21, 2016

Zur Reproduzierung:
Ein Field mit Inputype Text anlegen und in der Evaluation submitOnChange = true setzen sowie datepicker = true setzen. Hier ein Beispiel:

        'date' => array(
            'inputType' => 'text',
            'eval' => array(
                'rgxp' => 'date',
                'tl_class' => 'wizard w50',
                'submitOnChange' => true,
                'datepicker => true
            ),
            'sql' => "varchar(10) NOT NULL default ''"
        ),

Es ist kein Bug im Datepicker sondern eher eine fehlende Configuration, wie bereits erwähnt wird der onSelect Callback nicht gesetzt beim Initialiseren im DataContainer Zeile 390 - 401.

@leofeyer leofeyer added this to the 3.5.21 milestone Dec 21, 2016
@leofeyer leofeyer modified the milestones: 3.5.21, 3.5.22 Jan 5, 2017
@leofeyer leofeyer self-assigned this Jan 5, 2017
@leofeyer
Copy link
Member

leofeyer commented Jan 5, 2017

Fixed in 6cf429d.

@leofeyer leofeyer closed this as completed Jan 5, 2017
jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Jan 20, 2017
 * Correctly handle nested public folders when symlinking a folder.
 * Correctly handle SVGZ files in the file manager (see contao/core#8624).
 * Prevent an endless redirect loop if the page alias is "/" (see contao/core#8560).
 * Correctly parse German dates with two digit years in MooTools (see contao/core#8593).
 * Correctly add new resources to the user/group permissions (see contao/core#8583).
 * Trigger the auto-submit function in the date picker (see contao/core#8603).
 * Call the load callback when loading page/file picker nodes (see contao/core#7702).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants