SMF Development > Bug Reports

Menu Bar bug when last button is the active one in the 2.0.2 *Core* theme.

(1/2) > >>

rickmastfan67:
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)

rickmastfan67:
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) ---.buttonlist ul li.lastactive
--- End code ---
Replace with:

--- Code: ---.buttonlist ul li.last.active
--- End code ---

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. :)

emanuele:
Don't worry, bug tracker or here there isn't much difference! ;D

Trekkie101:
Did we get this one into the 2.0.X branch?

emanuele:
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).

Navigation

[0] Message Index

[#] Next page

Go to full version