Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Sep 2012 at 00:15 UTC
Updated:
1 Aug 2014 at 04:41 UTC
Jump to comment: Most recent
Comments
Comment #1
dead_armAssigning to myself to work on after the regular dropbutton is committed.
Comment #2
webchickIs this still relevant? It seems like the dropbutton patch got the shit kicked out of it before commit. :)
Comment #3
kiphaas7 commentedIt is. Each drop button gets at least 3 classes added via js and an element added (the toggle). If that is going to happen at 50 or more drop buttons' its going to have an impact for mobile.
I'd propose to move all classes to php, change the CSS to
.js .classso it (still) only runs when is js enabled. Possibly also add the button already via php and hide it by default.Comment #4
kiphaas7 commentedUps, comment should be in #1799498: Improve dropbutton. Sorry for the noise.
Comment #5
dead_armComment #6
nod_Feel free to reopen if still too small.