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

Summary: [css editor] rule editor allows strange position combinations
Product: web Reporter: matusdekanek <matusdekanek>
Component: CSS Visual ToolsAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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