Joomla 6 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 14. Oktober 2025 alle unsere Joomla Erweiterungen mit Joomla 6 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt eigenständige Dokumentationen Visforms Joomla 4, Visforms Joomla 5 und Visforms Joomla 6.

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtige Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Accessibility issue with Visforms: Ensures buttons have discernible text

Mehr
5 Jahre 2 Tage her #7500 von rusasadmins
The search button used for front-end form data display fails to meet the accessibility requirement "Ensures buttons have discernible text."

Scanning a page with the Deque axe-tools browser plugin shows the following result:

Issue Description

Ensures buttons have discernible text
Element location

button[type="submit"]

Element source

<button type="submit" class="btn hasTooltip" title="" data-original-title="Search"> <span class="visicon-search"></span> </button>

To solve this violation, you need to...
Fix at least one (1) of these issues:

Element does not have inner text that is visible to screen readers

aria-label attribute does not exist or is empty

aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty

Element's default semantics were not overridden with role="none" or role="presentation"

Element has an empty title attribute

This could be fixed by adding a value to the "title" attribute for the button. For example, change:

<button type="submit" class="btn hasTooltip" title="" data-original-title="Search">
<span class="visicon-search"></span>
</button>

to

<button type="submit" class="btn hasTooltip" title="search" data-original-title="Search">
<span class="visicon-search"></span>
</button>

Can this be addressed in a future version of Visforms?

Mehr
5 Jahre 2 Tage her #7501 von Administrator AV
Hi,
thanks,
I will take a look into this and if there are no complications I will address this in a future release.
Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum