facebook

CSS reformat folds case on urls

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237217 Reply

    Create a css file containing

    #demo
    {
        background: #d5e1ed url(mixedCase/projectLogo.gif) no-repeat center 1.4em;
    }

    and ctrl-shift-F to reformat it. The result is

    #demo {
        background: #d5e1ed url(mixedcase/projectlogo.gif) no-repeat center
            1.4em;
    }

    which is quite wrong. The argument to url() should be treated as a literal, and not as an attribute name.

    MyEclipse 4.0GA; Eclipse 3.1.

    #237224 Reply

    Riyad Kalla
    Member

    Thank you for the bug report I was able to confirm it immediately and file this bug.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: CSS reformat folds case on urls

You must be logged in to post in the forum log in