← Back to team overview

mahara-contributors team mailing list archive

[Bug 1811176] Re: Updating mobile detect to 2.8.33

 

Environment tested: Master
Browser tested: Chrome

PRECONDITIONS: 
------------------------ 
1) User agent spoofer addon installed (set to android mobile)
2) Tester has developer tools to be able to see source code

TEST STEPS: 
------------------------ 
1) Browse to page source code for the Mahara site
2) Verify the Script in the head of the page is displaying 
<script type="application/javascript">
var config = {
'theme': [],
'sesskey' : 'WybtkNU3lgoYXHhF',
'wwwroot': 'https://master.dev.mahara.org/',
'loggedin': 1,
'userid': 1,
'mobile': 0,
'handheld_device': 1,
'cc_enabled': 0,
'mathjax': 0,
'select2_lang': ''
};
</script>
3) change the user agent spoofer to android mobile
4)  Verify the Script in the head of the page is displaying 				
<script type="application/javascript">
var config = {
'theme': [],
'sesskey' : 'WybtkNU3lgoYXHhF',
'wwwroot': 'https://master.dev.mahara.org/',
'loggedin': 1,
'userid': 1,
'mobile': 1,
'handheld_device': 1,
'cc_enabled': 0,
'mathjax': 0,
'select2_lang': ''
};
</script>


Catalyst QA Approved ✔

-- 
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/1811176

Title:
  Updating mobile detect to 2.8.33

Status in Mahara:
  Fix Committed

Bug description:
  Doing update of plugin

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


References