PR# 12581 Tooltip not updated when value changes

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelVision
Priority: Medium
Date: 2007/05/03
Class: Bug
Severity: Serious
Number: 12581
Release: 6.0.6.8021
Confidential: No
Status: Analyzed
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Synopsis: Tooltip not updated when value changes

Description
If you are over a string value (possibly any kind of other value) in the debugger grid, the tooltip appears and show the value. When performing a step, if the value change, the tooltip still shows the previous value not the new value.
To Reproduce
s := "TOTO"
s := "TITI"

Put a breakpoint after the first instruction, show the tooltip, then do F10, the tooltip still shows TOTO instead of showing TITI.
Problem Report Interactions
From:manus_eiffel    Date:2008/12/11    Status: Analyzed    Download   
There is a way to remove the tooltip I believe and we should possibly provide that in vision2 and the debugger code could call this routine at each step to force an update.

From:jfiat_es    Date:2007/05/04    Download   
I think this is more a Vision2 issue than a debugger's issue.
There is no way to tell the tooltip to update or to be closed.

And the underlying grid item is not the same anyway.
If you move the mouse pointer, and go back to show the same's grid item's tooltip
you will have the new value.

Correct me if I am wrong, but this is a normal GUI behavior.

Changed to vision2 category.