Advertisement:
2by2host

Author Topic: Menu Bar bug when last button is the active one in the 2.0.2 *Core* theme.  (Read 2119 times)

Offline rickmastfan67

  • Semi-Newbie
  • *
  • Posts: 86
  • Gender: Male
    • @rickmastfan67 on Twitter
SMF 2.0.2 - Core Theme (Themes/core)

Just noticed that when you're using the *Core* Theme in 2.0.2 that if you're in the Admin area and you're looking at any section where the last tab is the active one, you have a weird cutoff of the menu bar.

In SMF 1.1.16, this same base theme didn't have this problem.

It just looks really weird when you have changed the colors as the flow gets messed up because of this.  If I knew where this bug was located, I would post that info, but to be honest, I don't have the faintest idea.  Anyways, here's images that showcase this minor, but still a bug in the core theme.  Maybe there is a quick workaround for this to fix it?

1.1.16
2.0.2 (no mods)
« Last Edit: August 22, 2012, 01:04:09 PM by Trekkie101 »

Offline rickmastfan67

  • Semi-Newbie
  • *
  • Posts: 86
  • Gender: Male
    • @rickmastfan67 on Twitter
I have figured out how to fix this bug and it's so simple.  Somebody forgot a "." in the CSS file for the core theme.

\Themes\core\css\index.css
Find:
Code: (line 892) [Select]
.buttonlist ul li.lastactiveReplace with:
Code: [Select]
.buttonlist ul li.last.active
It's that simple.  It fixes the Core theme's menu bars in the Admin area when the last one is the active one. ;D

So, can somebody submit this to the bug tracker please?  It's so simple of a fix that it could be put into SMF 2.0.3 whenever it's released without any problems. :)

Online emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,874
  • Gender: Male
  • Because Orange is Orange
Don't worry, bug tracker or here there isn't much difference! ;D

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Trekkie101

  • Doc Writer
  • SMF Hero
  • *
  • Posts: 8,100
  • Gender: Male
  • Ad Astra!
    • https://www.facebook.com/DLRPRoundup on Facebook
    • @trekkie101 on Twitter
    • DLRP Roundup
Did we get this one into the 2.0.X branch?

Online emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,874
  • Gender: Male
  • Because Orange is Orange
Nope, I was waiting for Norv to setup a Core repo at github to push the fix (and I kept the topic here to not forget).

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Trekkie101

  • Doc Writer
  • SMF Hero
  • *
  • Posts: 8,100
  • Gender: Male
  • Ad Astra!
    • https://www.facebook.com/DLRPRoundup on Facebook
    • @trekkie101 on Twitter
    • DLRP Roundup
SMF 2.0 is on git now, upload a copy :P?