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 - PHP: function signature tooltip doesn't stick and disappears; Javascript: signature tooltip doesn't work
Summary: PHP: function signature tooltip doesn't stick and disappears; Javascript: sig...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-14 15:28 UTC by par7133
Modified: 2016-10-14 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (940.31 KB, text/plain)
2016-10-14 15:28 UTC, par7133
Details
singature tooltip (93.89 KB, image/png)
2016-10-14 15:29 UTC, par7133
Details

Note You need to log in before you can comment on or make changes to this bug.
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