Defect #4495
Tab's 'border-bottom' not absent when selected (alternate)
Status: | Closed | Start date: | 2009-12-28 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 0.9.1 | |||
Resolution: | Fixed | Affected version: |
Associated revisions
Fixed: Tab's 'border-bottom' not absent when selected (#4495).
History
#1
Updated by Mischa The Evil about 13 years ago
I can confirm the issue using source:/trunk@3255 together with the default theme. I was able to trace it back to r3174.
#2
Updated by Eric Davis about 13 years ago
It's caused from this css:
#content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative; overflow:hidden;}
The tabs div has a bottom border that is visible above all of the tabs.
#3
Updated by Kevin Bosman about 13 years ago
- File defect4495.patch
added
Mischa is correct: this behaviour was introduced by r3174.
The attached patch (defect4495.patch) should fix the problem in the default and alternate themes for Firefox and IE on Windows.
I haven't been able to test it on any other browsers (volunteers?)
#4
Updated by Felix Schäfer about 13 years ago
Works on Safari/OS X (so probably every webkit browser) too, my css-foo isn't good enough to judge of the sanity of the patch though.
#5
Updated by Felix Schäfer about 13 years ago
(forgot to mention that I tested this on alternate, not default, but that should work on it as well)
#6
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from New to Closed
- Target version set to 0.9.1
- Resolution set to Fixed
I was aware of this issue but I didn't even try to fix it, thanks for the patch.
Tested on default theme with Firefox 3.5.7, IE 8 and committed in r3325.