Closed
Bug 931804
Opened 11 years ago
Closed 4 years ago
In supported browsers, use position:sticky rather than JavaScript for TOC
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sjw+bugzilla, Unassigned)
References
Details
(Whiteboard: [specification][type:feature])
What did you do?
================
It would be nice if supported browsers use CSS position:sticky instand of JS for the menu on the right.
Unsupported ones use a JavaScript fallback.
What happened?
==============
What should have happened?
==========================
Is there anything else we should know?
======================================
Updated•11 years ago
|
Summary: use CSS position:sticky instand of JS in suported browsers → In supported browsers, use position:sticky rather than JavaScript for TOC
Comment 1•11 years ago
|
||
Using position:sticky would be cool, but given that it is very new (and behind flags in Firefox and likely in Chrome), we should not block the upcoming release.
But I'm pretty sure David Walsh will be very happy to experiment this after the rush.
Up to Ali for the final decision on blocking.
Flags: needinfo?(aspivak)
Updated•11 years ago
|
Whiteboard: [specification][type:bug] → [specification][type:bug][mentor=openjck]
Severity: minor → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•11 years ago
|
Severity: enhancement → normal
Whiteboard: [specification][type:bug][mentor=openjck] → [specification][type:feature][mentor=openjck]
Comment 3•11 years ago
|
||
No point in even attempting this yet, as support is almost nothing
http://caniuse.com/css-sticky
Updated•11 years ago
|
No longer blocks: MDNPostLaunch
Updated•11 years ago
|
Whiteboard: [specification][type:feature][mentor=openjck] → [specification][type:feature]
Comment 4•10 years ago
|
||
Quick update: Blink has temporarily removed sticky support until the spec is finalized.
Comment 5•10 years ago
|
||
Does it make sense to keep this bug open? By the time position:sticky is well-supported, we will have certainly revisited the styles that are applied to the TOC, if it even still exists in the same form. And even if we do not happen upon this change shortly after standardization, little is lost by keeping the JavaScript around.
Comment 6•4 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Updated•4 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
•