Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-1712

In search tool, the contents selection is very long

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0
    • 3.0RC1
    • Plugin : Search
    • None

      How to reproduce

      • Open the search tool
      • Do a search
      • Select multiple contents by ctrl + shift + clic

      Actual behavior

      • For N selected contents, the selection change event is fired N times
      • For N selected contents (N x M) requests are sent (M is the number of ribbon controls or tools which listening on a selection change event on contents)
      • The selection is quite long

      Expected behavior

      • The selection of the N contents must be instantaneous

          [CMS-1712] In search tool, the contents selection is very long

          Laurence Aumeunier added a comment - - edited

          Two solutions to do

          • Do a timer on the grid selectionchange event to send only one event of selection
          • The ContentMessageTargetFactory must send only one request for all selected contents (instead of one per selected content)

          Laurence Aumeunier added a comment - - edited Two solutions to do Do a timer on the grid selectionchange event to send only one event of selection The ContentMessageTargetFactory must send only one request for all selected contents (instead of one per selected content)

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: