mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #67997
[Bug 1997918] Re: Message "send message" page has broken layout due to nested <A> tags
There is also a broken lang string for deleted users
To test this:
1) As admin send a message to two people Person A and Person B
2) Delete Person A
3) Log in as person B and reply to the message - the message shown above the reply form should say
To: Person B ; 1 deleted account
4) As admin send a message to three people Person C, D, and E
2) Delete Person C and D
3) Log in as person E and reply to the message - the message shown above the reply form should say
To: Person E ; 2 deleted accounts
--
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