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
- 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.
- The URLs should never be translated
- Someone put that
$urlvar in the wrong place in the code - 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 7899
- Created
- Friday 29 October, 2021 23:15:57 UTC
by EdizonTN - LastModif
- Thursday 17 March, 2022 14:09:46 UTC