Closed (fixed)
Project:
Context
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 14:27 UTC
Updated:
10 Feb 2014 at 22:10 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
joachim commentedHere's a patch.
It just removes a max-height. Is there a purpose to this that I'm not seeing?
Comment #2
hefox commentedIf a single module provides a huge amount of blocks it will make finding blocks by other modules as keep having to scroll past alll these blocks by that module.
That ui really sucks for huge amount of blocks as is, this would make it worse. Not sure of a better ui.
Comment #3
joachim commentedOne scrollable inside another is pretty unusable UI -- something that's hardly ever seen on the web I think. It means your scroll wheel does unpredictable things. Moreover, having one scrollbar right next to the other makes it hard to aim for one of them.
How about collapsible fieldsets?
Comment #4
hefox commentedThe ui of features/context ui in general is :(.
How about how views does it for fields/arguments/etc? Module drop down at top that filters the list :O! Worked well for views, imo.
Comment #5
fxarte commentedSome UI improvement, although not exactly views UI dropdown type, but using collapsible field-sets. It includes the patch from #1
Comment #6
fxarte commentedComment #7
hefox commentedYour patch is 404ing o.O
Comment #8
fxarte commentedLet's see now.
There seems to be a bug, or url encoding missing on drupal.org file upload functionality. Because added the "#" character the file link is not being interpreted completely, if you replace the hash with "%23", you'll get the file.
Also, I will avoid using the hash character in the file names in the future.
this is the link:
http://drupal.org/files/context.context_ui_blocklist-1077300-%235.patch
Comment #9
fxarte commentedComment #10
hefox commentedwhy list this as fixed?
Comment #11
mraichelson commentedJust to tack another note onto this one, based on how OS X Lion does it's scrollbar behaviors by default (show no scrollbars, only show them when scrolling) this interface becomes a very difficult thing to try to use on Lion.
Comment #12
fxarte commentedHi hefox, it is not fixed, I just did it to reassign the ticket back to you. I could not find another way to notifying you.
I should've added this comment right away, my bad.
Comment #13
fxarte commentedNew version of patch #8, with some UI improvements:
Comment #14
wbobeirne commented#13 is a solid patch, the only drawback is the lack of ctrl+f to find a block because all the fields are collapsed, but that's a small price for the improved readability.
Comment #15
bfr commentedMy alternative:
http://drupal.org/node/1463834 (patch for context)
http://drupal.org/project/context_accordion (separate helper module if you dont want to patch)
The thinking is similar but uses JQuery UI accordion instead. I Also tried to put some thinking to the CSS styling instead of just changing the technical side of the form elements.
Comment #16
kclarkson commented@bfr
Thank you for taking the time to do this. context is MUCH better to use !!!
Comment #17
tim.plunkettFixing input format so anyone can edit.
Comment #18
colanCommitted in 864eb92.