When selecting "Block" from the "Add a Reaction" pulldown, the right-most list is vertically center-aligned in its table cell, has a height of 20em, and does not alphabetically display options (though the parent groups are alphabetical).
This makes the interface difficult to work with, particularly when operating on larger sites.
Comments
Comment #1
joecrespo commentedComment #2
joecrespo commentedComment #3
joecrespo commentedModified name to fit Drupal guidelines:
[project_name]-[short-description]-[issue-number]-[comment-number].patch
Comment #4
joecrespo commentedPatch re-uploaded without .zip compression (still learning the ropes here).
Comment #5
gregglesMore accurate title.
@jcrespo - would be great to post a before/after screenshot of this idea so it can easily be evaluated.
It also seems like this hunk isn't relevant to what you described:
Is that for #2028185: <select> list on admin/structure/ds/fields/manage_block is not sorted by alpha?
Comment #6
joecrespo commentedAdded the ability to drag/drop blocks into regions.
Comment #7
joecrespo commentedAttached image demonstrates the before and after. Thanks for the suggestion @greggles
Comment #8
joecrespo commented@greggles, I submitted a similar patch to Display Suite, @swentel says he's going to commit it shortly.
Comment #9
tekante commentedThe patch in #6 did not apply for me so I've rerolled it with a few adjustments:
* left a max height on the overall block list as sites with large numbers of blocks would see an unbounded list
* used the drupal.behaviors mechanism for making the block options draggable
Comment #10
tekante commentedComment #11
joecrespo commentedThanks!
Comment #12
kendouglass commentedVery nice. Thanks tekante.
The drag/drop doesn't work for me but fixing the limited height scrolling is great.
Comment #13
damienmckenna