Closed
Bug 938623
Opened 12 years ago
Closed 7 years ago
Web API interfaces list items cut off on top and bottom
Categories
(developer.mozilla.org Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mikehaas763, Unassigned)
References
()
Details
(Whiteboard: [specification][type:bug])
Attachments
(1 file)
|
107.80 KB,
image/png
|
Details |
What did you do?
================
1. Just viewed the Web API interfaces page (beta)
2.
3.
What happened?
==============
Items were cut off on top and bottom
What should have happened?
==========================
List items should not be cut off. For example, in the first column I am seeing "EventSource" at the bottom however it is cut off half way through horizontally. At the top of the next column I see the lower cut off portion of "EventSource"
Is there anything else we should know?
======================================
I'm running latest chrome on Windows 8.1
| Reporter | ||
Updated•12 years ago
|
Hardware: All → PowerPC
| Reporter | ||
Updated•12 years ago
|
Hardware: PowerPC → All
Comment 1•12 years ago
|
||
It is a bug of chrome that doesn't support CSS3 Columns well.
Comment 2•12 years ago
|
||
I don't know how to go around the problem for webkit/blink browsers.
Updated•12 years ago
|
| Reporter | ||
Comment 3•12 years ago
|
||
Ah, you're right. It's not just affecting the beta version either. I wonder if there is a bug opened up for webkit and/or blink, as it's affecting both. I did some googling but did not come across one.
Comment 4•12 years ago
|
||
I'm interested in a work-around, too; so if you know of any.
Updated•12 years ago
|
Updated•12 years ago
|
Severity: normal → minor
Priority: -- → P2
Comment 5•11 years ago
|
||
The problem is that ".indexListRow" elements have a whole bunch of rubbish flexbox styling that cause the cutoff. Since I have no idea where else this is used, I'll let the writers clean it up.
Flags: needinfo?(jypenator)
Flags: needinfo?(fscholz)
Comment 6•11 years ago
|
||
Feedbacking sheppy who may know what these flex things are for.
Flags: needinfo?(jypenator) → needinfo?(eshepherd)
Comment 8•11 years ago
|
||
We added all these funky flexbox things because, at the time, it was the only way to keep things formatted properly. Without them, the icons were all winding up in weird places on certain browsers. Apparently implementations of things have changed since then.
We'll have to look at how to tweak this.
Flags: needinfo?(eshepherd)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•