Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4780

Auto-completer request should be async.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Release Branch 11.04, Trunk
    • Release Branch 11.04, Trunk
    • framework
    • None

    Description

      Currently auto-completer uses sync call to prepare auto-completer source (result list).
      Due to this user can't perform any other operation on lookup field and user should have to wait until response came.
      In general, synchronous requests should never be used because they tend to block the execution of anything else on the page (or even the entire browser UI), which isn't good.
      Also ajax-loader image not display on google chrome browser due to sync request.

      Need to use async request for auto-completer.

      Attachments

        1. OFBIZ-4780.patch
          3 kB
          Deepak Dixit
        2. selectAll.patch
          1 kB
          Deepak Dixit

        Activity

          People

            jleroux Jacques Le Roux
            deepak Deepak Dixit
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: