chosen icon indicating copy to clipboard operation
chosen copied to clipboard

Strange Chosen-Select Behavior

Open ederluca opened this issue 5 years ago • 3 comments

Good Morning I am encountering a problem with chosen-select where in a div I hit it via a key where @ is if I call it a textarea and run the command:

$ ("# object"). trigger ('chosen: open'); $ ('. chosen-drop'). css ('left', 0);

It works normally, but the div @ that should be in div is automatically passed to the search input does anyone know why this behavior?

ederluca avatar Aug 09 '19 12:08 ederluca

Sorry, I'm not sure I'm entirely following your issue. Could you please link to a publicly accessible page (or a Fiddle) that shows the issue so we can attempt to reproduce?

Additionally, can you share what browser, browser version, OS, and OS version you're using? And what version of Chosen? If not the latest version, does it still happen on the latest version?

Temporarily closing until more info is provided, but then we'll reopen.

tjschuck avatar Aug 09 '19 16:08 tjschuck

Attached is a simple txt of my problem. I am using Google Chrome in its latest version, the operating system is LInux Deepin 64 bit, but also tested on Windows 10 Pro and the same occurred.

Chonsen version is 1.8.7, I did a test on version 1.8.8 and the same thing happened. chosen.txt

ederluca avatar Aug 09 '19 19:08 ederluca

Only reinforcing if I call a textarea @ is not sent to the chosen-select input, but when I put using an editable div the problem occurs

ederluca avatar Aug 09 '19 19:08 ederluca