google-code-export / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
2 stars 0 forks source link

Crash to do with CSS parsing #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I don't know how to reproduce this issue.

What is the expected output? What do you see instead?
Expect to see the CSS style edit box.

What version of the product are you using? On what operating system?
3.1.2.r43

Original issue reported on code.google.com by ben.tech...@gmail.com on 11 Jan 2014 at 5:19

Attachments:

GoogleCodeExporter commented 9 years ago
Internal Error
encountered unexpected internal error. 

This could be caused by a bug or by a misconfiguration issue, conflict, partial 
update, etc.

org.eclipse.wb.internal.css.parser.scanner.ParseException: identifier.character

Original comment by ben.tech...@gmail.com on 11 Jan 2014 at 5:20

GoogleCodeExporter commented 9 years ago
This issue was caused by this block of CSS code:

.actions-button[class^="myicon-"],
.actions-button[class*="myicon-"],
.actions-button[class^="myicon-"]:before,
.actions-button[class*=" myicon-"]:before {
    display: inline-block;
    font-family: "myfontello";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: 1px;
}

This is via the fontello library. Does GWT designer not have the latest CSS 
compatibility?

Original comment by ben.tech...@gmail.com on 12 Jan 2014 at 10:22

GoogleCodeExporter commented 9 years ago
Konstantin, take a look, please.

Original comment by alexande...@gmail.com on 12 Jan 2014 at 7:12