BUG: Parameter Info Tooltip Does Not AppearID: Q190676
|
When writing a server- or client-side script, if the shorthand notation for accessing the members of a collection is used, the Parameter Info tooltip does not appear.
The Parameter Info tooltips appear only when the name of a method is typed. If the shorthand notation for accessing a collection object is used, the name of a method is not actually typed, so the Parameter Info tooltip does not appear.
If you wish to see the Parameter Info tooltip when accessing a collection object, do not use the shorthand notation. For instance, type this
window.frames.item(
instead of this:
window.frames(
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
Some of the collection objects that reproduce this behavior are as follows:
window.frames(
document.all(
document.children(
document.styleSheets(
The behavior also occurs with server-side collection objects, such as the
following:
Session(
Application(
window.frames(
Additional query words:
Keywords : kbide kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999