mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #67991
[Bug 1997918] Re: Message "send message" page has broken layout due to nested <A> tags
To test:
Spin up a php 8.1 docker instance
Send a message to two people and then login as one of them and go to
inbox - read message and hit reply all
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1997918
Title:
Message "send message" page has broken layout due to nested <A> tags
Status in Mahara:
In Progress
Status in Mahara 22.10 series:
Confirmed
Status in Mahara 23.04 series:
In Progress
Bug description:
Currently under certain conditions the previous message display looks
broken in the collapsible area part.
This is due to a <a> tag being nested within another <a> tag.
Coding standards say "Nested links are illegal - The a element can be wrapped around entire
paragraphs, lists, tables, and so forth, even entire sections, so long
as there is no interactive content within (e.g., buttons or other links)."
We need to fix this up so that it follows html guidelines and also
keeps the info we want
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1997918/+subscriptions
References