Aktionen
GX-Bug #66993
geschlossenMissing and empty attributes in the image widget
Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Julian Heckmann
Kategorie:
StyleEdit 4
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.1.1.0 beta3
Release Notes Langtext:
Das Bild-Widget hat jetzt die Attribute "alt" / "title" und die nicht verwendeten Attribute wurden aus dem Bild-Tag entfernt.
Beschreibung
Steps to reproduce:
- Open StyleEdit
- Drop a new image widget into the content zone
- Select an image, save the changes and leave StyleEdit
- Go to the location in store frontend where the image has been placed
- Inspect the element of the placed image
Result:
Inspecting the image you will notice that there is no alt
property.
Additionally, the width
and height
properties have no values.
Another - but not critical - issue is that there is a unnessecary space in the class property (class=" img-responsive"
)
Solution:
- Make the
alt
property configurable in StyleEdit - Either remove the
width
andheight
properties or place the values - Remove the space in the
class
property
Information:
This issue has also been reported in the community forum (https://www.gambio.de/forum/threads/vorabversion-service-pack-4-1-1-0-beta3-erschienen.43236/page-3#post-357979)
Zugehörige Tickets
Aktionen