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 94754

Summary: listbox style problem(IE)
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Jayashri Visvanathan <jayashri>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description bugbridge 2007-02-06 20:24:02 UTC
Original status: 3-Accepted; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev


Description:
Reproducable in Creator 2

This is from a forum thread titled "listbox style problem"
The URL to this thread
is:http://swforum.sun.com/jive/thread.jspa?threadID=62308&tstart=0

The actual message posted by the customer is:

my problem is about background color of listbox, if i set any color.
i just drag a listbox to designer,
and set it's style as "background-color: rgb(216, 229, 237); height: 86px; left:
16px; top: 136px; position: absolute; width: 320px"

if i run it by using iexplorer background color of the listbox overflows on bottom.
but , i think this is about height of the listbox. when i don't set the height
property of the listbox, no overflow occurs.

i also tried editing css_master.css in defaulttheme.jar, but still same problem.

can i prevent background color overflow?

-----------------------------------------------------------------------------------------
1.Drag & drop a listbox component on to the visual designer
2.Set the background color & height for the listbox.
3. save and run the application.
we could see that the background color of the listbox overflows on bottom.

Evaluation:
CSS style issue. Not critical enough for a hot fix in my opinion.