• The Debug Toolbar will display fine for me, but there are no links behind any of the toolbar labels.

    By Andrew Thompson 10 years ago

    The Debug Toolbar will display fine for me, but there are no links behind any of the toolbar labels. They are all just a # link, so I can't do anything with it. Any ideas as to why this might be. Is it because I am using 8.5.3, does it need domino 9?

    My page does have content on it, and does have sessionScope variable, I have just reduced the page for screen shot illustration purposes.

    Must be something trivial that I am missing ??

    • By Mark Leusink 10 years ago

      Hi Andrew,

      The plugin version of the Debug Toolbar (v4 and higher) does work on 8.5.3 (just tested that to make sure). If you don't have the plugin version yet: I would recommend to install that because of all the benefits (less Java errors, easy access from every app).

      The links are supposed to show a # because they don't point to different pages: the XPages runtime adds onclick handlers to the links to do the partial refreshes. A click on the appScope link for instance will open that specific tab of the toolbar.

      Mark

      • By Andrew Thompson 10 years ago

        Hi Mark, Thanks for the quick response.
        It is the v4 one that I have downloaded (the 4.0.1 one)
        Here is what's loaded on the server:

        Yeah, so the links don't do anything for me. I click and nothing happens. not even on the about or 'remove' links. I'm not getting any javascript errors when clicking either - it seems that what's supposed to be loading from xpages just isn't loading for some reason. I am getting hover states of course, but that's all. And I am using it on a page that is using a bootstrap theme (allbeit very rudimentary).

        • By Andrew Thompson 10 years ago

          Actually cancel that. It was my dojo libraries that were broken and not loading hence breaking other things. Working now. :-)

          • By Mark Leusink 10 years ago

            Great to hear you solved it.

            Something other on the page breaking the toolbar would have been my next suggestion :-)

            Good luck with using it!

            Mark