Closed (fixed)
Project:
DraggableViews
Version:
6.x-3.3-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 18:30 UTC
Updated:
31 Aug 2010 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
sevi commentedDrag'n'drop will not be possible work if the Weight field is "excluded from display" (it must be available for javascript).
I can't imagine your situation. Please post the export code of your view.
(A guess: Do you use the fields DraggableViews: Order in combination with Native handler too?)
Comment #2
drupalina commentedThis is just a slightly modified version of the default "My bookmarks" view that comes with the Flag module.
here's the export code:
Comment #3
sevi commentedYou've set
.
You might set uncheck this options to achieve the desired appearance :) (see screenshot)
Greetings,
sevi
Comment #4
drupalina commentedHi Sevi,
Thanks for your elaborate help!!!, especially the screenshot. But, I kept getting the same weight boxes whether I uncheck "Show input field" or not.
But after I unckeched it, I also moved the Draggable Views field to the very bottom, and then it worked!!!
MANY MANY thanks!!!
Great module and a very important one! Thanks!
(now I need to find a way to display these bookmarks more like short teasers. But that's another issue)
Comment #5
sevi commentedHaving the DraggableViews-handled field on the first place should not be possible. An error message should have been produced:
"# Display "Defaults": Draggableviews: The drag-handles will be attached to the first field. But the currently configured first field will not be shown. Move the currently configured first field to another position or choose Show input fields? on the settings page."
..I think this message summarizes all this issue is about :)
Have you seen this message (I'm asking just to be sure that there's no bug..)
Retrospective: What would you change in the UI (e.g. help messages,..) to make this stuff more intuitive?
Greetings,
sevi
Comment #6
drupalina commentedHi Sevi,
Yes, I saw that message and that's how I eventually found a solution. But I didn't see that message immediately - probably something to do with the delay in Views module. I think if there were examples about how to use DV in different views scenarios in README.txt, it would help a lot.
About the UI: The first thing that I'd love to see is no "Save" button. The end-users should be able to just drag that stuff around and the changes should be saved instantly. If I, the admin, often forget to click the save button in long lists, then I can imagine that the end-users will do so pretty often too. Judging from webstandards and expectations today, this is what the current users expect. It would also be great if such save-in-place functionality also extended throughout Drupal 6.x especially that they are making a lot of use of those draggable crosses in 6.x admin.
The 2nd thing is to allow for that small alt="Drag to re-order" message to be customizable by admins. For example, because the "Save" button is not that obvious, other admins mihdt like to say "Simply drag to reorder and then click the "Save" button"
3rd -- Also "Save" button should rather say "Save this order"
The 4th (and a very important) thing is to allow for Draggable Teasers , because teasers can be themed, and themed differently depending on content type. And then above each teaser there can be a little pane where the cursor changes to a draggable cross. Because end-users scroll and move the mouse they will instantly notice the cursor changing when it mouseovers those vertically stacked teaser panes, and that would be much more intuitive, then having a little un-obvious cross in the corner of a table. Also tables are not always great for listing and making sense of a lot of content.
The 5th thing is to allow for an option to have the cursor change to a draggable cross throughout the entire area of the table (except where the links are) . I think this can be done with a simple CSS display="block"
Hope these help.
Best wishes
Comment #7
sevi commentedGood points,
many thanks for taking time to analyse the situation.
I'll keep this issue open and the message in mind.
Greetings,
sevi
Comment #8
sevi commented