Opened 17 years ago
Closed 17 years ago
#1042 closed defect (bug) (fixed)
Directory letter filter ajax calls use blind/brute force selectors.
| Reported by: | MrMaz | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ajax, directories, directory, jQuery, tested, has-patch | |
| Cc: | Jason_JM |
Description
When clicking on a letter filter in any of the three directories (members, groups, blogs) an Ajax call is fired for all three directory filter actions instead of just the action for the current directory.
The attached patch corrects the problem by prefixing the ul#letter-list element jQuery look up with a parent div (which already existed) that will make each call unique to a directory page.
Attachments (1)
Change History (3)
#1
@
17 years ago
- Cc added
- Keywords ajax directories directory jQuery tested has-patch added
- Milestone → 1.1
- Summary Patch to fix directory letter filters ajax calls → Directory letter filter ajax calls use blind/brute force selectors.
Tested, it seems to work for me. However, I am in the middle of a theme re-build.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch for bp-themes/bp-sn-parent/_inc/js/ajax.js