Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started 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).
-
... in the tip bar (bottom of the screen)...
What is tip bar? Status bar or something else?
-
the bar in the bottom of the screen showing some Text depending on what mouse is currently above.. so yes the status bar
-
Then probably this is a bug in wxWidgets...
-
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 .
-
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..
-
Works fine on linux here, too
-
anyone with windows?
-
No problem whatsoever . In windows .Same icons even..
-
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)
-
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.
-
I hget thsi behaviour with C::B 12.11 on Win8 also.
I check it on Win7 with trunk later.