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 646321 - Search box is missing
Search box is missing
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-03-31 11:18 UTC by Anton
Modified: 2011-08-14 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anton 2011-03-31 11:18:10 UTC
Using HTML header file generated by "doxygen -w html" leads to search box disappearance for me.

Doxyfile contains following lines (as I guess are related to the problem)
DISABLE_INDEX          = YES
SEARCHENGINE           = YES
SERVER_BASED_SEARCH    = NO

Following peace of HTML header template
  <!--BEGIN DISABLE_INDEX-->
   <!--BEGIN SEARCHENGINE-->
   <td>$searchbox</td>
   <!--END SEARCHENGINE-->
  <!--END DISABLE_INDEX-->

appears in generated HTML code as
   <td><link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>

<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>box</td>


This means that expanding $searchbox marker is not performed by doxygen. Instead $search marker becomes expanded.
Comment 1 Dave Sewhuk 2011-04-05 01:24:01 UTC
I had this same thing happen going from 1.7.1 to 1.7.4. You can get the search box back for the HTML output by turning off the "GENERATE_HTMLHELP" option for MSoft chm file generation.
Comment 2 Dimitri van Heesch 2011-04-25 08:43:09 UTC
I think the solution is to simply reverse the expansion order, i.e. first replace $searchbox, and then $search. I'll include this change in the next subversion update.
Comment 3 Dimitri van Heesch 2011-08-14 14:05:05 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.