GNOME Bugzilla – Bug 311306
gcalctool buttons disabled when switching between Basic and Scientific modes
Last modified: 2005-07-29 13:41:51 UTC
Version details: 5.5.41-0ubuntu1 Distribution/Version: ubuntu 5.04 (Hoary) i'm using gcalctool 5.5.41 under Ubuntu 5.04 (Hoary Hedgehog). Launch Gcalctool from Applications|Accessories|Calculator Choose "View|Scientific" Change numeric base to binary (radio button labelled 'Bin'): buttons 2-F are disabled, as they should be. Now choose "View|Basic": we're back to a decimal base, as is appropriate for Basic view. Now choose "View|Scientific": the radio button representing the base shows "Dec", but button 2-9 are still disabled. changing base back and forth again fixes it. Note that this problem does not happen when switching between Scientific and Advanced or between Scientific and Financial. It only happens when switching between Scientific and Basic.
Confirmed with gcalctool 5.6.24 on Ubuntu Breezy.
Created attachment 49647 [details] [review] Patch fix This patch assumes that you want to remember what the previous base you were working in if you switch to/from scientific mode. This might not be what you want Cheers, Rob
Hi all. I think the real fix here is to make sure that the base radio indicator is reset correctly. I've added Calum, my HCI guy for the FinalWord(TM).
Okay, I've had caffiene now, and hopefully can write what I really mean. The fix here I think is to make sure that the buttons are ungreyed when going from View->Scientific to View->Basic. As tarballs are due today for GNOME 2.12.0 (beta1), that's the fix I'm going to implement and checkin. More in a few minutes...
Created attachment 49733 [details] Patch to hopefully fix the problem.
Change checked into CVS HEAD. Version number in configure.in bumped to 5.6.25. I'll generate a new tarball later today.
I'm in happy agreement. I'm glad that there are proper HCI folks around :)