Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexey Pegov 
Subsystem
CSS Editing 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7718
Fixed in build
7786
Severity
0
  • Submitted by   Mark Vedder
    23 months ago (26 Feb 2008 05:50)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:58)
  • Jira: IDEA-43046
    (history, comments)

IDEA-43046

Semi-colon incorrectly added in path of URL in CSS code-completion

0
Added by <no user>
15 Sep 2009
screenshot.png   (5 KB)

When editing a CSS property that has a URL value (for example background-image), if code-completion is used, it incorrectly adds a semi-colon as part of the URL path after the path element completed using code-completion.

For example, if you start with:

.foo
{
    background-image:url("../|");
}

and use code completion to select a 'images' directory, you get the following:
.foo
{
    background-image:url("../images;");
}

Notice the semi-colon after the images directory. (The same thing happens if an actual file is selected. So the bug is not limited to directories.) In the case of directories, you cannot use code-completion to select the next directory or file due to the semi-colon. And of course, in the case of files, an invalid URL is created.

See attached screenshot for example.

Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments