Skip to content

NPE on Java 15 #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
boris-petrov opened this issue Mar 4, 2021 · 2 comments
Closed

NPE on Java 15 #294

boris-petrov opened this issue Mar 4, 2021 · 2 comments
Labels

Comments

@boris-petrov
Copy link

I updated our project to use Java 15 and I started getting a bunch of:

Error: CSS: “top”: Cannot invoke "org.w3c.css.values.CssValue.getType()" because "this.val1" is null.

This seems to mostly/only happen on FullCalendar's CSS on, for example, this code (on the calc line exacty):

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
@ylafon
Copy link
Member

ylafon commented Jul 28, 2021

This is related to improper parsing of variables in complex values (like functions). Indeed a bug

@ylafon ylafon added the bug label Jul 28, 2021
@ylafon
Copy link
Member

ylafon commented Aug 31, 2021

fixed by #316

@ylafon ylafon closed this as completed Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants