SuperKablamo / greenbean-sk

Greenbean.me Website
http://greenbean.me
2 stars 0 forks source link

IE Issue - Logout Button #5

Closed sampyxis closed 13 years ago

sampyxis commented 13 years ago

The logout button shows on all pages in IE

d6veteran commented 13 years ago

The next time you see this, open Firebug, and then look at the tag inside the iFrame. I want to know if that tag is:

 body

or

body id="facebook"

Make sure you're looking at the body tag from our server (within the iFrame) and not Facebook's body tag.

d6veteran commented 13 years ago

Sorry, rewrote that comment and escaped the code.

sampyxis commented 13 years ago

Ok - I don't have firebug on IE (is that even available? If so, I'll download it today) - but when I look at the source I only see "body"

d6veteran commented 13 years ago

Oh forgot - Firebug is FF only ;)

OK so the good news is you're not seeing body id="facebook". Which manes the error is simply that I have missed a link somewhere.

Basically what I do is route all iFrame traffic to /facebook/... if that path is not included, then it goes to the web templates (which include the login button).

sampyxis commented 13 years ago

Nice Ok - confirmed again that I do not see the ID=facebook

d6veteran commented 13 years ago

I found the page. I think it's the signup page, which then routes you to a non "facebook" page.

d6veteran commented 13 years ago

I think this is fixed. Let me know if you see the login button again.

sampyxis commented 13 years ago

I think it's now pointing to local:

An error occurred with localhosttest-sk. Please try again later.

d6veteran commented 13 years ago

Ack - forgot to change settings when I deployed. Fixing now.

sampyxis commented 13 years ago

I think this specific issue is fixed -