Currently links set for slides are always opened in the current tab.
It might be useful to open the link in a new tab.
Therefore a setting should be added that enables opening a link, when clicking a slide, in a new tab.
Designs
Untergeordnete Elemente
...
Verknüpfte Elemente
0
Verknüpfe issue miteinander, um zu zeigen, dass sie verwandt sind.
Mehr erfahren.
@henbug
I thought this might be a useful addition.
Could you check if you find any major flaws in the commit above (2427e29b)?
I tested it and everything seems to work just fine.
window.open(url, '_blank'); ... this solution does not work with popup blocker. this must be solved completely differently. probably with target blank and a elements.
default must definitely not be this option.
you can theoretically import this but give some hints that this might not work with popup blocker
I was worried about that as well.
Therefore I now removed the JavaScript-referral and changed to a-elements in the sliders (see referenced commits above).
This seems to work fine too.
Ich muss das hier reopen @Panni weil ich dazu paar Fragen / Anregungen habe ;)
Wenn man keinen Link im Backend setzt, sollte auch kein <a> Tag gesetzt werden, oder sieht ihr das anders? So kann man die Slides nicht als Informations-Slides (mit nur Text) benutzen. Auch wenn ich eigene Links (Buttons) in den Inhalt setze, kann man sie nicht klicken.
Außerdem verwirrt mich der Cursor (pointer) über die kompletten Slides.
In verstehe nicht ganz wo die ganzen <a> Tags herkommen. In Code sehe ich nur den äußeren Tag:
In Chrome sind aber mehrere zu sehen (einige dazu leer):
Ist das gewollt @Panni?
Ich habe nur den Baustein \QUI\Bricks\Controls\Slider\PromosliderWallpaper getestet, aber gehe ich davon aus, dass bei anderen die gleiche Probleme / Fragen (1,2 und 3) auftauchen können.