NullPointerException when formatting CSS

Are you missing a feature? Request its implementation here.
alexk

NullPointerException when formatting CSS

Post by alexk »

Hi,

When I have this CSS:

Code: Select all

td.homePgMsg{
background-color : #BDB76B;
color :# 000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-weight: bold;
padding : 10px 5px 10px 5px;
text-align : center;
}
and I click 'Format and Indent', I get this error popup:
class java.lang.NullPointerException null

If I correct the css (the color entry should be '#000000', not '# 000000'), everything is fine.

Cheers,
Alex.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Thanks Alex,

We will look into this.

Best Regards,
George
Post Reply