After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643878 - treeview disapperance
treeview disapperance
Status: RESOLVED DUPLICATE of bug 638655
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-03-04 15:33 UTC by Anton
Modified: 2011-03-10 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doxygen configuration file (70.83 KB, application/octet-stream)
2011-03-04 15:36 UTC, Anton
Details

Description Anton 2011-03-04 15:33:41 UTC
If I assign in doxyfile instead of default value
    ...
    PROJECT_NAME="TSS aka \"Task Sheduling Server\""
    ...
then generated HTML contains no treeview.

This is because of generated Javascript file (navtree.js) raises error at line 3 when loading in browser due (below is first 3 lines of navtree.js)
  var NAVTREE =
  [
    [ "TSS aka "Task Sheduling Server"", "index.html", [
      [ "Modules", "modules.html", [
  ....

This issue can be solved if it will be assigned as
    PROJECT_NAME="TSS aka \\"Task Sheduling Server\\""
But in that case project name displayed at top of page will contain slashes which is inacceptable.

Therefore this looks like there is no proper filtering and/or escape sequence handling


With best regards, Anton.
Comment 1 Anton 2011-03-04 15:36:27 UTC
Created attachment 182489 [details]
Doxygen configuration file

layout file referenced in configuration file is the default one.
Comment 2 Dimitri van Heesch 2011-03-10 20:49:25 UTC

*** This bug has been marked as a duplicate of bug 638655 ***
Comment 3 Dimitri van Heesch 2011-03-10 20:58:30 UTC
Well, upon closer inspection this was another instance of the same problem, but it will also be corrected in the next subversion update.