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 145829

Summary: font-family values completion is broken
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2008-09-01 16:46:20 UTC
use this code in css file:
----------
h1{
    font-family: cur|
}
------------
invoke cc at possition of "|" 
comma (,) is added instead of cursive
the same problem for other font families
Comment 1 Marek Fukala 2008-09-02 14:10:12 UTC
hmm, tricky, but logical :-(. The completion offers and autocomplete the comma since it considers the written text as
font family name. There is no restriction for family names so any character/s is a family name from the parser perspective.

I admit this is not nice and should be addressed somehow though I am not sure how. Lowering the priority since the
bahavior is correct despite it weirdness.
Comment 2 Marek Fukala 2008-11-19 12:04:27 UTC
future=>later
Comment 3 Quality Engineering 2009-11-02 11:15:57 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX