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 205901 - CSS animation completion bug
Summary: CSS animation completion bug
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 20:25 UTC by Marek Fukala
Modified: 2012-02-14 08:20 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 20:25:01 UTC
1) type div { animation: cubic-bezier|  };
2) invoke CC
=> "(" should be offered, but various other items are offered instead

this is a problem of the grammar resolving algorithm for LISTS where no branches comparison is implemented as for SETs.

grammar = [ a ] || [ a b ]; input a b => the first group is incorrectly matched.

The issue appears in plenty of other properties where the LISTS are used.
Comment 1 Marek Fukala 2011-12-03 20:28:23 UTC
correction: ...algorithm for COLLECTIONs where... (no LISTs as stated in the previous comment)
Comment 2 Marek Fukala 2011-12-03 22:26:05 UTC
fixed in web-main#eb5a696da0e1
Comment 3 Quality Engineering 2011-12-06 12:14:57 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/eb5a696da0e1
User: Marek Fukala <mfukala@netbeans.org>
Log: #205901 - CSS animation completion bug
Comment 4 Marian Mirilovic 2012-02-09 11:52:11 UTC
verified by asenk on 2012-01-26_06-00-29
Comment 5 Marek Fukala 2012-02-10 15:46:15 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 6 Quality Engineering 2012-02-11 02:53:53 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/c782618ab772
User: Marek Fukala <mfukala@netbeans.org>
Log: 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 7 Vladimir Riha 2012-02-14 08:20:21 UTC
verified 7.1.1

Product Version: NetBeans IDE 7.1.1 RC1 (Build 201202132200)