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 86931

Summary: Wrong implementation of JavaScript regular expressions.
Product: javascript Reporter: Jan Jancura <jjancura>
Component: EditorAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Jancura 2006-10-11 13:12:34 UTC
Try:
menuObjArray[0][objIndex].filters.alpha.opacity -= 100/ ( ( (menuObjArray[2][i]
* divHeight) / moveSlidePix) +1);
Comment 1 Martin Balin 2006-10-13 14:17:50 UTC
Changed version to more suitable one.
Comment 2 Jan Jancura 2006-10-16 15:41:11 UTC
fixed
Comment 3 Radim Roska 2007-09-19 12:19:08 UTC
VERIFIED