[Trac] Re: autocompleteusers - customselectadmin together are broken? is trac guilty or one of the plugins?

2009-07-29 Thread rupert.thurner
thanks, this fixed it. i tried to commit it as well, but it seems i have no rights, so i created http://trac-hacks.org/ticket/5587. but i am wondering why trac queries the directory for static resources which does not exist on every mouse click, or in this case, when entering a name? i would have

[Trac] Re: autocompleteusers - customselectadmin together are broken? is trac guilty or one of the plugins?

2009-07-29 Thread Ethan Jucovy
It looks like CustomSelectPanel implements ITemplateProvider[1] but doesn't implement the .get_htdocs_dirs method of the ITemplateProvider interface[2]. Is that method required by ITemplateProvider implementations? You might try adding a noop `def get_htdocs_dirs(self): return []` to the class in