Nebula icon indicating copy to clipboard operation
Nebula copied to clipboard

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistentl...

Results 120 Nebula issues
Sort by recently updated
recently updated
newest added

https://www.chromestatus.com/feature/5658847691669504 Some examples in this article: https://developers.google.com/web/updates/2018/09/asynchronous-access-to-http-cookies I also like the idea of considering alternates instead of cookies (like indexedDB), but in the meantime I want to look into this...

:thought_balloon: Question / Research
Plugin / Library / API
Frontend (Script)

Prefix the primary sections that have default Nebula styles with `nebula-` so that they can be easily removed if the developer doesn't want to use them in the child theme,...

Low Priority
Frontend (Style)
Backend (Server)
Parent / Child Theme

https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Complex_constraints_using_HTML5_Constraint_API Currently Nebula uses data attributes to manage real-time validation, but as browser support grows, consider switching over to (or also using) `setCustomValidity()` which will add custom messages to HTML5...

Plugin / Library / API
Frontend (Script)

Checkboxes, selects, date, and other non-text input types are not captured by the Nebula localstorage function.

Frontend (Script)

I'm often not getting results from the autocomplete search and I'm suspecting that it may be due to service worker caching. Might need to add a rule to force `admin-ajax`...

:beetle: Bug
:thought_balloon: Question / Research
Frontend (Script)
help wanted

https://caniuse.com/#feat=css-containment Not too widespread yet, but keep an eye on it.

:thought_balloon: Question / Research
Frontend (Style)

https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/ The Customizer PHP syntax for declaring controls has been simplified.

WP Admin / Shortcode / Widget
Backend (Server)
good first issue

I'm sure the chances of this happening are pretty low, but I'd like to try to prevent caching the maintenance page if possible.

:beetle: Bug
Low Priority
:unicorn: Wishlist
Frontend (Script)

Use native `scrollIntoView()` when available, and possibly even `scrollIntoViewIfNeeded()` when supported. My initial thought is to update `nebulaScrollTo()` (maybe a new parameter?), but might want to just update when it's...

Frontend (Script)

Consider using a single array of options for Customizer stuff rather than individual options. I think the syntax for this would be similar to what we use for Nebula Options.

WP Admin / Shortcode / Widget
Backend (Server)