← Back to team overview

mahara-contributors team mailing list archive

[Bug 1271779] Re: Resume layout on mobile devices

 

Hi Aaron,

I've been looking into this again today and I think the issue is more
complicated than just changing the template.

I've created a new template, matching the theme name, and can confirm
that is being loaded. However each time I load the page the content in
the table is exactly the same.

On a whim I deleted the entire table contents in the template, reloaded
the page, and the table was still created! In order to see the empty
table I needed to disable JavaScript.

Therefore this leads me to believe that there are two things going on
here:

1. The template file generates HTML which is sent to the browser.

2. There is JavaScript which is running and at the very least is
augmenting the HTML output in the template, and it would appear in this
case actually adding content into the template if the content is
missing.

With this in mind, do I also need to change the JavaScript that is being
loaded on this page and if so where is this JavaScript located?

With thanks.

-Corey

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

Title:
  Resume layout on mobile devices

Status in Mahara ePortfolio:
  New

Bug description:
  Hi,

  We are using a Mahara theme that adapts to screen resolutions / sizes,
  which especially targets mobile devices. The main content of the page
  is rendered within a narrow column.

  The current layout of information in the resume page contains
  information that is rendered within a table. This table is too wide to
  fit in a narrow column when viewed on mobile devices. You can see this
  in the attached screenshot.

  While the use of a table for the layout of information works on
  desktop and larger devices in a narrow column the rows are too long.

  Is there any way to have a mobile specific template which could render
  the information in a narrow column friendly format? Perhaps as a
  series of lists rather than table rows?

  If so where in the code would be a good place to start looking to
  implement such a template?

  With thanks.

  -Corey

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


References