Closed (fixed)
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Feb 2012 at 02:56 UTC
Updated:
18 Mar 2012 at 20:00 UTC
Jump to comment: Most recent file
"Changes made in this list will not be saved until the form is submitted. " is briefly appearing in AJAX mode.
I'm actually seeing 2 of them.
Only occurring on the first sort. After that they don't return unless you reload the page and sort again (first time).
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | draggableviews-1455664-message-ajax.patch | 2.06 KB | ygerasimov |
| #5 | draggableviews-1455664-5.patch | 901 bytes | yarroha |
Comments
Comment #1
MickL commentedI'm getting two of this messages, too! I'm not using the ajax mode but an html list in drupal 7.12
Comment #2
MickL commentedComment #3
keesee commentedbenchi, thanks for verifying this.
renaming the title back it back to what it was. Having the message display twice one of the problems... but the bigger problem is that the UI is telling the user their changes won't be saved in AJAX mode. AJAX mode saves in real time. Hence the message shouldn't show up at all... or a different message needs to be displayed telling them changes have been saved.
"Changes made in this list will not be saved until the form is submitted."
In AJAX mode there not a submit button. This will almost certainly confuse the user.
Comment #4
MickL commentedSo we got two problems here:
1.) The message is displayed twice
2.) Message is displayed even though ajax mode
Comment #5
yarroha commentedI added some additional checking. Now message is not displayed twice and is not displayed in the ajax mode.
Comment #6
MickL commentedis this patch in the latest dev ?
Comment #7
yarroha commentedno, I did it for the last git version.
Comment #8
ygerasimov commentedHere is patch that fixes:
1. Two messages appear on list.
2. Message doesn't show on second, third sort.
3. If view is ajaxified message "Order of the list has been changed." is shown for 3 seconds and faded out.
Is it good enough?
Comment #9
ygerasimov commentedComitted.