History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5170
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Alexander Babaev
Votes: 1
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

dynamic CSS in JSP (file.CSS.JSP) is not fully supported

Created: 07 May 06 11:55   Updated: 13 Jul 07 20:23
Component/s: CSS Editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux Gentoo, kernel 2.6.16-r4

Build: 5,261
Severity: High


 Description  « Hide
I have a dynamic CSS file in my project. I call it main.CSS.JSP. File sample is below:

<%@ page contentType="text/css" %>
<%@ taglib uri="/WEB-INF/jdnevnik.tlb" prefix="jd" %>

.jdTitle {
width: 100%;
font-family: <jd:config name="titleFont"/>;
height: 7.8em;
}

.jdBlogImage {
color: <jd:config name="textLighterColor"/>;
position: absolute;
left: 5px;
top: 18px;
padding: 2px;
}

I have a project with multiple JSP files, and many-many includes. Includes are often done by custom tags, so, they are not visible through JSP itself. When I use CSS classes in my JSP files, autocompletion does not work. Also, classes in CSS.JSP are marked as unused. May be other CSS features do not work, I can't check them now.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.