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 173378 - [css editor] rule editor allows strange position combinations
Summary: [css editor] rule editor allows strange position combinations
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 11:48 UTC by matusdekanek
Modified: 2014-10-06 13:27 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 matusdekanek 2009-09-30 11:48:58 UTC
Product Version: NetBeans IDE Dev (Build 200909221401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

-create a web project
-create a css file
-edit a style rule: go to the 'background' tab
It is possible to pick top/bottom as horizontal position and left/right as vertical position. The final generated rule 
can contain even combinations such as 

background-position: bottom top;

That is a bit funny, if not weird..
It is not a serious bug of course, on the other hand, fix should be quite simple.
Comment 1 Marek Fukala 2010-05-08 06:43:35 UTC
valid issue, should be fixed