Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2010 at 10:25 UTC
Updated:
19 Feb 2010 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
asimmonds commentedSeeing if this test fails on the testbot
Comment #3
asimmonds commentedPatch adds the filter weight to each row in the form, and the test uses a xpath construct to verify the order is correct before and after filter reordering.
Comment #4
aspilicious commentedIt worked fine for me, and to please the people adding stuff to head, my test report:
1) I installed noscript (ff)
2) I went to the page that didn't update the order of the items
3) I moved the items around and saved it, it seemed to be OK
4) I disabled javascript, changed the weight of the items, saved, everything is updated correctly
So, "it works" and it has tests.
If someone can review the "code" then maybe we can make this RTBC
Comment #5
zhangx1a0 commentedGood patch, I also found this bug but my patch is worse (I ordered $rows in theme function :p).
Comment #6
damien tournoud commentedLooks very good, thanks for the test.
Comment #7
sunGood job, thanks!
Comment #8
dries commentedGreat, committed to CVS HEAD.