Search Facebook Developers
Docs
Tools
Support
News
Apps
Log In
Created By
Mateescu Lucian
07/18/2012 12:33am
Subscribers (1)
Tags
comments plugin
Bugs
Comments plugin for Dark Theme Hides Post Link
Status:
Fixed
Priority:
Medium
Updated:
August 1, 2012 at 11:15am
Toggle 1 older responses
Latest response from Facebook
Noorin Ladhani
This should now be resolved. Thanks for your patience.
Status changed to Fixed · August 1, 2012 at 11:15am
Noorin Ladhani
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium · July 20, 2012 at 5:02pm
This is an reopen of
http://developers.facebook.com/bugs/335252683216955/
which was wrong clasified as 'by desig'
The comments overlay text is wrapped into a
'.fbFeedbackContent .fbReportedByUser' class div
.fbFeedbackContent .fbReportedByUser {
background-color: #FFFFFF;
border-color: #EEEEEE;
}
which puts an white background then the 'a' link class is
.fbDarkWidget a, .fbDarkWidget .profileName {
color: #FFFFFF;
}
Steps to Reproduce:
1. install comments box with dark theme
2. post with checkbox to post to facebook
Expected Behavior:
user should see the link
Actual Behavior:
user can't see the link
2 people
can reproduce this issue by following these steps
Repro