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 107421 - Text Preview different than Sample Text
Summary: Text Preview different than Sample Text
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 13:11 UTC by Jiri Skrivanek
Modified: 2008-04-28 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot. (74.42 KB, image/gif)
2007-06-20 13:11 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-06-20 13:11:27 UTC
Text Preview tooltip looks differently that Sample Text in preview window. To reproduce:

- create java project
- open new file wizard
- select Other|Cascading Style Sheet
- finish wizard
- copy this to css file

h2 {
font-size: 36px;
color: #66ff66;
font-weight: bold;
text-decoration: underline;
background-color: orange;
border-top-style: dashed;
}

- move mouse over h2 and you will see the difference (see attached screenshot).

Build 200706200446, JDK1.6.0_02-ea, WindowsXP.
Comment 1 Jiri Skrivanek 2007-06-20 13:11:56 UTC
Created attachment 44052 [details]
Screenshot.
Comment 2 Marek Fukala 2007-07-13 12:39:38 UTC
The tooltip has been removed.
Comment 3 Jiri Skrivanek 2007-09-04 10:45:23 UTC
Verified.