#1465 - Inline autocomplete of usernames
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
http://yuku-t.com/jquery-textcomplete/
http://wick.sourceforge.net/wick_sample/
https://github.com/tactivos/jquery-sew
http://zachsnow.com/#!/blog/2012/jquery-mentions-input/
I am considering which is best to integrate.
This will mean adding a jQuery dependency into Composr. I'd hoped we'd not need to do this, because ultimately jQuery is going to be (is being) obsoleted by new web standards. But the reality today is most libraries are built as jQuery plugins and we cannot really avoid that. We will just have to keep feeling our way through Javascript libraries, changing/rebasing dependencies as the browser landscape changes.
So we need jQuery, plus these files:
https://raw.github.com/tactivos/jquery-sew/master/demo/demo.css
https://raw.github.com/beviz/jquery-caret-position-getter/master/jquery.caretposition.js
https://raw.github.com/tactivos/jquery-sew/master/jquery.sew.js
And I need to be wary of:
https://github.com/tactivos/jquery-sew/issues/6
It is now working, using the same data source as the Composr username field auto-complete feature.
It is tested on iPhone.
Now I just need to test on IE8, as there was a report for jquery-sew (that I don't believe) about a particular bug on there.