← Back to team overview

mahara-contributors team mailing list archive

[Bug 1270752] Re: "shared with me" pagination fails with IE 9

 

It would appear this is a regression caused by the patch
https://reviews.mahara.org/#/c/1832/ in Mahara 1.8.0.

It changes the paginator from using the surrounding <div>'s innerHTML,
to using the table's innerHTML. But my research indicates that in IE9
and earlier, the innerHTML of a <table> is read-only:
http://msdn.microsoft.com/en-us/library/ms533897%28VS.85%29.aspx

When I revert that commit in 1.8_STABLE, I am unable to replicate the
original bug it was meant to fix (Bug 993676). So, it would appear that
we've either fixed the problem somewhere else in the code, or the
behavior in Chromium that was causing the issue has been fixed on their
side. Either way, I'm going to suggest reverting the patch.

** Also affects: mahara/1.8
   Importance: Undecided
       Status: New

** Also affects: mahara/1.9
   Importance: High
       Status: Triaged

** Changed in: mahara/1.9
    Milestone: 1.8.2 => 1.9.0

** Changed in: mahara/1.8
    Milestone: None => 1.8.2

** Changed in: mahara/1.9
       Status: Triaged => Confirmed

** Changed in: mahara/1.8
       Status: New => Confirmed

** Changed in: mahara/1.8
   Importance: Undecided => High

** Changed in: mahara/1.9
     Assignee: (unassigned) => Aaron Wells (u-aaronw)

** Changed in: mahara/1.8
     Assignee: (unassigned) => Aaron Wells (u-aaronw)

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

Title:
  "shared with me" pagination fails with IE 9

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.8 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed

Bug description:
  In Mahara 1.8.1 when there's more than 10 views in the "shared with
  me" tab the pagination does not work.

  This affects

  Windows Internet Explorer 9, Version 9.0.8112.16421
  Update version: 9.0.23
   
  Windows 7 Entreprise

  which is a default software at our UAS, unfortunately.

  Other browser do not fail.

  Server operating system Linux
  Database MySQL

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


References