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
..
area.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
builder.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
conditions_modal.vue
Fix WCAG 2.1 AA critical and high issues: viewport zoom, focus indicators, modals, alerts, labels
3 weeks ago
contenteditable.vue
Remove conflicting focus styles; use global :focus-visible rule
3 weeks ago
controls.vue
Add ARIA labels to icon-only buttons across the application
1 month ago
custom_field.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
description_modal.vue
fix save modal
2 months ago
document.vue
Remove conflicting focus styles; use global :focus-visible rule
3 weeks ago
drag_placeholder.vue
custom fields
2 months ago
dropzone.vue
google drive file picker
5 months ago
field.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
field_context_menu.vue
fix save modal
2 months ago
field_context_modal.vue
add more options to context menu
2 months ago
field_context_submenu.vue
border color
2 months ago
field_settings.vue
Fix focus ring for all DaisyUI interactive components
3 weeks ago
field_submitter.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
field_type.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
fields.vue
Fix focus ring for all DaisyUI interactive components
3 weeks ago
font_modal.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
formula_modal.vue
Fix focus ring for all DaisyUI interactive components
3 weeks ago
google_drive_document_settings.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
hover_dropzone.vue
handle zip upload
7 months ago
i18n.js
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
3 weeks ago
icon_drag.vue
add default builder fields
2 years ago
import_list.vue
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
3 weeks ago
logo.vue
update logo
3 years ago
mobile_draw_field.vue
fix save
3 months ago
mobile_fields.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
page.vue
Fix sr-only text leaking visually in template builder
3 weeks ago
page_context_menu.vue
border color
2 months ago
payment_settings.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago
pdf_text_to_html.js
Add PDF/Text tab switcher to template builder for sighted users
3 weeks ago
preview.vue
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
3 weeks ago
replace.vue
handle zip upload
7 months ago
selection_box.vue
add select fields mode
2 months ago
selection_context_menu.vue
fix save modal
2 months ago
upload.vue
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
3 weeks ago