This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268533

Summary: PHP: function signature tooltip doesn't stick and disappears; Javascript: signature tooltip doesn't work
Product: editor Reporter: par7133
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
singature tooltip

Description par7133 2016-10-14 15:28:45 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.7.6-200.fc24.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * writing some PHP code, a function call like:

    // Updating the image value..
    ImageUtil::updateImgFieldValue(

  * when I open the parenthesis  "(", the function signature tooltip appears like in the picture attached 
  * however, the signature tooltip doesn't stick and randomly disappears
  * for example if I start to type a litteral as second parameter..

    // Updating the image name..
    ImageUtil::updateImgFieldValue($ID, "s
   
    the signature tooltip disappears.

  * writing some Javascript code, a function call like:
    
    saveChanges(
 
    where the function is also well documented.

  * the signature tooltip doesn't work 

     
ACTUAL:
  PHP: the function signature tooltip doesn't stick, sometimes disappears.
  Javascript: the signature tooltip doesn't work 

EXPECTED:
  PHP: the function signature tooltip appears and sticks
  Javascript: the signature tooltip appears and sticks
Comment 1 par7133 2016-10-14 15:28:52 UTC
Created attachment 162510 [details]
IDE log
Comment 2 par7133 2016-10-14 15:29:43 UTC
Created attachment 162511 [details]
singature tooltip