mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #52235
[Bug 1815128] Re: Mathjax in user name on profile page is not updating <title> tag
It's not the username but the display name.
We don't save the generated MathJax output and hence it's not resolved
easily. We are not going to look into fixing this at the moment. If it
becomes easier in the future, this can be tackled again.
** Changed in: mahara
Milestone: 19.04.0 => None
** Changed in: mahara
Status: In Progress => Won't Fix
--
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/1815128
Title:
Mathjax in user name on profile page is not updating <title> tag
Status in Mahara:
Won't Fix
Bug description:
Eg If I have MathJax turned on and have 'displayname' for a user set
to: \(\beta \alpha \delta \varsigma \pi \rho \)
When I visit their profile page I see their name displayed as βαδςπρ
in page <h1> tag but the browser <title> still shows as \(\beta
\alpha \delta \varsigma \pi \rho \) and makes things look broken
The MathJax is unable to update the <title> tag as it does it's magic
with inserting <div> stuff.
But we can update the title tag with an approximation of what is
wanted - eg for Greek letters they tend to exist in the font so we can
scrape them from the page a apply them to the title.
For things like mathematical notations like square root we can't as
they are made up by css tricks
So I'll add a bit of code to try and update the <title> tag so it
looks less broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1815128/+subscriptions
References