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 205893 - font-family completion issue
Summary: font-family completion issue
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-03 09:47 UTC by Marek Fukala
Modified: 2012-02-14 08:23 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2011-12-03 09:47:19 UTC
1) type:
div {
    font-family:|
}

2) invoke cc => properly offers: cursive, fantasy ...

3) completed to font-family: cursive|

=> then doesn't offer anything, but should offer comma

4) type space

5) invoke cc => properly offers comma

6) complete the comma

7) invoke cc again => nothing offered, should offer font families again
Comment 1 Marek Fukala 2011-12-03 15:20:38 UTC
fixed in web-main#b00645c13d99
Comment 2 Marek Fukala 2011-12-04 16:28:37 UTC
Additional bugfix to this problem resolves the font property completion and validation + some other rather minor issues. Now it works like a charm!

web-main#88a8d361b6cf
Comment 3 Marek Fukala 2011-12-05 09:12:08 UTC
possible candidates for the 7.1.1 patch as well:

changeset:   208314:eec310a3f6e3
summary:     fixing css grammar so it can parse whitespace after important symbol in a property declaration

changeset:   208315:a249f03f3166
summary:     fixed parsing of pseudo classes like a:nth-child(3n+1) -- 3n couldn't be match term rule
Comment 4 Marek Fukala 2011-12-05 11:29:01 UTC
changeset:   208316:0bb6af087293
summary:     Adding unit tests generated from the W3C selectors tests. Originally 176 from 296 of the tests failed. Fixed parsing of pseudo selectors (most of the failures), fixed selector without namespace prefix ( |selector { } )
Comment 5 Quality Engineering 2011-12-06 12:13:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b00645c13d99
User: Marek Fukala <mfukala@netbeans.org>
Log: #205893 - font-family completion issue (
Comment 6 Marian Mirilovic 2012-02-09 11:51:51 UTC
verified by asenk on 2012-01-26_06-00-29
Comment 7 Marek Fukala 2012-02-10 15:46:49 UTC
changeset:   219362:c782618ab772
branch:      release71_fixes
summary:     manually transplanting 71patch1-candidate issues into the release71_fixes branch. #205901, 205925, 207572, 205997, 205893  by transferring every trunk change up to revision 7cff4ed511e4 from css.lib and css.editor modules.
Comment 8 Vladimir Riha 2012-02-14 08:23:07 UTC
verified 7.1.1

Product Version: NetBeans IDE 7.1.1 RC1 (Build 201202132200)