discourse/spec/system/page_objects/modals
Alan Guo Xiang Tan d875e6e998
UX: Fix edit tags/categories navigation menu modal has no focus on input (#22237)
What this change?

When a user opens the modal to edit tags or categories for the
navigation menu, we want to input filter to have focus. This commit
fixes that by doing the following:

1. Changes <DModal> component such that it prioritises elements with the
   autofocus attribute first.
2. Adds `autofocus` to the input elements on the edit tags/categories
   modal form.
2023-06-22 09:56:12 +08:00
..
base.rb FEATURE: Allow changing slug on create channel (#19928) 2023-01-23 14:48:33 +10:00
bookmark.rb
dismiss_new.rb FEATURE: new dismiss button for combined new and unread view (#21817) 2023-06-07 10:06:57 +10:00
sidebar_edit_categories.rb UX: Fix edit tags/categories navigation menu modal has no focus on input (#22237) 2023-06-22 09:56:12 +08:00
sidebar_edit_tags.rb UX: Fix edit tags/categories navigation menu modal has no focus on input (#22237) 2023-06-22 09:56:12 +08:00
sidebar_section_form.rb FIX: rename everything link to topics (#22076) 2023-06-15 11:36:38 +10:00