Actions
解析Bug #141
closed
XF
XF
Some order data was lost when sorting some column (such as "Delivery Date")
解析Bug #141:
Some order data was lost when sorting some column (such as "Delivery Date")
Description
Task Details
- Some order data was lost when sorting some column (such as "Delivery Date").
- Maybe the scroll down event was not been triggered, so we can't see the next page order data.
- Claim from Rita
- Report and Solution
Others
XF Updated by Xihua Fan over 4 years ago
- Description updated (diff)
XF Updated by Xihua Fan over 4 years ago
- Status changed from 进行中 to 已关闭
Solution:
Found some JS error message -> JQMIGRATE: jQuery.fn.attr("selected") may use property instead of attribute
So we should change the .attr("selected") -> .prop("selected")
order\ui\desktop\js\order.plugin.js
XF Updated by Xihua Fan over 4 years ago
- % Done changed from 0 to 100
XF Updated by Xihua Fan over 1 year ago
- Target version set to v3.0
Actions