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 205516 - Invalid item in code completion inside JSP file
Summary: Invalid item in code completion inside JSP file
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-24 10:49 UTC by Vladimir Riha
Modified: 2014-10-06 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (132.75 KB, image/png)
2011-11-24 10:49 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2011-11-24 10:49:40 UTC
Created attachment 113500 [details]
screenshot

Please look at the screenshot.

Steps to reproduce:
- create new Java Web Application, Java EE 6 Web, Glassfish 3.1.1
- paste following code into the index.jsp (inside <head>)
        <style>

            .sdss::after{
                background:  <%= getBestIDE()%>;
                font:  <% application.getAttributeNames();%>;
                |    
            }

            div{
                caption-side: ${myDate};
                
            }
        </style>

- invoke CC at "|" (delete the "|" and invoke CC)
=> </style> is among offered items

Product Version: NetBeans IDE 7.1 RC1 (Build 201111232200)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-12-generic-pae running on i386; UTF-8; en_US (nb)