Closed (fixed)
Project:
Activity Stream
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2010 at 23:54 UTC
Updated:
28 Nov 2010 at 07:41 UTC
If Activity Stream module output is used on pages and blocks, both wrap their output in:
on the same page. IDs should be unique within the DOM.
To duplicate this issue, place the Activity Stream block in a region on your page. Then go to a page that outputs stream information such as:
DRUPALDIR/stream
DRUPALDIR/user/* (where * is a uid for a user with an activitystream)
Search the source for: id="activitystream" and there will be two instances.
Perhaps the block should be changed to id="activitystream-block" or something similar.
Comments
Comment #1
akalsey commentedFixed in dev
Comment #2
akalsey commentedIn beta2