PR# 12258 Debugger brings up auto-completion list while typing real number wach expr with dot
Problem Report Summary
Submitter: prestoat2000
Category: Debugger
Priority: Medium
Date: 2007/03/11
Class: Bug
Severity: Non-critical
Number: 12258
Release: 6.0.67183
Confidential: No
Status: Closed
Responsible: ted_eiffel
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0
Solaris 10 on x64
Synopsis: Debugger brings up auto-completion list while typing real number wach expr with dot
Description
When typing a real number, such as 2.78 as part of a watch expression like `2.78 * 3', the debugger brings up an autocompletion list after I type "2.". This is particularly annoying because not only is my typing of the real number interrupted, but selecting one of the features (such as "abs") cannot work because `2.abs' is a syntax error. Non-critical but annoying.
To Reproduce
Problem Report Interactions
This has been fixed and is available post 67202. Thank you for reporting.