Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2008 at 19:50 UTC
Updated:
15 May 2008 at 04:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
nedjoYes. Related to this are (a) transitions--do we want options for visual cues like fades or slides when new content is rendered? and (b) positioning--do we need to scroll to the top of the new content? For positioning, the issue could be that a user clicks a paging link at the bottom of a long page. New content loads, but the user is still at the bottom of the page. Should we scroll to the top? We could copy
Drupal.collapseScrollIntoViewfrom collapse.js.For progress, I've tended to use the core progress bar, just because, well, it's in core so people will see it anyway (e.g., when uploading files). Lots of people hate it visually though. The problem I guess with progress.js is that it makes sense when there is indeed progress indication (it's a lengthy operation like running updates, we see the bar moving along), but not when there isn't. It feels like overkill when all you really need is a little spinny graphic that you can display then hide.
In Activemenus and Fasttoggle we've used a throbber adapted from the throbber.gif used by autocomplete, see attached. That could work here, but might be too small.
Comment #2
merlinofchaos commentedI think this would be fine as a throbber for paging and tablesorting, simply adding it to the link like fasttoggle does. That's a perfectly simple indicator and is very obvious something is happening. And that's just adding a css class to the link (and removing it on ajax failure) and some CSS to add the image and stuff. So that's easy.
That doesn't seem like it'll work as well for the exposed filter form, though.
Comment #3
merlinofchaos commentedI've added a throbber to all the ajax, though there's a couple of places where the throbber looks really bad; I think it just needs some CSS adjustment but it may need some other help. Leaving this active.
Comment #4
merlinofchaos commentedNobody has complained yet. yoroy did fix some of the CSS.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.