[Bug 41381] New: Suppress CodeMirror warnings for CSS
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41381 Bug ID: 41381 Summary: Suppress CodeMirror warnings for CSS Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org In CodeMirror, a warning is shown if you use more modern CSS. For example: li:has(#checkprevcheckout) { display: none; } This is valid, but CodeMirror displays a warning. Same for nested CSS: .thing1 { .thing2 { display: none; } } Also valid, but it recreates warnings that would make you think otherwise. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41381 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette@bywatersolutions.co | |m --- Comment #1 from Lisette Scheer <lisette@bywatersolutions.com> --- Do we need to update to a newer version of codemirror? V6 appears to support this modern CSS -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41381 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #2 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- *** Bug 42848 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org