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 206083 - CSS @-webkit-keyframes parse error
Summary: CSS @-webkit-keyframes parse error
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 14:18 UTC by markuszeller
Modified: 2012-02-14 08:13 UTC (History)
1 user (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 markuszeller 2011-12-07 14:18:31 UTC
Product Version = NetBeans IDE 7.1 RC1 (Build 201111242103)
Operating System = Mac OS X version 10.7.2 running on x86_64
Java; VM; Vendor = 1.6.0_29
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.4-b02-402


You can see this at the querymobile.css
Exact error wording: "Unexpected token ERROR found".

Line affected:
@-webkit-keyframes spin { 

Even quoting does not solve issue.
See this link for a screenshot: http://img829.imageshack.us/img829/4849/webkitkeyframes.png
Comment 1 markuszeller 2011-12-13 13:13:35 UTC
All CSS below is broken for parsing, so no coloring is affected since this part.
Comment 2 Marek Fukala 2011-12-13 14:40:02 UTC
yes, I'm aware of this problem. I'll fix it ASAP and backport to 7.1.1.

Thank you for the report.
Comment 3 Marek Fukala 2012-02-10 09:07:57 UTC
fixed in web-main#65a5bc96928c

a generic at-rule parsing rule has been added, so the content of the at-rules is unparsed.

I'd like to add the existing browser specific at-rules parsing support into 7.2
Comment 4 Marek Fukala 2012-02-10 10:17:54 UTC
the code samples from this issue related to the problem works fine. verifying so I can put it into 7.1patch (Feb 13th deadline)
Comment 5 Marek Fukala 2012-02-10 15:48:21 UTC
transplanted into releases/release71_fixes#860d098ea4df
Comment 6 Quality Engineering 2012-02-11 02:52:37 UTC
Integrated into 'releases', will be available in build *201202102200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/860d098ea4df
User: Marek Fukala <mfukala@netbeans.org>
Log: #206083 - CSS @-webkit-keyframes parse error
Comment 7 Vladimir Riha 2012-02-14 08:13:07 UTC
verified 7.1.1

Product Version: NetBeans IDE 7.1.1 RC1 (Build 201202132200)