Opened 13 years ago
Closed 13 years ago
#3458 closed defect (bug) (fixed)
Read More link in activity stream not opening content
Reported by: | wdfee | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Activity | Keywords: | |
Cc: |
Description
If I click on the Read More of longer activity comments, the comment content isn't fetched. Instead, the excerpt disappears, too. I tried this on the http://testbp.org/ and on my own install - the problem exists on both.
Change History (5)
#2
@
13 years ago
Hi boone, I have to differentiate it: It's broken only on some comments.
I can see in the source code, that on the generated page (after ajax action) a style="display:block;"
is added to the ul
and div.acomment-content
where it works, but misses on the ul of the comment where it disappeared.
But I' didn't get any logic yet why it happens, the source code before ajax action is absolute similar on the working and the broken one.
ent you a mention on http://testbp.org - I think you can recreate it on my personal just-me activity stream there...
#3
@
13 years ago
I'm afraid I still don't follow. I can't find a situation where it doesn't work (main activity items, and activity comments). Can you give a link to a specific item that is showing the problem?
#4
@
13 years ago
- Milestone changed from Awaiting Review to 1.5
This problem is related to the fact that the ajax function uses bp_activity_get_specific(), which for some reason defaults to show_hidden = false (meaning it doesn't show private/hidden group activity, or certain kinds of friendship activity). This doesn't make sense to me - when fetching a specific activity item, you want to see it whether or not it's hidden - so I'm switching it to true by default.
I can't reproduce this. It's working properly on my local install as well as http://testbp.org
You might have a browser issue that is keeping JS from working properly?
Anyone else?