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

Added support for multiple events at the same time. #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added support for multiple events at the same time. #25

wants to merge 2 commits into from

Conversation

PVince81
Copy link

Before this fix, pasting text into a field with the mouse (right click +
paste) didn't trigger the event.
Some other plugins like clearableTextField
(https://github.com/ono/clearable_text_field/) only trigger the "change"
event which didn't refresh the search.

Vincent Petry added 2 commits June 30, 2011 17:00
Before this fix, pasting text into a field with the mouse (right click +
paste) didn't trigger the event.
Some other plugins like clearableTextField
(https://github.com/ono/clearable_text_field/) only trigger the "change"
event which didn't refresh the search.
@richardjohnjensen
Copy link

Using your patch and the latest clearable_text_field, I can paste into the selector to trigger the quicksearch. Cool!
Did you have to modify the clearable_text_field to remove the quicksearch filter?

I was looking for a solution when I ran against your pull using the same components, but cannot get the clear text to reset the search.

@PVince81
Copy link
Author

Hello Richard,

Thanks for merging my changes.

I didn't have to modify clearable_text_field for that. Clicking on the cross seems to trigger the quicksearch events automatically.

One problem though is that if you paste text into the field while it's empty, the clearable_text_field's icon won't appear.
To fix this I made a similar change (adding events) here: ono/clearable_text_field#3

Cheers,

Vincent

----- Mail original -----
De : richardjohnjensen [email protected]
À : [email protected]
Cc :
Envoyé le : Lundi 22 Août 2011 23h55
Objet : Re: [quicksearch] Added support for multiple events at the same time. (#25)

Using your patch and the latest clearable_text_field, I can paste into the selector to trigger the quicksearch. Cool!
Did you have to modify the clearable_text_field to remove the quicksearch filter?

I was looking for a solution when I ran against your pull using the same components, but cannot get the clear text to reset the search.

Reply to this email directly or view it on GitHub:
#25 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants