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

Key: IDEADEV-25502
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Mark Vedder
Votes: 0
Watchers: 0
Operations

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

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

Created: 26 Feb 08 05:50   Updated: 04 Apr 08 13:21
Component/s: CSS Editing
Fix Version/s: Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot.png
(5 kb)

Build: 7,718
Fixed in build: 7,786
Severity: Medium


 Description  « Hide
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.



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