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 135823 - "Underline" not reflected in Preview for table
Summary: "Underline" not reflected in Preview for table
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 15:58 UTC by kate
Modified: 2009-11-02 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (54.16 KB, image/jpeg)
2008-05-26 15:59 UTC, kate
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kate 2008-05-26 15:58:43 UTC
Product Version: NetBeans IDE Dev (Build 200805221203)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

1. Have some CSS file in the Web Application Project
2. Add " table { } " to the CSS file
3. Style Builder for table: If you check Underline/Overline/Strikethrough -> appropriate line in the CSS file is
generated BUT this decoration is NOT displayed in Style Preview (in contrary, it is clearly visible e.g. for caption
element)

Sorry for possible duplication. I tried to find similar issue but I have not found any.
Comment 1 kate 2008-05-26 15:59:58 UTC
Created attachment 61927 [details]
screenshot
Comment 2 Marek Fukala 2008-05-27 09:49:27 UTC
The problem is that the preview code doesn't try to render a table, but just a plain text. We need to fix it.
Comment 3 Marek Fukala 2008-10-01 11:30:56 UTC
I have fixed the preview generator so it generates correct sample for the table, tr and td elements, but the preview
still doesn't work as expected - a bug in the flyingsaucer renderer engine. If I put the sample code into firefox, it
renders it well.

changeset:   104557:6d85ce582fff
tag:         tip
user:        Marek Fukala <mfukala@netbeans.org>
date:        Wed Oct 01 12:16:31 2008 +0200
summary:     #135823 - "Underline" not reflected in Preview for table
Comment 4 Quality Engineering 2008-10-01 17:37:09 UTC
Integrated into 'main-golden', will be available in build *200810011401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6d85ce582fff
User: Marek Fukala <mfukala@netbeans.org>
Log: #135823 - "Underline" not reflected in Preview for table
Comment 5 Marek Fukala 2008-11-19 12:05:30 UTC
future=>later
Comment 6 Quality Engineering 2009-11-02 11:14:22 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX