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 219086 - adding CSS value fails
Summary: adding CSS value fails
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 20:13 UTC by John Jullion-ceccarelli
Modified: 2012-10-01 12:08 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 John Jullion-ceccarelli 2012-09-26 20:13:53 UTC
Since we implemented the change to use numbers to adjust numeric values, i can't enter a value for CSS properties. For example, take easel angrybids and add a new productWrapper rule in the max-width 325 rule, then use the Rule Editor to add width property, then start typing 125px. As soon as you enter "1" it pops up an error that says Invalid value 1.
Comment 1 Marek Fukala 2012-09-27 07:49:33 UTC
also reproducible. I'll fix ASAP.
Comment 2 Marek Fukala 2012-09-27 10:40:21 UTC
fixed in web-main#ea134ef0da44

I've also fixed issues I found when playing with the editing today:

changeset:   234454:1de935d93a0e
summary:     fixing property values in RuleEditor don't update when the css source changes.

changeset:   234455:fcee71fbe817
summary:     add property JComboBox in RuleEditor doesn't contain properties already existing in the active rule
Comment 3 Marek Fukala 2012-09-27 11:02:18 UTC
changeset:   234553:7de23a458cf3
summary:     fixing not working sort mode buttons
Comment 4 Quality Engineering 2012-10-01 12:08:37 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea134ef0da44
User: Marek Fukala <mfukala@netbeans.org>
Log: #219086 - adding CSS value fails