ResponsiveBP / Responsive

:iphone: A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites
http://responsivebp.com
MIT License
868 stars 134 forks source link

Bug when expanding collapsible widgets on Safari #54

Closed cvrebert closed 9 years ago

cvrebert commented 9 years ago
  1. Open http://responsivebp.com in Safari on iPhone
  2. Tap the hamburger icon
  3. The navbar expands, collapses, and then expands again. It should instead expand only once and remain expanded until interacted with further.
JimBobSquarePants commented 9 years ago

Thanks, seems like something is causing a repaint on Safari before it should.

Do the samples for the dropdown and accordion do the same?

http://responsivebp.com/javascript/dropdown/

cvrebert commented 9 years ago

Yes, the dropdown and the accordion suffer from the same bug.

JimBobSquarePants commented 9 years ago

Thanks. Just confirmed it on Safari on desktop also. Gotta love these Safari bugs eh?

JimBobSquarePants commented 9 years ago

I wouldn't normally do a release as quickly as this but I think it was such a fundamental issue that it was best to.