freedomsponsors / www.freedomsponsors.org

Crowdfunding Free Software, one issue at a time.
https://freedomsponsors.org
GNU Affero General Public License v3.0
190 stars 76 forks source link

Kickstart help popover does not fade out #123

Closed iurisilvio closed 11 years ago

iurisilvio commented 11 years ago

I'm not sure if it is really a FS bug or even something wrong in my computer.

In home screen:

  1. Move the mouse to the help icon (?) in Kickstart button, the help popover will appear.
  2. Move the mouse away from the icon, without hover in popover.

Here, the popover does not fade out.

Can someone reproduce this issue?

henriquebastos commented 11 years ago

I recommend you confirm if this isn't the twitter bootstrap default behavior.

If you move the mouse over the popover and out, it will fade out, but on the icon this won't happen.

I've recorded a video showing the current behavior: http://screencast.com/t/4FicuzFk

Henrique Bastos http://henriquebastos.net

Curso Welcome to the Django http://welcometothedjango.com.br Aprenda Python e Django na Prática!

Twitter: @henriquebastos http://twitter.com/henriquebastos Skype: henriquebastos.net +55 21 9618-6180

On Fri, Jan 4, 2013 at 11:48 AM, Iuri de Silvio notifications@github.comwrote:

I'm not sure if it is really a FS bug or even something wrong in my computer.

In home screen:

  1. Move the mouse to the help icon (?) in Kickstart button, the help popover will appear.
  2. Move the mouse away from the icon, without hover in popover.

Here, the popover does not fade out.

Can someone reproduce this issue?

— Reply to this email directly or view it on GitHubhttps://github.com/freedomsponsors/www.freedomsponsors.org/issues/123.

iurisilvio commented 11 years ago

Looking at FS code, it is an expected behaviour. The icon has css class='popopo_stay.

https://github.com/freedomsponsors/www.freedomsponsors.org/blob/master/djangoproject/templates/core/base.html#L144

So, I need to change the issue. This popover stays over the Kickstart button, we can make it with position bottom/top to avoid this problem.

henriquebastos commented 11 years ago

God, isn't this bot annoying? :)

On Thursday, January 17, 2013, FreedomSponsors Comments wrote:

Sponsor this issue on FreedomSponsors.orghttp://www.freedomsponsors.org/core/issue/sponsor?trackerURL=https://github.com/freedomsponsors/www.freedomsponsors.org/issues/123

— Reply to this email directly or view it on GitHubhttps://github.com/freedomsponsors/www.freedomsponsors.org/issues/123#issuecomment-12351780.

Henrique Bastos http://henriquebastos.net

Curso Welcome to the Django http://welcometothedjango.com.br Aprenda Python e Django na Prática!

Twitter: @henriquebastos http://twitter.com/henriquebastos Skype: henriquebastos.net +55 21 9618-6180

iurisilvio commented 11 years ago

:+1:

@tonylampada do you have stats about how many issues were sponsored through links by this bot?

tonylampada commented 11 years ago

nope

tonylampada commented 11 years ago

Sorry to take so long to respond.

Looking at FS code, it is an expected behaviour. The icon has css class=popopo_stay.

That's right @iurisilvio, because there's a link on the popover that wouldn't be clickable otherwise.

God, isn't this bot annoying? :)

Sorry about that :$. If only there was a less anoying way to add links to Github issues. Perhaps anyone knows something about that?

tonylampada commented 11 years ago

I think we can close this now, right? (Since #132 is fixed)

iurisilvio commented 11 years ago

Yes, it was fixed with my last pull request.