jQWidgets Forums

jQuery UI Widgets Forums General Discussions Lists ComboBox ComboBox Checkboxes Select Location

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • ComboBox Checkboxes Select Location #90966

    Gary
    Participant

    On a Combobox with Checkboxes, I would like to differentiate clicking on the checkbox from clicking on the text.

    On ListBox and DropDownList, the Select event includes args.originalEvent.target.localName.
    With this, I can determine whether the user clicked on the checkbox or the text to select the list item.

    With Combobox, args.originalEvent does not appear to be available (at least, as of 4.1.1).
    I’ve tried putting a div in the text area and putting a click listener on it, but that does not appear to be working.

    Are there any thoughts on how this differentiation could be achieved?
    Are there any plans to include args.originalEvent in Combobox the select event (or has it been done since 4.1.1)?

    ComboBox Checkboxes Select Location #91096

    Hristo
    Participant

    Hello Gary,

    Unfortunately, can not distinguish.
    I would like to ask you what you want to achieve?
    Maybe, I can suggest you a workaround.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.