Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: demone on May 20, 2013, 12:31:49 pm

Title: Very little bug about enabled buttons
Post by: demone on May 20, 2013, 12:31:49 pm
Try to move your mouse from text editor to a "grey" (disabled) button. in the tip bar (bottom of the screen) no text is shown,
then try to move your mouse first above a Enable button (you will see its description in the tip bar) then move the mouse from here
to a Disabled button, you will see its description too.

I expect that
1- no description shown for Disabled buttons

XOR

2- descritpion always shown for Disabled buttons (and not shown only under particular conditions).
Title: Re: Very little bug about enabled buttons
Post by: oBFusCATed on May 20, 2013, 01:28:21 pm
... in the tip bar (bottom of the screen)...
What is tip bar? Status bar or something else?
Title: Re: Very little bug about enabled buttons
Post by: demone on June 01, 2013, 01:10:55 pm
the bar in the bottom of the screen showing some Text depending on what mouse is currently above.. so yes the status bar
Title: Re: Very little bug about enabled buttons
Post by: oBFusCATed on June 01, 2013, 07:14:20 pm
Then probably this is a bug in wxWidgets...
Title: Re: Very little bug about enabled buttons
Post by: Jenna on June 01, 2013, 08:03:20 pm
I don't see this here.
I get tooltips for each button (enabled or disabled), but the toolbar text is only shown for enabled buttons.
C::B r9099 Fedora 18 64bit build with gcc 4.7.2 against wx2.8.12 .
Title: Re: Very little bug about enabled buttons
Post by: demone on June 02, 2013, 01:06:26 am
maybe I just explained it not very well.. let's see this:

(http://i.imgur.com/ltqPS10.jpg)

If you move mouse above "yellow dot" you see this in status bar:
-show/hide debuggin windows

then if you move mouse above "green dot" you see this in status bar:
-shows information about variouse debuggin subjects

If you move now above "red dot" and then you move above "green dot" you see nothing in status bar.
To reset the status bar you have to move again above "yellow dot".

I have this little bug on windows at least..
Title: Re: Very little bug about enabled buttons
Post by: oBFusCATed on June 02, 2013, 01:31:47 am
Works fine on linux here, too
Title: Re: Very little bug about enabled buttons
Post by: demone on June 02, 2013, 01:54:44 am
anyone with windows?
Title: Re: Very little bug about enabled buttons
Post by: golgepapaz on June 02, 2013, 04:00:20 am
No problem whatsoever . In windows .Same icons even..
Title: Re: Very little bug about enabled buttons
Post by: demone on June 02, 2013, 11:23:42 am
infact the problem is the missing text from status bar. Nothing to do with icons. following exact steps as above will reproduce the bug. If you keep Alt-Tabbing from webbrowser to Code::blocks to read exact steps you will reset status bar making the bug not reproducible because infact  your are no longer following exact steps. One way would be resize C::B window to be small enough to read the steps from the browser without moving the mouse or Alt-tabbing windows.. (I assume you move mouse in a straight line from colored Dots.. without moving it elsewhere)

just to be sure:

here's what I mean for Status Bar:
(http://i.imgur.com/DgXpiRt.jpg)
Title: Re: Very little bug about enabled buttons
Post by: golgepapaz on June 02, 2013, 03:58:00 pm
infact the problem is the missing text from status bar. Nothing to do with icons. following exact steps as above will reproduce the bug. If you keep Alt-Tabbing from
I understood you fine the first time. but I've tried anyway and yes the behaviour exhibits itself this time.
Title: Re: Very little bug about enabled buttons
Post by: Jenna on June 02, 2013, 04:40:39 pm
I hget thsi behaviour with C::B 12.11 on Win8 also.
I check it on Win7 with trunk later.