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 259015 - Missing Oracle JET CSS Classes from Code Completion
Summary: Missing Oracle JET CSS Classes from Code Completion
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: OJET (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 10:29 UTC by Geertjan Wielenga
Modified: 2016-07-06 14:27 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
missing code completion in CSS editor (26.59 KB, image/png)
2016-04-26 10:29 UTC, Geertjan Wielenga
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geertjan Wielenga 2016-04-26 10:29:51 UTC
Created attachment 159437 [details]
missing code completion in CSS editor

It seems several CSS classes from Oracle JET are missing from code completion.

In the attached screenshot, I would expect to see these as well:

oj-sm-flex-direction-column
oj-sm-only-flex-direction-colum

Probably more are missing, not sure why. They work when I use them. JB has identied this problem too.
Comment 1 Geertjan Wielenga 2016-04-26 10:31:40 UTC
Adding JB and making it a P2, this is a big problem for Oracle JET Flex Layout usage in NetBeans IDE.
Comment 2 Petr Pisl 2016-04-26 11:08:38 UTC
Assigning to Mito. Mito can not be a side effect of the fixed that you have done?
Comment 3 Milutin Kristofic 2016-04-26 13:34:56 UTC
There should not be a connection with my changes, but I will look at this.
Comment 4 Milutin Kristofic 2016-07-06 14:27:31 UTC
I am still investigating this. CSS finds all this classes, it sends to lucene index, however it is not retrieved back. It seems this is caused because oj-alta.css is really large file. When I delete half of oj-alta.css then completion starts working. I am looking where in infrastructure this is ignored because of size.