0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed the mouseup handler to dismiss the autocomplete list if the user clicks outside of the textarea. This is more in-line with expected dropdown menu behaviors More... over 15 years ago
moved the flush outside the timeout. This makes it more reliable, since the flush is guaranteed, the extension will handle pulling it again if the setTimeout fails for any reason More... over 15 years ago
User cache gets refreshed when someone clicks follow buttons. Also, if they click off a twautocomplete dropdown, the dropdown clears out, as is expected More... over 15 years ago
User cache gets refreshed when someone clicks follow buttons. Also, if they click off a twautocomplete dropdown, the dropdown clears out, as is expected More... over 15 years ago
Twitter took away prototype's $ so now it relies on document.getElementById More... over 15 years ago
added a click listener to text input so that the drop down will disappear if someone clicks away from the autocompleted name More... over 15 years ago
turned off debug More... over 15 years ago
incremented version number More... over 15 years ago
reordered a few calls to eliminate errors More... over 15 years ago
incremented version number More... over 15 years ago
Turned off debugging for release More... over 15 years ago
Moved to v1 More... over 15 years ago
Changed the name to Tw-autocomplete. A bit more polite, but people in the know can still get the joke. More... over 15 years ago
Added use of external stylesheet More... over 15 years ago
a bunch of minor changes More... over 15 years ago
refactored with setListenersOnTextarea More... over 15 years ago
added some more style to make the autocomplete look better More... over 15 years ago
removed some comments More... over 15 years ago
removed some debug crap More... over 15 years ago
This is the nicer event-based extension. This is mostly working. More... over 15 years ago
This is a somewhat working version of the code, and an upcoming commit is going to have a revised monitoring model, no more timers, but proper event-based JS More... over 15 years ago