Bug #28134
Autosuggest fails with protected words in json answer
| Status: | Closed | Start date: | 2011-07-12 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Frontend Plugins | |||
| Target version: | - | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
If there is a protected word like "length" in the json answer of autosuggest, the rendering of the autocomplete fails.
History
Updated by Peter Kraume almost 2 years ago
I can confirm this issue.
Updated by Dirk Lamar over 1 year ago
As i found out its not a Problem of the extensions javascript. Its jquery's each which has a problem if length is in the object to itterate ! No clue how to fix it !
Updated by Olivier Dobberkau over 1 year ago
- Status changed from New to Needs Feedback
- Target version set to next (placeholder)
Can we close this as this is not really a TYPO3 solr issue?
Updated by Dirk Lamar over 1 year ago
i think we can close this.
Updated by Ingo Renner over 1 year ago
- Category changed from Queries to Frontend Plugins
- Status changed from Needs Feedback to Accepted
- Assignee deleted (
Ingo Renner) - Priority changed from Must have to Should have
- Target version changed from next (placeholder) to 2.0
will re-check with jQuery 1.7.1 included in v2.0
Updated by Ingo Renner over 1 year ago
- Status changed from Accepted to Closed
- Target version deleted (
2.0)
I just checked it with jQuery 1.7.1, the issue is still there. I can't fix it in EXT:solr though. Thus I'll close the issue as suggested.