Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #26043 Back to Issue ]
Summary 0026043: blur triggers selector ds request without pagination
Revision 2014-03-21 09:54 by alostale
Steps To Reproduce 1. Create a new sales order
2. Add a new line
3. Open product drop down -> see there is a request to ProductByPriceAndWarehouse OK (it includes pagination)
-Select a product in the drop down list -> see there is an additional request: INCORRECT
  * This second request shouldn't be launched at all
  * It has no pagination info

When the selector popup is opened the second request is also performed:
- Instead of step 3, open product selector popup and see 2nd request

By only blurring it is also performede:
1. Open an existing sales order
2. Go to lines and edit
3. Focus on product
4. Move to any other field -> Request is done
Revision 2014-03-21 09:54 by alostale
Description Having focus in a selector field, blur causes a request to datasource without any pagination.

In case of big amount of data this can cause the oom error in server.

This request shouldn't be triggered at all (it was not before SC upgrade)
Revision 2014-03-21 09:52 by alostale
Description After selecting an item in a selector drop down list, an additional request is performed to its datasource. This second request does not include start/end row params so the complete datasource is calculated.

In case of big amount of data this can cause the oom error in server.
Revision 2014-03-20 13:14 by alostale
Steps To Reproduce 1. Create a new sales order
2. Add a new line
3. Open product drop down -> see there is a request to ProductByPriceAndWarehouse OK (it includes pagination)
-Select a product in the drop down list -> see there is an additional request: INCORRECT
  * This second request shouldn't be launched at all
  * It has no pagination info

When the selector popup is opened the second request is also performed:
- Instead of step 3, open product selector popup and see 2nd request
Revision 2014-03-20 13:10 by alostale
Steps To Reproduce -Create a new sales order
-Add a new line
-Open product drop down -> see there is a request to ProductByPriceAndWarehouse OK (it includes pagination)
-Select a product in the drop down list -> see there is an additinal request: INCORRECT
  * This second request shouldn't be launched at all
  * It has no pagination info


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker