Open
Bug 1259972
Opened 10 years ago
Updated 3 years ago
Badge in Bootstrap tabs widget causes borders to unexpectedly not overlap
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: mozilla, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
Attachments
(1 file)
|
46.03 KB,
image/png
|
Details |
Original Bootstrap issue: https://github.com/twbs/bootstrap/issues/19626
Affected Platforms: OS X, Linux
(Doesn't seem to affect Windows)
Simplified testcase: https://jsbin.com/heloge/edit?html,css,output
Original testcase: http://jsbin.com/qekubi/1/edit?html,css,output
Steps to reproduce:
1. Open the testcase in Firefox 47.
Expected results:
There should be no bottom border line on the active tab in either set of tabs.
(Which is how Chrome, Safari, and MS Edge render the testcases. See attached Chrome screenshot.)
Actual results:
There is a thin bottom border line on the active tab in the 1st set of tabs.
See attached Firefox screenshot.
More info:
The bug only occurs when the `<span class="badge">1</span>` is present
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Updated•9 years ago
|
Has STR: --- → yes
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•