You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcelo Paiva
1f86aa59df
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
...
All DaisyUI dropdown content elements had tabindex="0" which put the
entire menu container in the keyboard tab order, causing our :focus-visible
rule to outline the whole dropdown box rather than individual menu items.
Changed to tabindex="-1" in 14 files (3 ERB + 11 Vue):
- submissions_filters/_filter_button.html.erb
- shared/_templates_order_select.html.erb
- submissions/show.html.erb
- template_builder/{payment_settings,field_type,field,builder,
custom_field,upload,google_drive_document_settings,area,
font_modal(x2),field_submitter(x2),mobile_fields}.vue
tabindex="-1" keeps mouse-click focus working (DaisyUI :focus-within
CSS still fires) while removing the container from the Tab order.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 weeks ago
..
accounts
direct links option
2 months ago
api_settings
adjust api settings
6 months ago
dashboard
add app tour
12 months ago
devise
add translations for reset password instructions email
4 months ago
email_smtp_settings
starttls label
2 months ago
errors
adjust error page
2 years ago
esign_settings
add csp
6 months ago
icons
add kba
3 months ago
invitations
adjust invitation
4 months ago
layouts
Skip link: target first tab group (#tab-pdf) in both views
3 weeks ago
mfa_setup
add i18n
2 years ago
newsletters
add i18n
2 years ago
notifications_settings
add csp
6 months ago
pages
use com
1 year ago
personalization_settings
add csp
6 months ago
profile
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
3 weeks ago
pwa
pwa orientation any
7 months ago
reveal_access_token
reveal API key with user password
7 months ago
scripts
fix csp
6 months ago
send_submission_email
fix logos
1 year ago
settings_mailer
improve SMTP configs form
3 years ago
setup
fix i18n
1 year ago
shared
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
sms_settings
fix typo
1 year ago
sso_settings
fix typo
1 year ago
start_form
add csp
6 months ago
storage_settings
add i18n
2 years ago
submission_events
fix device icon
4 months ago
submissions
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
submissions_archived
add subfolders
8 months ago
submissions_dashboard
fulltext search
10 months ago
submissions_export
filter export
7 months ago
submissions_filters
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
submissions_preview
remove sign up button
5 months ago
submit_form
Fix focus ring on decline label and download btn
3 weeks ago
submit_form_draw_signature
remove csp meta tag
6 months ago
submitter_mailer
add email 2FA
3 months ago
submitters
add csp
6 months ago
template_folders
hide mobile folder upload
6 months ago
template_mailer
shared link 2fa
8 months ago
templates
Remove conflicting focus styles; use global :focus-visible rule
3 weeks ago
templates_archived
add subfolders
8 months ago
templates_archived_submissions
add subfolders
8 months ago
templates_clone
Remove conflicting focus styles; use global :focus-visible rule
3 weeks ago
templates_code_modal
add csp
6 months ago
templates_dashboard
add csp
6 months ago
templates_folders
adjust folder form
8 months ago
templates_form_preview
add csp
6 months ago
templates_preferences
Remove conflicting focus styles; use global :focus-visible rule
3 weeks ago
templates_prefillable_fields
prefillable fields
8 months ago
templates_preview
archived template preview
2 years ago
templates_share_link
add email 2FA
3 months ago
templates_uploads
add i18n
2 years ago
testing_api_settings
fix typo
1 year ago
user_initials
add languages
1 year ago
user_mailer
email editor
8 months ago
user_signatures
add languages
1 year ago
users
adjust unarchive
3 months ago
verify_pdf_signature
add i18n
2 years ago
webhook_events
Fix WCAG 2.1 AA low-priority issues: aria-busy, keyboard nav, live regions, ARIA states
3 weeks ago
webhook_secret
use webhook urls instead of encrypted configs
1 year ago
webhook_settings
fix pagination
2 months ago