facebook

css formatting destroys valid css

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #220907 Reply

    rateoty
    Member

    Hi,

    1) when the formatting is applied to a style like:

    tr.bigrow{
    height:20px;
    }

    it changes to

    tr .bigrow{
    height:20px;
    }

    which often will not work.

    2) the Key (Ctrl+Shift+F) for formatting the entire document isn’t chosen wisely, because this key normally in Eclipse is used to format a selection.

    3) funny: this posting wasn’t possible without “Disable HTML in this post” – because otherwise the “height:20px” inside the style definition vanished while typing it.

    regards. Jürgen

    #220910 Reply

    Riyad Kalla
    Member

    Jürgen,
    1) Thank you for bringing this to our attention, we had fixed this bug a while back and it looks like it snuck back in (I confirmed it). I have asked a developer to look into it as we speak.
    2) Good point, I will file this.
    3) You need to wrap code with the code block tags, you can click the “Post Reply” button and use the JS-enabled buttons to do it for you.

    #220911 Reply

    Riyad Kalla
    Member

    Update: The developer was able to find/fix the bug within 5mins, so our 3.8.3 release should contain this fix when it comes out this week.

    #238296 Reply

    Jim McMaster
    Member

    This message has not been recovered.

    #238310 Reply

    Jim McMaster
    Member

    This message has not been recovered.

    #238319 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #238321 Reply

    Jim McMaster
    Member

    This message has not been recovered.

    #238326 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: css formatting destroys valid css

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