Modify ↓
#13366 closed defect (fixed)
usemap should start with '#'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Álvaro Iradier | Trac Release: | 1.2 |
Description (last modified by )
Hi,
when using an imagemap, the current 2.2 release didn't work on firefox nor Microsoft Edge. The reason for this is that the generated HTML code uses the wrong usemap. A usemap should start with a '#'.
How to fix this:
replace line 137 with:
return Markup(cmap) + tag.img(src=img_link, usemap='#' + img_id + '_map')
Attachments (0)
Change History (3)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Álvaro Iradier to Ryan J Ollos |
Status: | new → accepted |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 7 years ago by
Owner: | changed from Ryan J Ollos to dries.decock@… |
---|
Note: See
TracTickets for help on using
tickets.
In 17025: