| Anonymous | Login | Signup for a new account | 2010-09-06 17:46 PDT |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000262 | [Trellis] Administration/Reports | minor | always | 2010-06-15 17:41 | 2010-06-21 11:59 | |||||||
| Reporter | henry | View Status | public | |||||||||
| Assigned To | henry | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | 0.5.2 | |||||||||
| Summary | 0000262: unable to have more than one autocomplete on a page | |||||||||||
| Description |
The software currently does not support more than one autocomplete on a page. Whatever function you pass as the getTrellisOperations parameter (to the jquery autocomplete object), it will call the function named "getTrellisOperations" and not the function you passed. In this example: <script type="text/javascript"> function my_custom_function {//code here} $("#element_id").autocomplete(url,{getTrellisOperations:my_custom_function}); </script> This should result in my_custom_function getting called when the autocomplete object wishes to call getTrellisOperations. Instead, it still calls "getTrellisOperations". |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Error Code | ||||||||||||
| URI | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Main | My View | View Issues | Change Log | Roadmap |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |