FBML 对话框 CSS
在你说什么之前,是的,我知道 FBML 很糟糕并且已被弃用,但目前我们还没有重写我们的应用程序。不过它会完成的。此时,FBML 自定义对话框已丢失应用程序中的所有自定义 CSS。
这是一个错误吗?在 Firebug 中查看,它似乎不再位于我们的应用 ID 下:
有一个不可见的 div,分类为 generic_dialog
、pop_dialog
和 app_content_(our- app-id)
但显示的对话框位于 ID 下:
app_content_1319247071041 (not our app ID)
除了停止使用 FBML
之外,还有其他方法可以解决此问题吗?
Before you say anything, yes I know FBML is horrible and deprecated, but currently we have not rewritten our app. It will be done though. At this time FBML custom dialogs have lost all our custom CSS in our app.
Is this a bug? Looking in Firebug it seems to no longer be under our app ID:
There is one div that is invisible, classed to generic_dialog
, pop_dialog
, and app_content_(our-app-id)
but the dialog that is showing is under the ID:
app_content_1319247071041 (not our app ID)
Is there any way to fix this, besides stopping to use FBML
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是一个已知的错误。
http://developers.facebook.com/bugs/128905777213281
就个人而言,我将 CSS 放在本例中的 HTML 标签 (style="")。我同意,这很可怕,但它有效;)
Yeah, it's a knew bug.
http://developers.facebook.com/bugs/128905777213281
Personaly, I put my CSS in the HTML tags (style="") for this case. I agree, it's horrible, but it works ;)