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 180213 - only one non CSS file is affected by CSS refactoring
Summary: only one non CSS file is affected by CSS refactoring
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 06:48 UTC by Jindrich Sedek
Modified: 2010-02-05 03:20 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 Jindrich Sedek 2010-02-03 06:48:47 UTC
create a CSS file 'newcss.css' with this content:
----------------
#root { 
    display: block;
}
----------------
create two HTML files and insert this code into HTML head:
----------------
        <style type="text/css">
            @import url("newcss.css");
            #root{

            }
        </style>
----------------
invoke refactor on '#root' in CSS file ->
only one of HTML files is marked for refactoring
Comment 1 Marek Fukala 2010-02-03 07:08:35 UTC
strange, but reproducible
Comment 2 Marek Fukala 2010-02-04 13:03:48 UTC
fixed in web-main#504b8c4f0eb5
Comment 3 Quality Engineering 2010-02-04 22:28:03 UTC
Integrated into 'main-golden', will be available in build *201002050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/504b8c4f0eb5
User: Marek Fukala <mfukala@netbeans.org>
Log: #180213 - only one non CSS file is affected by CSS refactoring
#180215 - IDE becomes unresponsive in case of recursive CSS reference
Comment 4 Jindrich Sedek 2010-02-05 03:20:17 UTC
verified
NetBeans IDE Dev (Build 201002050200)