facebook

CSS formater bug

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

    Hi,

    In the versions 6.6, 7.0 and 7.1, when I write CSS class, for example, if I define:

    
    classCss:hover:active
    {
      ....
    }
    

    it becomes =>

    
    classCss:hover :active
    {
      ....
    }
    

    CSS formater adds a space character between “hover” and “:active”. So the CSS stylesheet becomes corrupted.

    Regards,

    Bal.

    #295915 Reply

    Loyal Water
    Member

    Bal.
    I’ll file a PR to resolve this issue. Thank you for bringing it up.

    #295966 Reply

    Thanks for your support!

    Regards,

    #296017 Reply

    Loyal Water
    Member

    Your welcome.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: CSS formater bug

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