Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#43105 closed defect (bug) (worksforme)

CSS editor in customizer doesn't support everything

Reported by: drivdigital's profile drivdigital Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9
Component: Customize Keywords:
Focuses: Cc:

Description

Using css grid in the customizer causes errors and you can't save the css due to this.

You should consider allowing saving the CSS but just notifying the editor that there are warnings.

Try this:

.class {

grid-gap: 1rem;

}

Change History (6)

#1 @afercia
7 years ago

  • Component changed from General to Customize

#2 @westonruter
7 years ago

  • Keywords close reporter-feedback added
  • Version changed from 4.9.2 to 4.9

@drivdigital isn't this already what we're doing? We show a notice allowing the user to override to go ahead and save. See #42528.

#3 @drivdigital
7 years ago

Just noticed that, doesn't show when you're scrolled past the notice due to the header, but it's still there — Will the CSS area be updated with new elements as they're supported?

Version 0, edited 7 years ago by drivdigital (next)

#4 @westonruter
7 years ago

Yes, as CSSLint adds support for more features, and CSSLint is updated in core, then the new CSS features will be supported.

#5 @drivdigital
7 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

#6 @ocean90
7 years ago

  • Keywords close reporter-feedback removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.