Book a Demo

Author Topic: v1605 - HTML Generator. Diagram Images on Default Diagram. href links are wrong  (Read 6311 times)

wivel

  • EA User
  • **
  • Posts: 243
  • Karma: +12/-1
  • Driven by Models
    • View Profile
Hi

When generating HTML, links from Diagrams Images on the Diagram selected to be the Default Diagram are generated wrong. They point 'one level too high' in the directory structure, as shown here:

Generated HTML
Code: [Select]
<area shape="rect" coords="463,493,633,608" href="EARoot/../EA5/EA1/EA446.htm" target="_self">
Should be
Code: [Select]
<area shape="rect" coords="463,493,633,608" href="EARoot/EA5/EA1/EA446.htm" target="_self">
Should be a easy fix to the currently not so usable HTML generator.

Henrik
« Last Edit: October 28, 2022, 12:20:36 am by wivel »

DeBAAT

  • EA User
  • **
  • Posts: 64
  • Karma: +2/-0
    • View Profile
Same issue here.
Has there already been issued a bug report?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
In any case send your own report. Two reports are double from a single and will bring double the attention. (I don't know the function for triggering a fix, but would guess it happens earlier for more reports.)

q.

wivel

  • EA User
  • **
  • Posts: 243
  • Karma: +12/-1
  • Driven by Models
    • View Profile
Same issue here.
Has there already been issued a bug report?
Yep. Have reported it as a bug. Reference No: 22103240

Henrik
« Last Edit: November 02, 2022, 03:14:22 am by wivel »