function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shailesh AgalpadyShailesh Agalpady 

<chatter:feed Search box and Show drop down list overlapping in production

I am using <chatter:feed tag in a visualforce page to show chatter group feeds. In production Search box and show drop down list overlapping. This
is related one of the major developement and its is effecting lage set of users.
User-added image
SonamSonam (Salesforce Developers) 
Hi Sailesh,
Have you used any custom sytle sheets on the visualforce page? Can you please share the VF code with us so I can try that on my test ORG?
Shailesh AgalpadyShailesh Agalpady
Hi Sonam,

Here is my code.

<apex:page sidebar="false"> <form> <apex:outputPanel id="chatterFeed"> <chatter:feed entityId="Chatter group id"/> </apex:outputPanel> </form> </apex:page>

This is not happening everytime. One of the scenario where I was able reproduce this issue is when I am enabling Allow Customers option in chatter group settings in private chatter groups.
SonamSonam (Salesforce Developers) 
Hey Shailesh,

Thanks for sharing the code, I am able to reproduce this in my test ORG and will be escalating this to the internal team.Will update you as soon as I hear back.

Can you please email me your ORG ID and username to sraju @ salesforce sot com
Vidya Deo 9Vidya Deo 9
Hi Sonam

Is this issue resolved? How do I fix it? I am also running into same problem

Thanks,
Vidya
Carson BelewCarson Belew

Hello

Does anyone know if this issue is resolved?