There may be a problem with the bootstrap 3.0 glyphicons here but I can't pin it down. Glyphs work fine for me in development but then only show as garble in production. I don't think it's a problem with my setup as all my other static files are fine.
Josh, you use font-awesome glyphs on the site you reference so I don't think it shows. I've fiddled about with a number of fixes but can't find anything that works. I'll let you know if I find a fix. Phil On Wednesday, January 8, 2014 at 5:58:07 AM UTC+10:30, Stephen McDonald wrote: > > Merged back in - thanks guys > > > On Wed, Jan 8, 2014 at 5:52 AM, Josh Cartmell <[email protected] > <javascript:>> wrote: > >> I used it when I made http://mezzathe.me/preview/tableau/ which uses >> BS3. I didn't encounter any issues with it there but if anyone else wants >> to take a look or test it in their own project that would probably be a >> good idea. I also just tested it with the default Mezzanine theme and it >> seems to work fine there. Here's a pull request: >> >> https://bitbucket.org/stephenmcd/mezzanine/pull-request/56/add-back-bootstrap-extrasjs/diff >> >> The css updates are because bootstrap applies those styles to menu items >> that have a parent with the class open. bootstrap-extras.js takes 1/4 of a >> second or so to add the open class to the parent so things looked a little >> off with the background color not being changed immediately. >> >> >> On Mon, Jan 6, 2014 at 11:24 AM, Stephen McDonald <[email protected] >> <javascript:>> wrote: >> >>> Happy to bring it back in if someone wants to test it and create a pull >>> request. >>> >>> >>> On Tue, Jan 7, 2014 at 5:47 AM, Josh Cartmell <[email protected] >>> <javascript:>> wrote: >>> >>>> Gotcha, thanks for the explanation Ed. >>>> >>>> I think just adding bootstrap-extras.js back would fix it. The other >>>> benefit of bootstrap-extras.js (other than multi level dropdowns) was that >>>> it made dropdowns stay open for a few hundred milliseconds after a user's >>>> mouse left them. I think that's a win from a usability standpoint. >>>> >>>> >>>> On Sun, Jan 5, 2014 at 9:26 PM, Eduardo Rivas <[email protected] >>>> <javascript:>> wrote: >>>> >>>>> Off the top of my head, I removed it because it only served the >>>>> purpose of adding the multi-level drop-downs, and Mezzanine 3 uses a pure >>>>> CSS solution to achieve that. The downside is, as you noted, the submenus >>>>> are not accessible in mobile. I now remember I actually added it to the >>>>> "Know Issues" section of my pull request (#777). So yeah, it's a bug and >>>>> it >>>>> would be much appreciated if you could contribute a fix. I'd do it >>>>> myself, >>>>> but I really don't have the time right now. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Mezzanine Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected] <javascript:>. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Mezzanine Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected] <javascript:>. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> >>> >>> -- >>> Stephen McDonald >>> http://jupo.org >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Stephen McDonald > http://jupo.org > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
