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 126580 - VisualWeb style editor inserted "<Not Set>" into css
Summary: VisualWeb style editor inserted "<Not Set>" into css
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
: 129513 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-04 02:18 UTC by Masaki Katakai
Modified: 2008-03-26 02:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
example of patch (1.01 KB, text/plain)
2008-03-05 09:11 UTC, snowmantaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-02-04 02:18:36 UTC
"<Not Set>" is added into the actual css. I think it should be removed when it's not set.

1. Start NetBeans IDE
2. Create Visual Web project
3. Put a component e.g. Button
4. Click "..." of style in properties window
5. Select "Background" on css editor
6. Click "..." of "Background Image"
7. Just click "Cancel" button

CSS style would be like below, "<Not Set>" is inserted.

"background-image: url(<Not Set>); height: 72px; left: 72px; top: 240px; position: absolute; width: 120px"

and it will be into the actual JSP file,

<webuijsf:button binding="#{Page1.button1}" id="button1"
 style="background-image: url(&lt;Not Set&gt;); height: 72px; left: 72px; top: 240px; position: absolute; width: 120px"
text="Button"/>
Comment 1 Peter Zavadsky 2008-02-04 18:13:22 UTC
This belongs to the property editor (or the designtime bean providing the value).
Comment 2 snowmantaro 2008-03-05 09:11:07 UTC
Created attachment 57785 [details]
example of patch
Comment 3 Winston Prakash 2008-03-20 19:38:26 UTC
Fixed in 6.1

changeset:   74601:ba2494c006d3
tag:         tip
user:        wjprakash@netbeans.org
date:        Thu Mar 20 11:37:48 2008 -0700
Comment 4 Winston Prakash 2008-03-20 22:36:15 UTC
*** Issue 129513 has been marked as a duplicate of this issue. ***
Comment 5 _ krystyna 2008-03-26 02:23:02 UTC
NetBeans IDE Dev (Build 20080325230202)
Java: 1.6.0_04