Opened 5 years ago
Last modified 4 years ago
#15280 new bug
AutoComplete Failing for new TRs
Reported by: | ConradKrinock | Owned by: | ConradKrinock |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
We have a VERY bizarre condition with Autocomplete. When we add a new <tr>
to our html <table>
2 our of 3 autocomplete <input>
tags work great but the 3rd one is failing.
The failing <input>
is missing
class="ui-autocomplete-input" HOWEVER, we have added that class using $(this).addClass( "ui-autocomplete-input" )
and it's still failing.
And before you ask, "yes" we have a JavaScript function containing all 3 of our AutoComplete:
$( function() { var availableTags = GetAvailableTags( 'ProjectID' ); $( '#ProjectID_12669_AutoComplete').autocomplete({source: availableTags}); } ); ...
This JavaScript function is executed to re-fresh the 3 AutoComplete functions after we add the TR.
HELP!!!!!
WE HAVE A CLEAR AND CONCISE PPTX THAT DESCRIBES THIS ISSUE.
Change History (2)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
Component: | ui.core → ui.autocomplete |
---|---|
Owner: | set to ConradKrinock |
Note: See
TracTickets for help on using
tickets.
Please provide a reduced test case showing the issue.