mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27154
[Bug 1461040] Re: no layouts visible
Hi Peter,
In Mahara 15.04.1 the layout 'images' are not image files anymore but
instead are Scalable Vector Graphics (SVG) rendered directly by the
browser.
I've checked firefox 38.0.1 on windows and I can see the layout 'images'
If you do a view of the source code for the layout page do you see code similar to this:
<svg aria-labelledby="titlelid556e7781ec001 desclid556e7781ec001" height="48" width="76" role="img" xmlns="http://www.w3.org/2000/svg">
<title id="titlelid556e7781ec001">Layout preview image</title>
<desc id="desclid556e7781ec001">67-33</desc>
<rect class="layout1" height="48" width="48.91" y="0" x="0"/><rect class="layout1" height="48" width="24.09" y="0" x="51.91"/>
</svg>
The colours for these come from the theme/raw/static/style/style.css
file and the .layoutthumb rect.layout0 and .layoutthumb rect.layout1
styles in particular.
Are you able to check if those styles are being applied to the <rect>
tag?
Cheers
Robert
** Changed in: mahara
Status: New => Incomplete
--
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/1461040
Title:
no layouts visible
Status in Mahara ePortfolio:
Incomplete
Bug description:
In 15.04.1 there are noch pictures of the layouts visible anymore. The
layouts are still there, but you can't see what layout it is because
of the missing picture. Windows. Firefox 38.0.1.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1461040/+subscriptions
References