Open GoogleCodeExporter opened 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
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
Konstantin, take a look, please.
Original comment by alexande...@gmail.com
on 12 Jan 2014 at 7:12
Original issue reported on code.google.com by
ben.tech...@gmail.com
on 11 Jan 2014 at 5:19Attachments: