summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-10 14:43:45 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-10 14:43:45 +0200
commited9e846d1d85fa326389982e16bbc8799f2001c0 (patch)
tree10d42fe7c54d7293abbca48fe6203ab5f61e005a /test/controllers/nodes_controller_test.rb
parentd12598f17547d6b6ad817f32bc6419556ecdf019 (diff)
Fix page-editor text inputs falling through to unstyled defaults
"#page_editor form input[...]" -- but form_for wraps around inside, so the selector never matched anything. Every field without its own dedicated per-id rule (i.e. everything outside nodes#edit) fell through to the bare, unsized base rule instead. Fixed by dropping the erroneous "form" and adding textarea, which the rule never covered either even for its intended targets. nodes#edit's own per-id rules (#page_title, #page_abstract, etc.) are unaffected -- same specificity, later in the file, so they still win where they already applied.
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
0 files changed, 0 insertions, 0 deletions