"svginteractive" does not highlight the link when classname contain underscore

0 votes
asked Jul 18, 2024 in Question / help by csr2.cambs (140 points)
In the following example:

@startuml
!pragma svginteractive true
class Car

Driver_1 - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
@enduml

http://www.plantuml.com/plantuml/svg/BSsn2i9G38NXFKznN8Kx24uYKj07S7EKq8QsS9jAajRNDnSS_o-4qtcmnRPKEdoCnuNX-pXhY74Vyou8suJwokwuin4zBDNU9vJMk61euBXHosF1QnAfwHFdz_dlfU0fvglcuOhrgqwTw92xFm00

Due to the underscore in "Driver_1", when hover over Driver_1, the SVG does not shows the link; as compare to Car *- Wheel, and Car -- Person.

May I know how to work around with this situation (underscore in Classname) please?

Cheers,

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...