Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTimePicker ondtchange regression #865

Open
b0m0x opened this issue Sep 20, 2017 · 1 comment
Open

DateTimePicker ondtchange regression #865

b0m0x opened this issue Sep 20, 2017 · 1 comment
Assignees
Labels
confirmed Let's do that first! It's work in progress. With so many open issues, we need some way to priotize things. verifying issue
Milestone

Comments

@b0m0x
Copy link

b0m0x commented Sep 20, 2017

The ondtchange ajax call is not executed by the dateTimePicker component.

This can be reproduced in the showcase (Scroll down to "DateTimePicker AJAX"):
https://showcase.bootsfaces.net/forms/DateTimePicker.jsf
Nothing happens.

Tested in BootsFaces v1.1.3. ondtchange worked in a previous version (1.0.3?).
A quick test shows that using "onblur" works as expected.

@stephanrauh
Copy link
Collaborator

stephanrauh commented Aug 3, 2019

Holy shit! What's happened? And how come nobody but you complained about this bug?

Components that are probably also affected:

  • b:dataTable
    result.put("order", "order.dt");
    result.put("page", "page.dt");
    result.put("search", "search.dt");
    result.put("select", "select.dt");
    result.put("deselect", "deselect.dt");

  • b:carousel
    result.put("slidestart", "slide.bs.carousel");
    result.put("slid", "slid.bs.carousel");

  • b:selectMultiMenu
    result.put("selectall", "onSelectAll");
    result.put("dropdownshow", "onDropdownShow");
    result.put("dropdownhidden", "onDropdownHidden");
    result.put("selectall", "onSelectAll");
    result.put("change", "onChange");
    result.put("dropdownhide", "onDropdownHide");
    result.put("deselectall", "onDeselectAll");
    result.put("dropdownshown", "onDropdownShown");
    result.put("unitialized", "onInitialized");

  • b:tabView
    result.put("show", "shown.bs.tab");
    result.put("shown", "shown.bs.tab");
    result.put("hide", "hide.bs.tab");
    result.put("hidden", "hidden.bs.tab");

  • b:touchSpin
    result.put("startspin", "touchspin.on.startspin");
    result.put("startupspin", "touchspin.on.startupspin");
    result.put("startdownspin", "touchspin.on.startdownspin");
    result.put("stopspin", "touchspin.on.stopspin");
    result.put("stopupspin", "touchspin.on.stopupspin");
    result.put("stopdownspin", "touchspin.on.stopdownspin");
    result.put("change", "change");

stephanrauh added a commit that referenced this issue Aug 3, 2019
…ere are several other components to be checked)
@stephanrauh stephanrauh removed the js label Aug 3, 2019
@stephanrauh stephanrauh self-assigned this Aug 3, 2019
@stephanrauh stephanrauh added the Let's do that first! It's work in progress. With so many open issues, we need some way to priotize things. label Aug 3, 2019
@stephanrauh stephanrauh added this to the v1.5.0 milestone Aug 3, 2019
@TheCoder4eu TheCoder4eu modified the milestones: v1.5.0, v1.6.0 Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Let's do that first! It's work in progress. With so many open issues, we need some way to priotize things. verifying issue
Projects
None yet
Development

No branches or pull requests

3 participants