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 - Wrong implementation of JavaScript regular expressions.
Summary: Wrong implementation of JavaScript regular expressions.
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 13:12 UTC by Jan Jancura
Modified: 2009-02-27 14:26 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 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