Title: Message Title
|
|
Issue Type:
|
Bug
|
Affects Versions:
|
4.1, 4.0, 3.2, 3.1, 3.0
|
Assignee:
|
Unassigned
|
Components:
|
XMLUI
|
Created:
|
18/Jun/14 6:36 PM
|
Priority:
|
Minor
|
Reporter:
|
Terry Brady
|
|
There is a bad JQuery selector in the following code. This causes a submit to take place each time an up or down arrow is clicked. It is difficult to see the error in the _javascript_ console because the submit takes place immediately. Due to the page refresh delay, this is confusing to users when a large number of bitstreams are present. https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/static/js/bitstream-ordering.js#L68-69 var upArrow = row.find('input[name$^="submit_order_"][name$="_up"]'); var downArrow = row.find('input[name$^="submit_order_"][name$="_down"]'); Note that "$^=" is not a valid selector. http://api.jquery.com/category/selectors/
|
|
|
|
|
|
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel