Menu

#2 OnItemClick problem

1.5
open
OnItemClick (1)
2016-06-14
2016-06-14
No

I'm using "DropdownCheckList" version 1.4 since I have to use old JQuery.
(I have Jquery 1.6.1 and JQuery.ui 1.8.5)
I do not use themeroller.css but the standalone.

When I click on different checkboxes in the control,
the control closes (which it shouldn't do alone, and when I reopen it
to check\uncheck others - the one that value I checked before is blue
like I hover it (though i'm not). At the same time it is unchecked (as it
should be since I just unchecked it) and the value I do hover on is
blue as well.
Each time I click a checkbox, this happens again.
Sometimes it cleans itself and is better, but it still closes for no reason
with each uncheck\check.

I think it's related to a hidden region I have, but I don't understand why
do they effect each other.
Any ideas?

Thanks,
Israel

Discussion

  • WCOmohundro

    WCOmohundro - 2016-06-14

    I would guess you have an issue with loss-of-focus. DDCL wants to notice when a user clicks out of the DDCL control so that it closes automatically. If your hidden region makes it appear that DDCL no longer has focus, then perhaps you get the behaviour you are describing.

     
    • Israel Robotnick

      Thank you (:

      It seemed that at in some end cases I tried to do something on a null,
      which resulted in an error,
      which resulted in the ddl not contiuing it's normal steps.

      Thank you very much

       

Log in to post a comment.