verginman09 / minimalist-facebook

Automatically exported from code.google.com/p/minimalist-facebook
1 stars 1 forks source link

Button row hidden in "Request for Permission" dialog #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Facebook option is causing the problem?

What is the problem? Describe completely:
When I am on another site that requests permissions to link to facebook there 
is no submit button or ok button or whatever its called in the popup window... 
screenshot shows problem

MinFbook version        - 5.12
Chrome version          - 12.0.742.60 beta-m
Chrome update channel   - ?
Operating System        - Windows 7
Language                - English
Other Fbook extensions  - none

Please provide any additional information below and attach screenshots if
possible.

Original issue reported on code.google.com by gnidi...@gmail.com on 22 May 2011 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm. Haven't experienced this myself but I'll see if I can replicate it.

Original comment by anst...@gmail.com on 24 May 2011 at 3:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can't seem to replicate this issue myself but if you've found the classes you 
can make those changes permanent by using MinFbook's General > Custom CSS 
feature.

For example if changing class pam's padding to 30px did the trick in the 
Inspector, put this in custom CSS:

.pam { padding: 30px; }

Original comment by anst...@gmail.com on 25 May 2011 at 6:35

GoogleCodeExporter commented 9 years ago
ok this can be deleted... it appears actually to be a CHROME bug rather than a 
minimalist bug... my appologies

Original comment by gnidi...@gmail.com on 25 May 2011 at 7:04

GoogleCodeExporter commented 9 years ago
No problem. Will re-open the issue if any further info arises.

Original comment by anst...@gmail.com on 25 May 2011 at 7:05

GoogleCodeExporter commented 9 years ago
PS if anyone in chrome needs a fix for this bug... you can use the custom CSS 
feature as he had described and input the following:

.sharerButtonContainer { bottom: auto; }

This appears to be the best fix for now :)

Original comment by gnidi...@gmail.com on 25 May 2011 at 7:09