Bug 4620 - Memory Window: Current program counter values appear editable but are not
Summary: Memory Window: Current program counter values appear editable but are not
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3119 3200
  Show dependency treegraph
 
Reported: 2007-06-11 18:39 UTC by Kris Van Hees
Modified: 2007-06-20 18:13 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Van Hees 2007-06-11 18:39:52 UTC
The widgets used to display the hexadecimal and decimal values of the current
program counter have a visual appearance of edit fields (incl. being focusable,
and showing a cursor when they have focus).  Yet it is (correctly) not possible
to edit them.  A different form of visualization ought to be used here to avoid
confusion with editable fields.
Comment 1 Kris Van Hees 2007-06-11 18:58:09 UTC
This also applies to the disassembly window.
Comment 2 Mike Cvet 2007-06-20 15:34:01 UTC
2007-06-15  Mike Cvet  <mcvet@redhat.com>

	* gladedir/disassemblywindow.glade: Changed current PC entry box
	to label.
	* gladedir/memorywindow.glade: Ditto.
	* disassembler/DisassemblyWindow.java (pcLabelDec): Changed to
	Label from pcEntryDec.
	(pcLabelHex): Changed to Label from pcEntryHex.
	* memory/MemoryWindow.java (pcLabelDec): Ditto.
	(pcLabelHex): Ditto.
Comment 3 Andrew Cagney 2007-06-20 18:12:24 UTC
-> fixer
Comment 4 Andrew Cagney 2007-06-20 18:13:09 UTC
fixed by mcvet