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 - font-family values completion is broken
Summary: font-family values completion is broken
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 16:46 UTC by Jindrich Sedek
Modified: 2009-11-02 11:15 UTC (History)
0 users

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 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