Loading...
 
Skip to main content

Text "User+Information" should not be part of the popover title in the "User information" page (it's a misplaced $url)

Status
Open
Subject
Text "User+Information" should not be part of the popover title in the "User information" page (it's a misplaced $url)
Version
23.x
24.x
master
Category
  • Bug
Feature
UI / UX (User interface and experience)
Resolution status
Fix on the Way
Submitted by
EdizonTN
Lastmod by
EdizonTN
Rating
(0)
Description

Update:

Sorry, but this is wrong - a misunderstanding of what should be the correct behavior and an error in the code. There is no reason to put the URL as the popover title.

  1. The URLs should never be translated
  2. Someone put that $url var in the wrong place in the code
  3. The tooltip popover should display what is separated by the ":" character actually, so it should be $ret = '<a title="' . htmlentities($desc, ENT_COMPAT, 'UTF-8') . '" (the fix would be just removing the ' . $url . '| part from the line 61 in the tikihelplib.php


Original report: Go to tiki-user_information.php -> click to the button "Send Me a message" - window "Send Me a Message" will shown.
Here do a mouseover over a questionmark near to "Reply-to my email" and check popup window title -> "User+Information".
This string cannot be translated. Translation string doesn't exists in language.php.
Same also for "Send me a copy" quickhelp ....

Importance
1 low
Easy to solve?
5
Priority
5
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7899
Created
Friday 29 October, 2021 23:15:57 UTC
by EdizonTN
LastModif
Thursday 17 March, 2022 14:09:46 UTC


Show PHP error messages