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

Issue on load mask and tooltip when apply to viewport

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.9
    • None
    • None
    • None

      I called a long server process via Ametys.data.ServerComm.send method with a wait message

      Ametys.data.ServerComm.send({
      			plugin: 'thesaurus-itm',
      			url: 'import-microthesaurii/data',
      			parameters: {
      				'thesaurus-id': thesaurusId
      			},
      			callback: {
      				handler: this._processDataReport,
      				scope: this
      			},
      			responseType: 'text',
      			waitMessage: "<i18n:text i18n:key='PLUGINS_THESAURUS_ITM_IMPORT_FILE_DIALOG_WAIT_MSG'/>",
      			errorMessage: {
      				category: this.self.getName(),
      				ignoreCallback: false
      			},
      			priority: Ametys.data.ServerComm.PRIORITY_LONG_REQUEST
      		});
      

      A load mask is displayed.
      If I hover a ribbon button during process, the tooltip of the button is displayed and the load mask disappear.
      If I hover again a button and display a tooltip, the load mask reappears.

            raphael Raphaël Franchet
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: