Projekt

Allgemein

Profil

GX-Bug #66482

Von Ronald Loyko vor etwa 4 Jahren aktualisiert

Steps to reproduce: 
 1. Open Über StyleEdit 
 2. Drop a new image widget into the content zone 
 3. Select an image, save the changes and leave StyleEdit 
 4. Go to the location in store frontend where the image has been placed 
 5. Inspect the element of the placed image auf der Startseite hinzugefügte Bilder haben keinen konfigurierbaren alt-Tag, ebenso gibt es leere width und height Attribute. Außerdem gibt es einen kosmetische Fehler, dass class=" img-responsive" ein Leerzeichen zu viel enthält. 

 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` and `height` 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) Hier wurde das Problem gemeldet: https://www.gambio.de/forum/threads/vorabversion-service-pack-4-1-1-0-beta3-erschienen.43236/page-3#post-357979

Zurück