There is 1 update, 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9aeeb97c-cf4b-46db-bba8-9620a2e85c3e XWIKI-21633 Open

Adding a step tour on a class field doesn't work

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-ac00b7fa-6dbb-4d5d-a0e0-b5b4e05d8335 Changes by Charpentier Lucas on 23/Dec/24 17:21
 
Attachment: screenshot-1.png
 
 

3 comments

 
cid:jira-generated-image-avatar-ac00b7fa-6dbb-4d5d-a0e0-b5b4e05d8335 Charpentier Lucas on 23/Dec/24 17:22
 

The responsibility of tour formatting is bootstrap-tour.
_thumb_43034.png
We need to find a way to have it process even those use cases with dots inside of the classNames. One path to solve this is override the function where it evaluates the selector provided.

 
cid:jira-generated-image-avatar-ac00b7fa-6dbb-4d5d-a0e0-b5b4e05d8335 Charpentier Lucas on 23/Dec/24 17:25
 
The responsibility of tour formatting is bootstrap-tour.
!screenshot-1.png|thumbnail!
We need to find a way to have it process even those use cases with dots inside of the classNames. One path to solve this is override the function where it evaluates the selector provided.


What we provide is a full CSS selector...
As far as I understand, there's no way we could tell if a user that wrote `.a.b` means to select the element with the class `a.b` or both the class `a` and the class `b`
 
cid:jira-generated-image-avatar-ac00b7fa-6dbb-4d5d-a0e0-b5b4e05d8335 Charpentier Lucas on 23/Dec/24 17:26
 
The responsibility of tour formatting is bootstrap-tour.
!screenshot-1.png|thumbnail!
We need to find a way to have it process even those use cases with dots inside of the classNames. One path to solve this is override the function where it evaluates the selector provided.

What we provide is a full CSS selector...
As far as I understand, there's no way we could tell if a user that wrote `.a.b` means to select the element with the class `a.b` or both the class `a` and the class `b`
.