**I read all the documentation and issue queues**
I wanted to say that I think this module is super awesome! Great features and all that jazz especially with the work you did with the connection (now if I could get LinkedIn at the same point that would be rad)
From a usability perspective I think it would be great to stick the progress bar under/within the '.fb_connect' div class. The reason for this (and I realize perhaps a low priority) is that when you log into Facebook suddenly your details appears there so it to me it seems more usable if a progress appeared just below.
I was going to try and provide a patch but when I changed your jquery('body').prepend code to jquery('.fb_connect').append it shows the outline of the bar but nothing else. So I think there is more there that needs changing that perhaps I'm missing?
If you give me some direction I can work on this...?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fb_progress.diff | 1.23 KB | Dave Cohen |
| #2 | fb-1477000-2.patch | 458 bytes | shaneonabike |
Comments
Comment #1
Dave Cohen commentedI've tried to do the same thing, couldn't make it work. There's also code in fb_connect.js which fails indicate progress in the connect block.
I think ideally only the XFBML markup would change to indicate progress. Or, put a spinning wheel over the center of the page.
I don't have the javascript chops to make that sort of thing happen but if anyone does I'd love a patch.
Comment #2
shaneonabike commentedI think that I might have resolved this... I took a two prong approach
* Append it to the bottom below the login details to show it right in front of where things change
* Otherwise (important for logout) attach it to body text
Sorry we don't have git on the server so I had to use diff. :/
Comment #3
shaneonabike commentedComment #4
Dave Cohen commentedThat didn't look great in chrome. Also doesn't do the right thing with fb_connected AND fb_not_connected.
I wasted some (more) time on this and came up with the attached patch. Have only tested on Chrome, but I think its an improvement.
Comment #5
Dave Cohen commentedI went ahead and checked my patch #4 in. Please provide review and improvement if needed, even though I've marked fixed.