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 215171

Summary: Empty documentation shown for FX CSS properties
Product: javafx Reporter: Petr Somol <psomol>
Component: EditorAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:

Description Petr Somol 2012-07-04 12:52:25 UTC
When editing CSS file in FX Project, with FX specific properties documentation window is shown in some cases with "No documentation found" message and browser icons disabled. For properties for which documentation is not available it would be better to prevent showing the empty documentation window.

If there is no API change needed in core CSS support module please reassign to
reporter.
Comment 1 Marek Fukala 2012-10-19 12:49:31 UTC
I believe your module needs to implement

CssEditorModule.getHelpResolvers(FileObject file) 

to get some extra help.

If you really just want to disable the empty window, reassign back please.
Comment 2 Petr Somol 2012-11-29 14:45:07 UTC
added FX icons to JavaDoc popup
http://hg.netbeans.org/jet-main/rev/04086a79b8ea
Comment 3 Quality Engineering 2012-11-30 02:40:58 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/04086a79b8ea
User: Petr Somol <psomol@netbeans.org>
Log: #215171 (part of fix) added FX icons to JavaDoc dialog
Comment 4 Petr Somol 2013-01-16 17:05:02 UTC
changed issue type to Task, as it actually involves providing missing functionality. FX CSS documentation exists in non-standard html form and requires writing a dedicated parser to enable context sensitive display within NB.