Author Topic: Very little bug about enabled buttons  (Read 10382 times)

Offline demone

  • Multiple posting newcomer
  • *
  • Posts: 36
Very little bug about enabled buttons
« 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).
« Last Edit: May 20, 2013, 12:42:00 pm by demone »
processor: Intel Core 2 Quad.
ram: 4 GB
os: Vista
gfx card: Ati Radeon HD 5570

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Very little bug about enabled buttons
« Reply #1 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline demone

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: Very little bug about enabled buttons
« Reply #2 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
« Last Edit: June 01, 2013, 01:21:36 pm by demone »
processor: Intel Core 2 Quad.
ram: 4 GB
os: Vista
gfx card: Ati Radeon HD 5570

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Very little bug about enabled buttons
« Reply #3 on: June 01, 2013, 07:14:20 pm »
Then probably this is a bug in wxWidgets...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Very little bug about enabled buttons
« Reply #4 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 .

Offline demone

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: Very little bug about enabled buttons
« Reply #5 on: June 02, 2013, 01:06:26 am »
maybe I just explained it not very well.. let's see this:



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..
processor: Intel Core 2 Quad.
ram: 4 GB
os: Vista
gfx card: Ati Radeon HD 5570

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Very little bug about enabled buttons
« Reply #6 on: June 02, 2013, 01:31:47 am »
Works fine on linux here, too
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline demone

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: Very little bug about enabled buttons
« Reply #7 on: June 02, 2013, 01:54:44 am »
anyone with windows?
processor: Intel Core 2 Quad.
ram: 4 GB
os: Vista
gfx card: Ati Radeon HD 5570

Offline golgepapaz

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: Very little bug about enabled buttons
« Reply #8 on: June 02, 2013, 04:00:20 am »
No problem whatsoever . In windows .Same icons even..

Offline demone

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: Very little bug about enabled buttons
« Reply #9 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:
« Last Edit: June 02, 2013, 11:35:11 am by demone »
processor: Intel Core 2 Quad.
ram: 4 GB
os: Vista
gfx card: Ati Radeon HD 5570

Offline golgepapaz

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: Very little bug about enabled buttons
« Reply #10 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Very little bug about enabled buttons
« Reply #11 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.