Tooltip Problem in Navigator

Topics related to the Krypton Navigator.

Moderators: Phil Wright, Chris Porter

Tooltip Problem in Navigator

Postby dlayne » Fri Aug 31, 2007 12:49 am

Found a tooltip bug. When the navigator is in HeaderBarCheckButtonHeaderGroup mode, and you hover over the Close or Context buttonspec (the default internal buttonspecs) you will get a null object exception, every time.

To make sure it wasn't me, I debugged this in the 2.6.0 source and found the error occurs at ViewBuilderItemBase.cs, line 225:

Code: Select all
        public override ButtonSpec ButtonSpecFromView(ViewBase element)
        {
            return _buttonManager.ButtonSpecFromView(element);
        }


because _buttonManager is null. Didn't check other modes except to note that the default doesn't experience this.
dlayne
 
Posts: 2
Joined: Fri Aug 31, 2007 12:41 am

Postby Phil Wright » Fri Aug 31, 2007 9:59 am

Thanks for this, I will update the code base straight away.
Phil Wright
Site Admin
 
Posts: 2720
Joined: Thu Apr 13, 2006 2:55 pm
Location: Melbourne, Australia


Return to Krypton Navigator

Who is online

Users browsing this forum: No registered users and 1 guest