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 - listbox style problem(IE)
Summary: listbox style problem(IE)
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Jayashri Visvanathan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 20:24 UTC by bugbridge
Modified: 2007-02-06 20:24 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 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.