← Back to team overview

mahara-contributors team mailing list archive

[Bug 1796600] Re: Forms that use progress bar when saving now do not show progress bar

 

Environment tested: Master
Browser tested: Chrome

Preconditions: 
------------------------ 
1. Site Admin user exists

Test Steps: 
------------------------ 
1. Log in as Site admin
2. Create 100 user by csv
3. Verify that the progress bar is displayed ✔
4. Create 25 new groups 
Verify that the progress bar is displayed ✔
6. Add the 100 users to the 25 new groups 
Verify that the progress bar is displayed ✔
8. create a group page and share with all members in the group 
9. Verify that the progress bar is displayed  ✔

NOTES: 
1. Progress bar is displayed as expected - suggest throttle network so that the displayed progress bar is not displayed in the blink of an eye.  
2. Progress bar is not styled - most of the time the bar was a solid white background colour
3. I ran the above scenario a few times on a fresh DB - sometimes I would see the coloured progress bar but mostly not - just white background

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1796600

Title:
  Forms that use progress bar when saving now do not show progress bar

Status in Mahara:
  In Progress

Bug description:
  When saving on view access screen there is a "sendjsonrequest()
  failed: error" in the browser console

  This is because of the following problems:

  1) The saving of the access does a check to see if we should display the progress meter bar
   - it does this on any save - yet the progress meter is only meant for the saving when 'copy page to existing users' when saving a group page

  2) The form saves in a non-js form way yet the ajax call to the
  progress meter needs to be done is a jsfrom way - otherwise the
  brwoser goes to new page an ajax fails before result is returned

  What is needed is get the access form to save as a jsform and then to
  only use the progress meter if doing copy page event

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1796600/+subscriptions


References