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
..
_app_tour.html.erb
fix specs
12 months ago
_attribution.html.erb
refactor policy
10 months ago
_body_scripts.html.erb
fix csp
6 months ago
_button_title.html.erb
adjust style
5 months ago
_classes.html.erb
adjust border
10 months ago
_clipboard_copy.html.erb
add app tour
12 months ago
_demo_alert.html.erb
add i18n
2 years ago
_email_attribution.html.erb
update translations
1 year ago
_field_error.html.erb
add pagination to templates/users/submissions
3 years ago
_flash.html.erb
add csp
6 months ago
_github.html.erb
11k
3 months ago
_github_button.html.erb
adjust demo
3 years ago
_html_modal.html.erb
Fix WCAG 2.1 AA critical and high issues: viewport zoom, focus indicators, modals, alerts, labels
3 weeks ago
_logo.html.erb
update logo
3 years ago
_mailer_attribution.html.erb
add personalization settings
3 years ago
_meta.html.erb
add preview url
3 months ago
_navbar.html.erb
Fix focus ring conflicts in user menu
3 weeks ago
_navbar_buttons.html.erb
adjust nav
8 months ago
_navbar_warning.html.erb
add warning message to navbar
1 year ago
_pagination.html.erb
fix pagination
2 months ago
_plausible.html.erb
remove plausible from self-host
2 years ago
_powered_by.html.erb
add completed submitters and documents
1 year ago
_review_form.html.erb
add user reviews
1 year ago
_search_input.html.erb
fix pagination
2 months ago
_settings_nav.html.erb
show version
2 months ago
_settings_nav_extra.html.erb
add extra settings
2 years ago
_settings_nav_extra2.html.erb
add extra links
2 years ago
_templates_order_select.html.erb
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
_test_alert.html.erb
Add 'Test mode' switch to the profile dropdown
1 year ago
_test_mode_toggle.html.erb
add csp
6 months ago
_title.html.erb
adjust cancan permissions
2 years ago
_turbo_drawer.html.erb
add webhook events
9 months ago
_turbo_modal.html.erb
Fix BetterHtml::DontInterpolateHere in turbo modal partials
3 weeks ago
_turbo_modal_large.html.erb
Fix BetterHtml::DontInterpolateHere in turbo modal partials
3 weeks ago