Initial ComponentBench data release: tasks v1+v2, cleaned human traces, difficulty audit, ontology metadata
360df42 verified | - id: dialog_modal-antd-v2-T01 | |
| name: Gateway row backdrop-only dismissal | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_table_row_backdrop_only | |
| implementation_component: 'AntD: Modal' | |
| task_template: table_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses table_cell with compact spacing, small scale, and high clutter. A dense service-status table shows three rows: Gateway, Billing, and Search. Each row has a small button labeled "Preview dialog" that opens a different AntD: Modal instance. | |
| The target is the Gateway row. Opening Gateway launches a dialog titled "Gateway preview" with a short status summary and no footer actions. closable=false removes the header close icon, maskClosable=true enables mask dismissal, and keyboard=false prevents Escape from satisfying the task. The other row dialogs stay closed unless their row button is clicked. | |
| The page background contains several unrelated status pills and filter chips, but they are not part of the task. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: table_cell | |
| placement: bottom_right | |
| scale: small | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: table | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - instances | |
| - clutter | |
| factor_rationale: A dense row-scoped trigger plus a backdrop-only close path raises both disambiguation and grounding pressure without making the dialog secondary to the table. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: The modal action itself is simple, but the table-cell trigger is small, there are multiple same-type instances, and the decisive dismissal target is the non-semantic backdrop rather than a labeled button. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Gateway preview' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Gateway preview | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Gateway preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Billing preview or Search preview instead of Gateway preview. | |
| - Clicking inside the dialog content instead of the backdrop. | |
| - Closing the dialog by Escape or any header/footer control instead of the backdrop. | |
| - Leaving the Gateway preview dialog open. | |
| expected_interaction_path: | |
| - Locate the Gateway row inside the dense table. | |
| - Click its Preview dialog trigger. | |
| - Click the shaded backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-mui-v2-T01 | |
| name: Gateway row backdrop-only dismissal | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_table_row_backdrop_only | |
| implementation_component: 'MUI: Dialog' | |
| task_template: table_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses table_cell with compact spacing, small scale, and high clutter. A dense service-status table shows three rows: Gateway, Billing, and Search. Each row has a small button labeled "Preview dialog" that opens a different MUI: Dialog instance. | |
| The target is the Gateway row. Opening Gateway launches a dialog titled "Gateway preview" with a short status summary and no footer actions. disableEscapeKeyDown=true prevents Escape from firing onClose, and the onClose reason `backdropClick` is the only accepted dismissal route. The other row dialogs stay closed unless their row button is clicked. | |
| The page background contains several unrelated status pills and filter chips, but they are not part of the task. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: table_cell | |
| placement: bottom_right | |
| scale: small | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: table | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - instances | |
| - clutter | |
| factor_rationale: A dense row-scoped trigger plus a backdrop-only close path raises both disambiguation and grounding pressure without making the dialog secondary to the table. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: The modal action itself is simple, but the table-cell trigger is small, there are multiple same-type instances, and the decisive dismissal target is the non-semantic backdrop rather than a labeled button. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Gateway preview' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Gateway preview | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Gateway preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Billing preview or Search preview instead of Gateway preview. | |
| - Clicking inside the dialog content instead of the backdrop. | |
| - Closing the dialog by Escape or any header/footer control instead of the backdrop. | |
| - Leaving the Gateway preview dialog open. | |
| expected_interaction_path: | |
| - Locate the Gateway row inside the dense table. | |
| - Click its Preview dialog trigger. | |
| - Click the shaded backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-mantine-v2-T01 | |
| name: Gateway row backdrop-only dismissal | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_table_row_backdrop_only | |
| implementation_component: 'Mantine: Modal' | |
| task_template: table_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Gateway", open the preview dialog and then dismiss it by clicking on the backdrop outside the dialog. Do not open the Billing or Search dialogs. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses table_cell with compact spacing, small scale, and high clutter. A dense service-status table shows three rows: Gateway, Billing, and Search. Each row has a small button labeled "Preview dialog" that opens a different Mantine: Modal instance. | |
| The target is the Gateway row. Opening Gateway launches a dialog titled "Gateway preview" with a short status summary and no footer actions. withCloseButton=false removes the header close button, closeOnClickOutside=true enables overlay dismissal, and closeOnEscape=false prevents Escape from satisfying the task. The other row dialogs stay closed unless their row button is clicked. | |
| The page background contains several unrelated status pills and filter chips, but they are not part of the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: table_cell | |
| placement: bottom_right | |
| scale: small | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: table | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - instances | |
| - clutter | |
| factor_rationale: A dense row-scoped trigger plus a backdrop-only close path raises both disambiguation and grounding pressure without making the dialog secondary to the table. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: The modal action itself is simple, but the table-cell trigger is small, there are multiple same-type instances, and the decisive dismissal target is the non-semantic backdrop rather than a labeled button. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Gateway preview' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Gateway preview | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Gateway preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Billing preview or Search preview instead of Gateway preview. | |
| - Clicking inside the dialog content instead of the backdrop. | |
| - Closing the dialog by Escape or any header/footer control instead of the backdrop. | |
| - Leaving the Gateway preview dialog open. | |
| expected_interaction_path: | |
| - Locate the Gateway row inside the dense table. | |
| - Click its Preview dialog trigger. | |
| - Click the shaded backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-antd-v2-T02 | |
| name: Open the shield badge dialog, then backdrop-dismiss it | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_visual_match_backdrop | |
| implementation_component: 'AntD: Modal' | |
| task_template: match_reference | |
| secondary_template: open_overlay | |
| browsergym_goal: Use the visible reference cue to open the correct dialog, which is titled "Audit trail", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| ui_copy: Use the visible reference cue to open the correct dialog, which is titled "Audit trail", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A reference chip at the top of the page shows a silver shield badge. | |
| Below the reference cue are three similar open-dialog triggers embedded in different cards/rows. They open dialogs titled "Chat theme", "Audit trail", and "Billing summary". Only one dialog can be open at a time. | |
| The correct dialog must first be identified from the visible cue and then dismissed by clicking the backdrop outside the dialog. closable=false removes the header close icon, maskClosable=true enables mask dismissal, and keyboard=false prevents Escape from satisfying the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_right | |
| scale: default | |
| instances: 3 | |
| guidance: mixed | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - guidance | |
| - clutter | |
| factor_rationale: The target is specified by a visible cue rather than a directly named trigger, and the task adds a second step that requires backdrop grounding instead of stopping at the first successful open. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 3 | |
| disambiguation_load: 4 | |
| justification: The task couples visual disambiguation across three similar triggers with a backdrop-only dismissal step, so it stresses both acquisition and instance selection. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Audit trail' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Audit trail | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Audit trail | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening "Chat theme" or "Billing summary" instead of "Audit trail". | |
| - Opening the correct dialog but leaving it open. | |
| - Closing the dialog through Escape or a button instead of the backdrop. | |
| - Opening one dialog and then switching to a different one before termination. | |
| expected_interaction_path: | |
| - Read the visible reference cue. | |
| - Open the dialog whose visible card/row matches that cue and verify the title "Audit trail". | |
| - Click the backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-mui-v2-T02 | |
| name: Open the shield badge dialog, then backdrop-dismiss it | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_visual_match_backdrop | |
| implementation_component: 'MUI: Dialog' | |
| task_template: match_reference | |
| secondary_template: open_overlay | |
| browsergym_goal: Use the visible reference cue to open the correct dialog, which is titled "Audit trail", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| ui_copy: Use the visible reference cue to open the correct dialog, which is titled "Audit trail", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A reference chip at the top of the page shows a silver shield badge. | |
| Below the reference cue are three similar open-dialog triggers embedded in different cards/rows. They open dialogs titled "Chat theme", "Audit trail", and "Billing summary". Only one dialog can be open at a time. | |
| The correct dialog must first be identified from the visible cue and then dismissed by clicking the backdrop outside the dialog. disableEscapeKeyDown=true prevents Escape from firing onClose, and the onClose reason `backdropClick` is the only accepted dismissal route. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_right | |
| scale: default | |
| instances: 3 | |
| guidance: mixed | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - guidance | |
| - clutter | |
| factor_rationale: The target is specified by a visible cue rather than a directly named trigger, and the task adds a second step that requires backdrop grounding instead of stopping at the first successful open. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 3 | |
| disambiguation_load: 4 | |
| justification: The task couples visual disambiguation across three similar triggers with a backdrop-only dismissal step, so it stresses both acquisition and instance selection. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Audit trail' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Audit trail | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Audit trail | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening "Chat theme" or "Billing summary" instead of "Audit trail". | |
| - Opening the correct dialog but leaving it open. | |
| - Closing the dialog through Escape or a button instead of the backdrop. | |
| - Opening one dialog and then switching to a different one before termination. | |
| expected_interaction_path: | |
| - Read the visible reference cue. | |
| - Open the dialog whose visible card/row matches that cue and verify the title "Audit trail". | |
| - Click the backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-mantine-v2-T02 | |
| name: Open the fox avatar dialog, then backdrop-dismiss it | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_visual_match_backdrop | |
| implementation_component: 'Mantine: Modal' | |
| task_template: match_reference | |
| secondary_template: open_overlay | |
| browsergym_goal: Use the visible reference cue to open the correct dialog, which is titled "Profile badge", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| ui_copy: Use the visible reference cue to open the correct dialog, which is titled "Profile badge", and then dismiss it by clicking on the backdrop outside the dialog. Do not leave any dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with compact spacing and high clutter. A reference block at the top of the right panel shows a fox avatar thumbnail. | |
| Below the reference cue are three similar open-dialog triggers embedded in different cards/rows. They open dialogs titled "Chat theme", "Profile badge", and "Notification style". Only one dialog can be open at a time. | |
| The correct dialog must first be identified from the visible cue and then dismissed by clicking the backdrop outside the dialog. withCloseButton=false removes the header close button, closeOnClickOutside=true enables overlay dismissal, and closeOnEscape=false prevents Escape from satisfying the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: settings_panel | |
| placement: top_right | |
| scale: default | |
| instances: 3 | |
| guidance: mixed | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - guidance | |
| - clutter | |
| factor_rationale: The target is specified by a visible cue rather than a directly named trigger, and the task adds a second step that requires backdrop grounding instead of stopping at the first successful open. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 3 | |
| disambiguation_load: 4 | |
| justification: The task couples visual disambiguation across three similar triggers with a backdrop-only dismissal step, so it stresses both acquisition and instance selection. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Profile badge' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Profile badge | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Profile badge | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening "Chat theme" or "Notification style" instead of "Profile badge". | |
| - Opening the correct dialog but leaving it open. | |
| - Closing the dialog through Escape or a button instead of the backdrop. | |
| - Opening one dialog and then switching to a different one before termination. | |
| expected_interaction_path: | |
| - Read the visible reference cue. | |
| - Open the dialog whose visible card/row matches that cue and verify the title "Profile badge". | |
| - Click the backdrop outside the dialog paper to dismiss it. | |
| notes: 'Instrumentation: expose `last_opened_instance` and `close_reason` from component state. Backdrop tasks must reject clicks inside the paper/content region.' | |
| - id: dialog_modal-antd-v2-T03 | |
| name: Release notes bottom-action close | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_scroll_bottom_single_action | |
| implementation_component: 'AntD: Modal' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Release notes" dialog, scroll within the dialog content to the bottom, and click "Close preview". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| ui_copy: Open the "Release notes" dialog, scroll within the dialog content to the bottom, and click "Close preview". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. A trigger labeled "Open Release notes" appears in a realistic settings card; clicking it opens a dialog titled "Release notes". | |
| The dialog contains about three to four screens of text in an internal scroll region. A single decisive action button labeled "Close preview" appears only at the very bottom of the dialog content. The page behind the dialog should not satisfy the task if scrolled. The modal body is internally scrollable while the page behind it should remain irrelevant to success. | |
| The header close affordance may be visible, but it is not the intended path and must not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_right | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - layout | |
| - confirmation_model | |
| factor_rationale: The action target is out of view inside the dialog, so the task pressures scroll-locus control and explicit confirmation rather than trivial open/close behavior. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The task is hard because the decisive button is buried inside the dialog’s own scroll region, and the wrong close affordances remain available or tempting. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Release notes' has been opened and then closed. | |
| - The recorded close_reason equals 'close_preview_button'. | |
| - The required closing control was 'Close preview'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: close_preview_button | |
| last_opened_instance: Release notes | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Close preview | |
| require_correct_instance: true | |
| target_instance_label_or_id: Release notes | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the dialog via the header close control instead of the bottom action. | |
| - Scrolling the page behind the dialog instead of the dialog content. | |
| - Failing to reach and click "Close preview". | |
| - Leaving the dialog open at termination. | |
| expected_interaction_path: | |
| - Open the "Release notes" dialog. | |
| - Scroll inside the dialog content until the bottom action is visible. | |
| - Click "Close preview" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mui-v2-T03 | |
| name: Terms of service bottom-action close | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_scroll_bottom_single_action | |
| implementation_component: 'MUI: Dialog' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Terms of service" dialog, scroll within the dialog content to the bottom, and click "I agree". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| ui_copy: Open the "Terms of service" dialog, scroll within the dialog content to the bottom, and click "I agree". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. A trigger labeled "Open Terms of service" appears in a realistic settings card; clicking it opens a dialog titled "Terms of service". | |
| The dialog contains about three to four screens of text in an internal scroll region. A single decisive action button labeled "I agree" appears only at the very bottom of the dialog content. The page behind the dialog should not satisfy the task if scrolled. The dialog uses an internal paper/body scroll region, so the content scrolls inside the dialog instead of on the page. | |
| The header close affordance may be visible, but it is not the intended path and must not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_right | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - layout | |
| - confirmation_model | |
| factor_rationale: The action target is out of view inside the dialog, so the task pressures scroll-locus control and explicit confirmation rather than trivial open/close behavior. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The task is hard because the decisive button is buried inside the dialog’s own scroll region, and the wrong close affordances remain available or tempting. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Terms of service' has been opened and then closed. | |
| - The recorded close_reason equals 'agree_button'. | |
| - The required closing control was 'I agree'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: agree_button | |
| last_opened_instance: Terms of service | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: I agree | |
| require_correct_instance: true | |
| target_instance_label_or_id: Terms of service | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the dialog via the header close control instead of the bottom action. | |
| - Scrolling the page behind the dialog instead of the dialog content. | |
| - Failing to reach and click "I agree". | |
| - Leaving the dialog open at termination. | |
| expected_interaction_path: | |
| - Open the "Terms of service" dialog. | |
| - Scroll inside the dialog content until the bottom action is visible. | |
| - Click "I agree" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mantine-v2-T03 | |
| name: Changelog bottom-action close | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_scroll_bottom_single_action | |
| implementation_component: 'Mantine: Modal' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Changelog" dialog, scroll within the dialog content to the bottom, and click "Back to app". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| ui_copy: Open the "Changelog" dialog, scroll within the dialog content to the bottom, and click "Back to app". Do not close the dialog by any header control or by clicking outside it. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. A trigger labeled "Open Changelog" appears in a realistic settings card; clicking it opens a dialog titled "Changelog". | |
| The dialog contains about three to four screens of text in an internal scroll region. A single decisive action button labeled "Back to app" appears only at the very bottom of the dialog content. The page behind the dialog should not satisfy the task if scrolled. The modal uses an internal scroll area so the content scrolls inside the modal rather than on the page behind it. | |
| The header close affordance may be visible, but it is not the intended path and must not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_right | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - layout | |
| - confirmation_model | |
| factor_rationale: The action target is out of view inside the dialog, so the task pressures scroll-locus control and explicit confirmation rather than trivial open/close behavior. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The task is hard because the decisive button is buried inside the dialog’s own scroll region, and the wrong close affordances remain available or tempting. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Changelog' has been opened and then closed. | |
| - The recorded close_reason equals 'back_to_app_button'. | |
| - The required closing control was 'Back to app'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: back_to_app_button | |
| last_opened_instance: Changelog | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Back to app | |
| require_correct_instance: true | |
| target_instance_label_or_id: Changelog | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the dialog via the header close control instead of the bottom action. | |
| - Scrolling the page behind the dialog instead of the dialog content. | |
| - Failing to reach and click "Back to app". | |
| - Leaving the dialog open at termination. | |
| expected_interaction_path: | |
| - Open the "Changelog" dialog. | |
| - Scroll inside the dialog content until the bottom action is visible. | |
| - Click "Back to app" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-antd-v2-T04 | |
| name: Migration warning choose the correct bottom action | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_scroll_bottom_choose_action | |
| implementation_component: 'AntD: Modal' | |
| task_template: scroll_find | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Migration warning" dialog, scroll to the bottom of the dialog content, and click "Apply update". Do not click "View later" or "Ask admin". The task will finish automatically when done. | |
| ui_copy: Open the "Migration warning" dialog, scroll to the bottom of the dialog content, and click "Apply update". Do not click "View later" or "Ask admin". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A status card includes a trigger labeled "Review Migration warning" that opens a dialog titled "Migration warning". | |
| The dialog body contains long internally scrollable content. At the very bottom of that content is a three-button action row: "View later", "Ask admin", and "Apply update". Only "Apply update" should count. The modal body is internally scrollable while the page behind it should remain irrelevant to success. | |
| The dialog must be closed by the correct bottom action; using a header close control, Escape, or backdrop dismissal does not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_left | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - clutter | |
| - confirmation_model | |
| factor_rationale: The target action is hidden until the bottom of the dialog, and when it appears it competes with two sibling buttons, so the task separates scroll control from footer-choice verification. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 3 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The dialog adds a hidden decision point at the bottom, forcing the agent to scroll inside the correct region and then distinguish among three semantically plausible footer actions. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Migration warning' has been opened and then closed. | |
| - The recorded close_reason equals 'apply_update_button'. | |
| - The required closing control was 'Apply update'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: apply_update_button | |
| last_opened_instance: Migration warning | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Apply update | |
| require_correct_instance: true | |
| target_instance_label_or_id: Migration warning | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Clicking "View later" or "Ask admin" instead of "Apply update". | |
| - Closing the dialog by any header or backdrop route. | |
| - Scrolling the page rather than the dialog content and never reaching the action row. | |
| - Leaving the dialog open after reaching the bottom. | |
| expected_interaction_path: | |
| - Open the "Migration warning" dialog. | |
| - Scroll within the dialog content to the bottom action row. | |
| - Click "Apply update" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mui-v2-T04 | |
| name: Consent details choose the correct bottom action | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_scroll_bottom_choose_action | |
| implementation_component: 'MUI: Dialog' | |
| task_template: scroll_find | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Consent details" dialog, scroll to the bottom of the dialog content, and click "Accept changes". Do not click "Read later" or "Contact support". The task will finish automatically when done. | |
| ui_copy: Open the "Consent details" dialog, scroll to the bottom of the dialog content, and click "Accept changes". Do not click "Read later" or "Contact support". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A status card includes a trigger labeled "Review Consent details" that opens a dialog titled "Consent details". | |
| The dialog body contains long internally scrollable content. At the very bottom of that content is a three-button action row: "Read later", "Contact support", and "Accept changes". Only "Accept changes" should count. The dialog uses an internal paper/body scroll region, so the content scrolls inside the dialog instead of on the page. | |
| The dialog must be closed by the correct bottom action; using a header close control, Escape, or backdrop dismissal does not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_left | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - clutter | |
| - confirmation_model | |
| factor_rationale: The target action is hidden until the bottom of the dialog, and when it appears it competes with two sibling buttons, so the task separates scroll control from footer-choice verification. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 3 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The dialog adds a hidden decision point at the bottom, forcing the agent to scroll inside the correct region and then distinguish among three semantically plausible footer actions. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Consent details' has been opened and then closed. | |
| - The recorded close_reason equals 'accept_changes_button'. | |
| - The required closing control was 'Accept changes'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: accept_changes_button | |
| last_opened_instance: Consent details | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Accept changes | |
| require_correct_instance: true | |
| target_instance_label_or_id: Consent details | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Clicking "Read later" or "Contact support" instead of "Accept changes". | |
| - Closing the dialog by any header or backdrop route. | |
| - Scrolling the page rather than the dialog content and never reaching the action row. | |
| - Leaving the dialog open after reaching the bottom. | |
| expected_interaction_path: | |
| - Open the "Consent details" dialog. | |
| - Scroll within the dialog content to the bottom action row. | |
| - Click "Accept changes" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mantine-v2-T04 | |
| name: Maintenance notice choose the correct bottom action | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_scroll_bottom_choose_action | |
| implementation_component: 'Mantine: Modal' | |
| task_template: scroll_find | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Maintenance notice" dialog, scroll to the bottom of the dialog content, and click "Return to dashboard". Do not click "Dismiss" or "Contact ops". The task will finish automatically when done. | |
| ui_copy: Open the "Maintenance notice" dialog, scroll to the bottom of the dialog content, and click "Return to dashboard". Do not click "Dismiss" or "Contact ops". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A status card includes a trigger labeled "Review Maintenance notice" that opens a dialog titled "Maintenance notice". | |
| The dialog body contains long internally scrollable content. At the very bottom of that content is a three-button action row: "Dismiss", "Contact ops", and "Return to dashboard". Only "Return to dashboard" should count. The modal uses an internal scroll area so the content scrolls inside the modal rather than on the page behind it. | |
| The dialog must be closed by the correct bottom action; using a header close control, Escape, or backdrop dismissal does not count. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_left | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - internal_scroll_region | |
| - clutter | |
| - confirmation_model | |
| factor_rationale: The target action is hidden until the bottom of the dialog, and when it appears it competes with two sibling buttons, so the task separates scroll control from footer-choice verification. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 3 | |
| target_acquisition: 3 | |
| density_choice_interference: 3 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The dialog adds a hidden decision point at the bottom, forcing the agent to scroll inside the correct region and then distinguish among three semantically plausible footer actions. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Maintenance notice' has been opened and then closed. | |
| - The recorded close_reason equals 'return_to_dashboard_button'. | |
| - The required closing control was 'Return to dashboard'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: return_to_dashboard_button | |
| last_opened_instance: Maintenance notice | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Return to dashboard | |
| require_correct_instance: true | |
| target_instance_label_or_id: Maintenance notice | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Clicking "Dismiss" or "Contact ops" instead of "Return to dashboard". | |
| - Closing the dialog by any header or backdrop route. | |
| - Scrolling the page rather than the dialog content and never reaching the action row. | |
| - Leaving the dialog open after reaching the bottom. | |
| expected_interaction_path: | |
| - Open the "Maintenance notice" dialog. | |
| - Scroll within the dialog content to the bottom action row. | |
| - Click "Return to dashboard" and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-antd-v2-T05 | |
| name: Nested child backdrop dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_nested_child_backdrop_only | |
| implementation_component: 'AntD: Modal' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open settings" launches a parent dialog titled "Settings". Inside the parent body there is a destructive button labeled "Delete automation…" that opens a child confirmation dialog titled "Delete automation" above it. The parent Ant Design Modal opens first and remains visible underneath the child modal until the child closes. | |
| The child dialog is configured for backdrop dismissal only: closable=false removes the header close icon, maskClosable=true enables mask dismissal, and keyboard=false prevents Escape from satisfying the task. The parent dialog must remain open after the child is dismissed. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - placement | |
| factor_rationale: Two stacked overlays create state-tracking pressure, and the backdrop must apply only to the top modal rather than collapsing the entire stack. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The task is hard because the agent must manage a modal stack correctly and use a backdrop interaction that should affect only the top-most child dialog. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Delete automation' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Delete automation | |
| related_instances: | |
| Settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Delete automation | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Settings dialog instead of only the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Leaving the child confirmation dialog open. | |
| - Closing the child via Escape or a button instead of the backdrop. | |
| expected_interaction_path: | |
| - Open the parent Settings dialog. | |
| - Activate the Delete automation action to open the child confirmation dialog. | |
| - Click the backdrop outside the child dialog and verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-mui-v2-T05 | |
| name: Nested child backdrop dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_nested_child_backdrop_only | |
| implementation_component: 'MUI: Dialog' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open settings" launches a parent dialog titled "Settings". Inside the parent body there is a destructive button labeled "Delete automation…" that opens a child confirmation dialog titled "Delete automation" above it. The parent Material UI Dialog opens first and remains visible underneath the child dialog until the child closes. | |
| The child dialog is configured for backdrop dismissal only: disableEscapeKeyDown=true prevents Escape from firing onClose, and the onClose reason `backdropClick` is the only accepted dismissal route. The parent dialog must remain open after the child is dismissed. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - placement | |
| factor_rationale: Two stacked overlays create state-tracking pressure, and the backdrop must apply only to the top modal rather than collapsing the entire stack. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The task is hard because the agent must manage a modal stack correctly and use a backdrop interaction that should affect only the top-most child dialog. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Delete automation' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Delete automation | |
| related_instances: | |
| Settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Delete automation | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Settings dialog instead of only the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Leaving the child confirmation dialog open. | |
| - Closing the child via Escape or a button instead of the backdrop. | |
| expected_interaction_path: | |
| - Open the parent Settings dialog. | |
| - Activate the Delete automation action to open the child confirmation dialog. | |
| - Click the backdrop outside the child dialog and verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-mantine-v2-T05 | |
| name: Nested child backdrop dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_nested_child_backdrop_only | |
| implementation_component: 'Mantine: Modal (Modal.Stack)' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Settings" dialog, then open the "Delete automation" confirmation dialog. Dismiss only the top confirmation dialog by clicking on the backdrop outside it, and leave the parent Settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open settings" launches a parent dialog titled "Settings". Inside the parent body there is a destructive button labeled "Delete automation…" that opens a child confirmation dialog titled "Delete automation" above it. Mantine Modal.Stack is used so only the top modal handles overlay clicks and Escape while the parent remains open underneath. | |
| The child dialog is configured for backdrop dismissal only: withCloseButton=false removes the header close button, closeOnClickOutside=true enables overlay dismissal, and closeOnEscape=false prevents Escape from satisfying the task. The parent dialog must remain open after the child is dismissed. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - placement | |
| factor_rationale: Two stacked overlays create state-tracking pressure, and the backdrop must apply only to the top modal rather than collapsing the entire stack. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The task is hard because the agent must manage a modal stack correctly and use a backdrop interaction that should affect only the top-most child dialog. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Delete automation' has been opened and then closed. | |
| - The recorded close_reason equals 'backdrop_click'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: backdrop_click | |
| last_opened_instance: Delete automation | |
| related_instances: | |
| Settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Delete automation | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Settings dialog instead of only the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Leaving the child confirmation dialog open. | |
| - Closing the child via Escape or a button instead of the backdrop. | |
| expected_interaction_path: | |
| - Open the parent Settings dialog. | |
| - Activate the Delete automation action to open the child confirmation dialog. | |
| - Click the backdrop outside the child dialog and verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-antd-v2-T06 | |
| name: Nested child Escape dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_nested_child_escape_only | |
| implementation_component: 'AntD: Modal' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open filters" launches a parent dialog titled "Filters". Inside the parent body, a button labeled "Discard draft…" opens a child confirmation dialog titled "Discard draft". The parent Ant Design Modal opens first and remains visible underneath the child modal until the child closes. | |
| The child confirmation dialog is configured so that only Escape should close it cleanly: closable=false removes the header close icon, maskClosable=false disables mask dismissal, and keyboard=true leaves Escape as the only valid close path. The parent dialog must remain open. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_left | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - placement | |
| - theme | |
| factor_rationale: The child modal must be dismissed by keyboard input while a parent overlay remains active underneath, so the task couples stack state-tracking with non-pointer closure. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 2 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: Nested state plus an Escape-only child close path makes this meaningfully harder than single-overlay keyboard dismissal tasks. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Discard draft' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Discard draft | |
| related_instances: | |
| Filters: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Discard draft | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Filters dialog instead of the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Attempting backdrop dismissal or a button route instead of Escape. | |
| - Leaving the child confirmation dialog open. | |
| expected_interaction_path: | |
| - Open the parent Filters dialog. | |
| - Open the child Discard draft confirmation dialog. | |
| - Press Escape and verify only the child closes while the parent remains open. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-mui-v2-T06 | |
| name: Nested child Escape dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_nested_child_escape_only | |
| implementation_component: 'MUI: Dialog' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open filters" launches a parent dialog titled "Filters". Inside the parent body, a button labeled "Discard draft…" opens a child confirmation dialog titled "Discard draft". The parent Material UI Dialog opens first and remains visible underneath the child dialog until the child closes. | |
| The child confirmation dialog is configured so that only Escape should close it cleanly: disableEscapeKeyDown=false keeps Escape enabled, while backdrop clicks are ignored in the onClose handler and no header close icon is rendered. The parent dialog must remain open. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_left | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - placement | |
| - theme | |
| factor_rationale: The child modal must be dismissed by keyboard input while a parent overlay remains active underneath, so the task couples stack state-tracking with non-pointer closure. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 2 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: Nested state plus an Escape-only child close path makes this meaningfully harder than single-overlay keyboard dismissal tasks. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Discard draft' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Discard draft | |
| related_instances: | |
| Filters: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Discard draft | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Filters dialog instead of the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Attempting backdrop dismissal or a button route instead of Escape. | |
| - Leaving the child confirmation dialog open. | |
| expected_interaction_path: | |
| - Open the parent Filters dialog. | |
| - Open the child Discard draft confirmation dialog. | |
| - Press Escape and verify only the child closes while the parent remains open. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-mantine-v2-T06 | |
| name: Nested child Escape dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_nested_child_escape_only | |
| implementation_component: 'Mantine: Modal (Modal.Stack)' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Filters" dialog, then open the "Discard draft" confirmation dialog. Press Escape to close only the top confirmation dialog and keep the parent Filters dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open filters" launches a parent dialog titled "Filters". Inside the parent body, a button labeled "Discard draft…" opens a child confirmation dialog titled "Discard draft". Mantine Modal.Stack is used so only the top modal handles overlay clicks and Escape while the parent remains open underneath. | |
| The child confirmation dialog is configured so that only Escape should close it cleanly: withCloseButton=false removes the header close button, closeOnClickOutside=false disables overlay dismissal, and closeOnEscape=true leaves Escape as the only valid close path. The parent dialog must remain open. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: bottom_left | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - placement | |
| - theme | |
| factor_rationale: The child modal must be dismissed by keyboard input while a parent overlay remains active underneath, so the task couples stack state-tracking with non-pointer closure. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 2 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: Nested state plus an Escape-only child close path makes this meaningfully harder than single-overlay keyboard dismissal tasks. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Discard draft' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Discard draft | |
| related_instances: | |
| Filters: | |
| open: true | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Discard draft | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent Filters dialog instead of the child confirmation dialog. | |
| - Closing both dialogs. | |
| - Attempting backdrop dismissal or a button route instead of Escape. | |
| - Leaving the child confirmation dialog open. | |
| expected_interaction_path: | |
| - Open the parent Filters dialog. | |
| - Open the child Discard draft confirmation dialog. | |
| - Press Escape and verify only the child closes while the parent remains open. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-antd-v2-T07 | |
| name: Nested child close-icon dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_nested_child_close_icon | |
| implementation_component: 'AntD: Modal' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open layout settings" launches a parent dialog titled "Layout settings". Inside the parent body, a secondary button labeled "Open details" opens a child dialog titled "Details" above it. The parent Ant Design Modal opens first and remains visible underneath the child modal until the child closes. | |
| The child dialog has a visible header close icon, while the parent remains open underneath. Backdrop dismissal and Escape must not count for the child in this task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: top_right | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - clutter | |
| factor_rationale: The task isolates state tracking on a stacked pair of dialogs and requires the top overlay to be closed with the correct affordance rather than by backdrop or keyboard shortcuts. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The top modal must be distinguished from its parent and dismissed with the correct close affordance while the parent remains visible. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Details' has been opened and then closed. | |
| - The recorded close_reason equals 'close_icon'. | |
| - The required closing control was 'Header close (×)'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: close_icon | |
| last_opened_instance: Details | |
| related_instances: | |
| Layout settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Header close (×) | |
| require_correct_instance: true | |
| target_instance_label_or_id: Details | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent dialog instead of the child dialog. | |
| - Closing both dialogs. | |
| - Closing the child through Escape or backdrop instead of the header close icon. | |
| - Leaving the child dialog open. | |
| expected_interaction_path: | |
| - Open the parent Layout settings dialog. | |
| - Open the child Details dialog. | |
| - Click the header close icon on the child and verify the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-mui-v2-T07 | |
| name: Nested child close-icon dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_nested_child_close_icon | |
| implementation_component: 'MUI: Dialog' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open layout settings" launches a parent dialog titled "Layout settings". Inside the parent body, a secondary button labeled "Open details" opens a child dialog titled "Details" above it. The parent Material UI Dialog opens first and remains visible underneath the child dialog until the child closes. | |
| The child dialog has a visible header close icon, while the parent remains open underneath. Backdrop dismissal and Escape must not count for the child in this task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: top_right | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - clutter | |
| factor_rationale: The task isolates state tracking on a stacked pair of dialogs and requires the top overlay to be closed with the correct affordance rather than by backdrop or keyboard shortcuts. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The top modal must be distinguished from its parent and dismissed with the correct close affordance while the parent remains visible. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Details' has been opened and then closed. | |
| - The recorded close_reason equals 'close_icon'. | |
| - The required closing control was 'Header close (×)'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: close_icon | |
| last_opened_instance: Details | |
| related_instances: | |
| Layout settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Header close (×) | |
| require_correct_instance: true | |
| target_instance_label_or_id: Details | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent dialog instead of the child dialog. | |
| - Closing both dialogs. | |
| - Closing the child through Escape or backdrop instead of the header close icon. | |
| - Leaving the child dialog open. | |
| expected_interaction_path: | |
| - Open the parent Layout settings dialog. | |
| - Open the child Details dialog. | |
| - Click the header close icon on the child and verify the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-mantine-v2-T07 | |
| name: Nested child close-icon dismissal while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_nested_child_close_icon | |
| implementation_component: 'Mantine: Modal (Modal.Stack)' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Layout settings" dialog, then open the child dialog titled "Details". Close only the top Details dialog using its header close icon (×) and leave the parent dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open layout settings" launches a parent dialog titled "Layout settings". Inside the parent body, a secondary button labeled "Open details" opens a child dialog titled "Details" above it. Mantine Modal.Stack is used so only the top modal handles overlay clicks and Escape while the parent remains open underneath. | |
| The child dialog has a visible header close icon, while the parent remains open underneath. Backdrop dismissal and Escape must not count for the child in this task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: top_right | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - instances | |
| - clutter | |
| factor_rationale: The task isolates state tracking on a stacked pair of dialogs and requires the top overlay to be closed with the correct affordance rather than by backdrop or keyboard shortcuts. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: The top modal must be distinguished from its parent and dismissed with the correct close affordance while the parent remains visible. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Details' has been opened and then closed. | |
| - The recorded close_reason equals 'close_icon'. | |
| - The required closing control was 'Header close (×)'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: close_icon | |
| last_opened_instance: Details | |
| related_instances: | |
| Layout settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Header close (×) | |
| require_correct_instance: true | |
| target_instance_label_or_id: Details | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Closing the parent dialog instead of the child dialog. | |
| - Closing both dialogs. | |
| - Closing the child through Escape or backdrop instead of the header close icon. | |
| - Leaving the child dialog open. | |
| expected_interaction_path: | |
| - Open the parent Layout settings dialog. | |
| - Open the child Details dialog. | |
| - Click the header close icon on the child and verify the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open.' | |
| - id: dialog_modal-antd-v2-T08 | |
| name: Scroll the dialog, not the page, to reach the action | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_dialog_scroll_locus | |
| implementation_component: 'AntD: Modal' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| ui_copy: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses nested_scroll with compact spacing and medium clutter. The page itself is vertically scrollable and contains several cards above and below the trigger labeled "Open Review policy". | |
| Clicking the trigger opens a dialog titled "Review policy". The dialog body contains long internally scrollable content, and a single action button labeled "Acknowledge" appears only at the bottom of that dialog content. The modal body is internally scrollable while the page behind it should remain irrelevant to success. | |
| The page behind the dialog can still scroll, but doing so will never reveal the required button. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: nested_scroll | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - internal_scroll_region | |
| - placement | |
| factor_rationale: The dialog and the page both offer scrollable surfaces, so the task directly measures whether the agent can localize the correct scroll region before executing the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: 'The main difficulty comes from nested scrolling: the decisive button exists only inside the dialog scroll region, not in the page flow behind it.' | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Review policy' has been opened and then closed. | |
| - The recorded close_reason equals 'acknowledge_button'. | |
| - The required closing control was 'Acknowledge'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: acknowledge_button | |
| last_opened_instance: Review policy | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Acknowledge | |
| require_correct_instance: true | |
| target_instance_label_or_id: Review policy | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the page behind the dialog instead of the dialog body. | |
| - Closing the dialog through a different route instead of clicking Acknowledge. | |
| - Failing to reach the bottom action. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Open the Review policy dialog. | |
| - Scroll inside the dialog body until Acknowledge appears. | |
| - Click Acknowledge and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mui-v2-T08 | |
| name: Scroll the dialog, not the page, to reach the action | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_dialog_scroll_locus | |
| implementation_component: 'MUI: Dialog' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| ui_copy: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses nested_scroll with compact spacing and medium clutter. The page itself is vertically scrollable and contains several cards above and below the trigger labeled "Open Review policy". | |
| Clicking the trigger opens a dialog titled "Review policy". The dialog body contains long internally scrollable content, and a single action button labeled "Acknowledge" appears only at the bottom of that dialog content. The dialog uses an internal paper/body scroll region, so the content scrolls inside the dialog instead of on the page. | |
| The page behind the dialog can still scroll, but doing so will never reveal the required button. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: nested_scroll | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - internal_scroll_region | |
| - placement | |
| factor_rationale: The dialog and the page both offer scrollable surfaces, so the task directly measures whether the agent can localize the correct scroll region before executing the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: 'The main difficulty comes from nested scrolling: the decisive button exists only inside the dialog scroll region, not in the page flow behind it.' | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Review policy' has been opened and then closed. | |
| - The recorded close_reason equals 'acknowledge_button'. | |
| - The required closing control was 'Acknowledge'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: acknowledge_button | |
| last_opened_instance: Review policy | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Acknowledge | |
| require_correct_instance: true | |
| target_instance_label_or_id: Review policy | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the page behind the dialog instead of the dialog body. | |
| - Closing the dialog through a different route instead of clicking Acknowledge. | |
| - Failing to reach the bottom action. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Open the Review policy dialog. | |
| - Scroll inside the dialog body until Acknowledge appears. | |
| - Click Acknowledge and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mantine-v2-T08 | |
| name: Scroll the dialog, not the page, to reach the action | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_dialog_scroll_locus | |
| implementation_component: 'Mantine: Modal' | |
| task_template: scroll_find | |
| secondary_template: null | |
| browsergym_goal: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| ui_copy: Open the "Review policy" dialog, scroll within the dialog content (not the page) until the bottom action appears, and click "Acknowledge". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses nested_scroll with compact spacing and medium clutter. The page itself is vertically scrollable and contains several cards above and below the trigger labeled "Open Review policy". | |
| Clicking the trigger opens a dialog titled "Review policy". The dialog body contains long internally scrollable content, and a single action button labeled "Acknowledge" appears only at the bottom of that dialog content. The modal uses an internal scroll area so the content scrolls inside the modal rather than on the page behind it. | |
| The page behind the dialog can still scroll, but doing so will never reveal the required button. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: nested_scroll | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - internal_scroll_region | |
| - placement | |
| factor_rationale: The dialog and the page both offer scrollable surfaces, so the task directly measures whether the agent can localize the correct scroll region before executing the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: 'The main difficulty comes from nested scrolling: the decisive button exists only inside the dialog scroll region, not in the page flow behind it.' | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Review policy' has been opened and then closed. | |
| - The recorded close_reason equals 'acknowledge_button'. | |
| - The required closing control was 'Acknowledge'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: acknowledge_button | |
| last_opened_instance: Review policy | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Acknowledge | |
| require_correct_instance: true | |
| target_instance_label_or_id: Review policy | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the page behind the dialog instead of the dialog body. | |
| - Closing the dialog through a different route instead of clicking Acknowledge. | |
| - Failing to reach the bottom action. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Open the Review policy dialog. | |
| - Scroll inside the dialog body until Acknowledge appears. | |
| - Click Acknowledge and verify the dialog closes. | |
| notes: 'Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-antd-v2-T09 | |
| name: Choose the correct row and confirm through loading footer action | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_duplicate_trigger_loading_confirm | |
| implementation_component: 'AntD: Modal' | |
| task_template: confirm_cancel | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with compact spacing and medium clutter. In the "Access" section there are two nearly identical rows, "Primary token" and "Backup token", each with a button labeled "Reissue…". | |
| Clicking either row button opens a dialog titled "Reissue token" for that row. The dialog footer contains "Cancel" and "Reissue now". maskClosable=false, keyboard=false, and closable=false force a footer-button confirmation path; the primary action shows a short loading spinner before the modal closes. The dialog closes only after the loading action resolves. Backdrop, Escape, and header-close routes must not satisfy the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: settings_panel | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - confirmation_model | |
| - spacing | |
| factor_rationale: The user intent is tied to a specific row, but the confirmation dialog title is shared, so the task couples wrong-instance risk with a save/confirm path that cannot be satisfied by faster implicit dismissals. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is hard because two identical triggers map to row-specific dialogs, and the correct one must then be confirmed through an async footer path that needs verification. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Reissue token' has been opened and then closed. | |
| - The recorded close_reason equals 'primary_confirm_button'. | |
| - The required closing control was 'Reissue now'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: primary_confirm_button | |
| last_opened_instance: Reissue token | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Reissue now | |
| require_correct_instance: true | |
| target_instance_label_or_id: Reissue token | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening the Backup token dialog instead of the Primary token dialog. | |
| - Clicking Cancel or using Escape/backdrop/header close instead of Reissue now. | |
| - Pressing Reissue now but not waiting for the loading state to resolve. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Find the Primary token row. | |
| - Open its reissue dialog. | |
| - Click Reissue now and wait until the dialog actually closes. | |
| notes: 'Instrumentation: expose `saved=true` only after the loading/async footer action resolves and the dialog actually closes.' | |
| - id: dialog_modal-mui-v2-T09 | |
| name: Choose the correct row and confirm through loading footer action | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_duplicate_trigger_loading_confirm | |
| implementation_component: 'MUI: Dialog' | |
| task_template: confirm_cancel | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with compact spacing and medium clutter. In the "Access" section there are two nearly identical rows, "Primary token" and "Backup token", each with a button labeled "Reissue…". | |
| Clicking either row button opens a dialog titled "Reissue token" for that row. The dialog footer contains "Cancel" and "Reissue now". disableEscapeKeyDown=true and filtered backdrop reasons force a footer confirmation path; the primary action shows a short loading state before the dialog closes. The dialog closes only after the loading action resolves. Backdrop, Escape, and header-close routes must not satisfy the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: settings_panel | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - confirmation_model | |
| - spacing | |
| factor_rationale: The user intent is tied to a specific row, but the confirmation dialog title is shared, so the task couples wrong-instance risk with a save/confirm path that cannot be satisfied by faster implicit dismissals. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is hard because two identical triggers map to row-specific dialogs, and the correct one must then be confirmed through an async footer path that needs verification. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Reissue token' has been opened and then closed. | |
| - The recorded close_reason equals 'primary_confirm_button'. | |
| - The required closing control was 'Reissue now'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: primary_confirm_button | |
| last_opened_instance: Reissue token | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Reissue now | |
| require_correct_instance: true | |
| target_instance_label_or_id: Reissue token | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening the Backup token dialog instead of the Primary token dialog. | |
| - Clicking Cancel or using Escape/backdrop/header close instead of Reissue now. | |
| - Pressing Reissue now but not waiting for the loading state to resolve. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Find the Primary token row. | |
| - Open its reissue dialog. | |
| - Click Reissue now and wait until the dialog actually closes. | |
| notes: 'Instrumentation: expose `saved=true` only after the loading/async footer action resolves and the dialog actually closes.' | |
| - id: dialog_modal-mantine-v2-T09 | |
| name: Choose the correct row and confirm through loading footer action | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_duplicate_trigger_loading_confirm | |
| implementation_component: 'Mantine: Modal' | |
| task_template: confirm_cancel | |
| secondary_template: open_overlay | |
| browsergym_goal: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Primary token", open the reissue dialog and close it by clicking "Reissue now". Do not open or close the Backup token dialog. Wait for the loading action to finish. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with compact spacing and medium clutter. In the "Access" section there are two nearly identical rows, "Primary token" and "Backup token", each with a button labeled "Reissue…". | |
| Clicking either row button opens a dialog titled "Reissue token" for that row. The dialog footer contains "Cancel" and "Reissue now". withCloseButton=false, closeOnClickOutside=false, and closeOnEscape=false force a footer-button confirmation path; the primary action shows a short loading state before the modal closes. The dialog closes only after the loading action resolves. Backdrop, Escape, and header-close routes must not satisfy the task. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: settings_panel | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - confirmation_model | |
| - spacing | |
| factor_rationale: The user intent is tied to a specific row, but the confirmation dialog title is shared, so the task couples wrong-instance risk with a save/confirm path that cannot be satisfied by faster implicit dismissals. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is hard because two identical triggers map to row-specific dialogs, and the correct one must then be confirmed through an async footer path that needs verification. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Reissue token' has been opened and then closed. | |
| - The recorded close_reason equals 'primary_confirm_button'. | |
| - The required closing control was 'Reissue now'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: primary_confirm_button | |
| last_opened_instance: Reissue token | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Reissue now | |
| require_correct_instance: true | |
| target_instance_label_or_id: Reissue token | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening the Backup token dialog instead of the Primary token dialog. | |
| - Clicking Cancel or using Escape/backdrop/header close instead of Reissue now. | |
| - Pressing Reissue now but not waiting for the loading state to resolve. | |
| - Leaving the dialog open. | |
| expected_interaction_path: | |
| - Find the Primary token row. | |
| - Open its reissue dialog. | |
| - Click Reissue now and wait until the dialog actually closes. | |
| notes: 'Instrumentation: expose `saved=true` only after the loading/async footer action resolves and the dialog actually closes.' | |
| - id: dialog_modal-antd-v2-T10 | |
| name: Nested child scroll-to-bottom close while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_nested_child_scroll_close | |
| implementation_component: 'AntD: Modal' | |
| task_template: scroll_find | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open project settings" launches a parent dialog titled "Project settings". Inside the parent body there is a button labeled "Open update guide" that opens a child dialog titled "Update guide" above it. The parent Ant Design Modal opens first and remains visible underneath the child modal until the child closes. | |
| The child dialog contains several screens of internally scrollable content and a single bottom action button labeled "Return to settings" that appears only at the end of the child content. The modal body is internally scrollable while the page behind it should remain irrelevant to success. The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - internal_scroll_region | |
| - confirmation_model | |
| factor_rationale: The agent must keep track of stacked overlay state, operate the child modal’s own scroll region, and verify that only the child closes after the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: This compounds two validated pressure families—stacked overlays and internal scroll-to-action—while also requiring the parent modal to persist. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Update guide' has been opened and then closed. | |
| - The recorded close_reason equals 'return_to_settings_button'. | |
| - The required closing control was 'Return to settings'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: return_to_settings_button | |
| last_opened_instance: Update guide | |
| related_instances: | |
| Project settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Return to settings | |
| require_correct_instance: true | |
| target_instance_label_or_id: Update guide | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the parent dialog or page instead of the child dialog body. | |
| - Closing the parent Project settings dialog. | |
| - Closing both dialogs. | |
| - Leaving the child dialog open or using a different close route. | |
| expected_interaction_path: | |
| - Open the Project settings dialog. | |
| - Open the child Update guide dialog. | |
| - Scroll inside the child dialog to the bottom and click Return to settings. | |
| - Verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open. Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mui-v2-T10 | |
| name: Nested child scroll-to-bottom close while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_nested_child_scroll_close | |
| implementation_component: 'MUI: Dialog' | |
| task_template: scroll_find | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open project settings" launches a parent dialog titled "Project settings". Inside the parent body there is a button labeled "Open update guide" that opens a child dialog titled "Update guide" above it. The parent Material UI Dialog opens first and remains visible underneath the child dialog until the child closes. | |
| The child dialog contains several screens of internally scrollable content and a single bottom action button labeled "Return to settings" that appears only at the end of the child content. The dialog uses an internal paper/body scroll region, so the content scrolls inside the dialog instead of on the page. The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - internal_scroll_region | |
| - confirmation_model | |
| factor_rationale: The agent must keep track of stacked overlay state, operate the child modal’s own scroll region, and verify that only the child closes after the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: This compounds two validated pressure families—stacked overlays and internal scroll-to-action—while also requiring the parent modal to persist. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Update guide' has been opened and then closed. | |
| - The recorded close_reason equals 'return_to_settings_button'. | |
| - The required closing control was 'Return to settings'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: return_to_settings_button | |
| last_opened_instance: Update guide | |
| related_instances: | |
| Project settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Return to settings | |
| require_correct_instance: true | |
| target_instance_label_or_id: Update guide | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the parent dialog or page instead of the child dialog body. | |
| - Closing the parent Project settings dialog. | |
| - Closing both dialogs. | |
| - Leaving the child dialog open or using a different close route. | |
| expected_interaction_path: | |
| - Open the Project settings dialog. | |
| - Open the child Update guide dialog. | |
| - Scroll inside the child dialog to the bottom and click Return to settings. | |
| - Verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open. Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-mantine-v2-T10 | |
| name: Nested child scroll-to-bottom close while parent stays open | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_nested_child_scroll_close | |
| implementation_component: 'Mantine: Modal (Modal.Stack)' | |
| task_template: scroll_find | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Project settings" dialog, then open the child dialog titled "Update guide". Scroll within the child dialog content to the bottom and click "Return to settings". Keep the parent Project settings dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with compact spacing and medium clutter. Clicking "Open project settings" launches a parent dialog titled "Project settings". Inside the parent body there is a button labeled "Open update guide" that opens a child dialog titled "Update guide" above it. Mantine Modal.Stack is used so only the top modal handles overlay clicks and Escape while the parent remains open underneath. | |
| The child dialog contains several screens of internally scrollable content and a single bottom action button labeled "Return to settings" that appears only at the end of the child content. The modal uses an internal scroll area so the content scrolls inside the modal rather than on the page behind it. The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: true | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - internal_scroll_region | |
| - confirmation_model | |
| factor_rationale: The agent must keep track of stacked overlay state, operate the child modal’s own scroll region, and verify that only the child closes after the bottom action. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 4 | |
| justification: This compounds two validated pressure families—stacked overlays and internal scroll-to-action—while also requiring the parent modal to persist. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Update guide' has been opened and then closed. | |
| - The recorded close_reason equals 'return_to_settings_button'. | |
| - The required closing control was 'Return to settings'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: return_to_settings_button | |
| last_opened_instance: Update guide | |
| related_instances: | |
| Project settings: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Return to settings | |
| require_correct_instance: true | |
| target_instance_label_or_id: Update guide | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Scrolling the parent dialog or page instead of the child dialog body. | |
| - Closing the parent Project settings dialog. | |
| - Closing both dialogs. | |
| - Leaving the child dialog open or using a different close route. | |
| expected_interaction_path: | |
| - Open the Project settings dialog. | |
| - Open the child Update guide dialog. | |
| - Scroll inside the child dialog to the bottom and click Return to settings. | |
| - Verify the child closes while the parent remains open. | |
| notes: 'Instrumentation: expose stack order and open state for each modal instance. Success requires the child modal to close while the parent remains open. Instrumentation: expose the modal''s internal scroll container and distinguish it from page scroll. Record the decisive bottom action as the final close_reason.' | |
| - id: dialog_modal-antd-v2-T11 | |
| name: Open the correct duplicate instance, then Escape-close it | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_duplicate_trigger_escape_only | |
| implementation_component: 'AntD: Modal' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| ui_copy: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. In the "Addresses" area there are three similar rows: "Shipping address", "Billing address", and "Office address", each with an "Edit" button that opens a different dialog. | |
| The target dialog titled "Billing address" is configured for Escape-only closure once opened: closable=false removes the header close icon, maskClosable=false disables mask dismissal, and keyboard=true leaves Escape as the only valid close path. The other two dialogs must not be opened. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: bottom_left | |
| scale: default | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - clutter | |
| - placement | |
| factor_rationale: The task adds duplicate-trigger disambiguation before a keyboard-only close, so success requires both correct instance targeting and correct close semantics. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is harder than a plain Escape-close because the correct dialog must first be found among three similar row-level triggers in a cluttered dashboard panel. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Billing address' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Billing address | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Billing address | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Shipping address or Office address instead of Billing address. | |
| - Using backdrop click or a button route instead of Escape. | |
| - Leaving the Billing address dialog open. | |
| - Opening the correct dialog and then switching to another one before termination. | |
| expected_interaction_path: | |
| - Locate the Billing address row among the similar address rows. | |
| - Open its dialog. | |
| - Press Escape and verify the Billing address dialog closes. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-mui-v2-T11 | |
| name: Open the correct duplicate instance, then Escape-close it | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_duplicate_trigger_escape_only | |
| implementation_component: 'MUI: Dialog' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| ui_copy: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. In the "Addresses" area there are three similar rows: "Shipping address", "Billing address", and "Office address", each with an "Edit" button that opens a different dialog. | |
| The target dialog titled "Billing address" is configured for Escape-only closure once opened: disableEscapeKeyDown=false keeps Escape enabled, while backdrop clicks are ignored in the onClose handler and no header close icon is rendered. The other two dialogs must not be opened. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: bottom_left | |
| scale: default | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - clutter | |
| - placement | |
| factor_rationale: The task adds duplicate-trigger disambiguation before a keyboard-only close, so success requires both correct instance targeting and correct close semantics. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is harder than a plain Escape-close because the correct dialog must first be found among three similar row-level triggers in a cluttered dashboard panel. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Billing address' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Billing address | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Billing address | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Shipping address or Office address instead of Billing address. | |
| - Using backdrop click or a button route instead of Escape. | |
| - Leaving the Billing address dialog open. | |
| - Opening the correct dialog and then switching to another one before termination. | |
| expected_interaction_path: | |
| - Locate the Billing address row among the similar address rows. | |
| - Open its dialog. | |
| - Press Escape and verify the Billing address dialog closes. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-mantine-v2-T11 | |
| name: Open the correct duplicate instance, then Escape-close it | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_duplicate_trigger_escape_only | |
| implementation_component: 'Mantine: Modal' | |
| task_template: open_overlay | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| ui_copy: Open the dialog titled "Billing address" by choosing the correct row, then press Escape to close it. Do not open Shipping address or Office address. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. In the "Addresses" area there are three similar rows: "Shipping address", "Billing address", and "Office address", each with an "Edit" button that opens a different dialog. | |
| The target dialog titled "Billing address" is configured for Escape-only closure once opened: withCloseButton=false removes the header close button, closeOnClickOutside=false disables overlay dismissal, and closeOnEscape=true leaves Escape as the only valid close path. The other two dialogs must not be opened. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: bottom_left | |
| scale: default | |
| instances: 3 | |
| guidance: none | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: discrete | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - clutter | |
| - placement | |
| factor_rationale: The task adds duplicate-trigger disambiguation before a keyboard-only close, so success requires both correct instance targeting and correct close semantics. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L2 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 4 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 2 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: This is harder than a plain Escape-close because the correct dialog must first be found among three similar row-level triggers in a cluttered dashboard panel. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Billing address' has been opened and then closed. | |
| - The recorded close_reason equals 'escape_key'. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: escape_key | |
| last_opened_instance: Billing address | |
| tolerance: null | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Billing address | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Shipping address or Office address instead of Billing address. | |
| - Using backdrop click or a button route instead of Escape. | |
| - Leaving the Billing address dialog open. | |
| - Opening the correct dialog and then switching to another one before termination. | |
| expected_interaction_path: | |
| - Locate the Billing address row among the similar address rows. | |
| - Open its dialog. | |
| - Press Escape and verify the Billing address dialog closes. | |
| notes: 'Instrumentation: ensure backdrop clicks and header-button attempts do not satisfy the predicate. Record `close_reason=escape_key` only when the dialog closes from keyboard input.' | |
| - id: dialog_modal-antd-v2-T12 | |
| name: Nested full-screen child closed by custom header action | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: antd_modal_nested_fullscreen_child_done | |
| implementation_component: 'AntD: Modal (custom full-viewport styling + custom header action)' | |
| task_template: match_reference | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with dark theme, compact spacing, and medium clutter. A button labeled "Start asset review" opens a parent dialog titled "Asset review". Inside that parent dialog, a button labeled "Open focus preview" opens a child dialog titled "Focus preview" that occupies most or all of the viewport. The child dialog uses custom near-full-viewport sizing via width/style, hides the default close icon, and exposes a custom header action for completion. | |
| The child dialog must be closed with the custom header action labeled "Done reviewing". The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: mixed | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - theme | |
| - confirmation_model | |
| factor_rationale: 'The full-screen child changes the visible geometry and affordance pattern, but the real burden is still dialog-state tracking: the agent must close the child through a custom header action while preserving the parent overlay.' | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 3 | |
| justification: This upgrades otherwise low-signal full-screen modal patterns into a layered state-tracking task that still depends on dialog-specific affordance knowledge. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Focus preview' has been opened and then closed. | |
| - The recorded close_reason equals 'done_button'. | |
| - The required closing control was 'Done reviewing'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: done_button | |
| last_opened_instance: Focus preview | |
| related_instances: | |
| Asset review: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Done reviewing | |
| require_correct_instance: true | |
| target_instance_label_or_id: Focus preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Attempting to close the child through Escape or backdrop dismissal instead of Done reviewing. | |
| - Closing the parent Asset review dialog. | |
| - Closing both dialogs. | |
| - Leaving the full-screen child open. | |
| expected_interaction_path: | |
| - Open the Asset review parent dialog. | |
| - Open the full-screen Focus preview child dialog. | |
| - Click Done reviewing in the child header and verify the parent remains open. | |
| notes: 'Instrumentation: expose both parent and child overlay states. Success requires the full-screen child to close via the custom header action while the parent remains open.' | |
| - id: dialog_modal-mui-v2-T12 | |
| name: Nested full-screen child closed by custom header action | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: mui_dialog_nested_fullscreen_child_done | |
| implementation_component: 'MUI: Dialog (fullScreen + custom header action)' | |
| task_template: match_reference | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with dark theme, compact spacing, and medium clutter. A button labeled "Start asset review" opens a parent dialog titled "Asset review". Inside that parent dialog, a button labeled "Open focus preview" opens a child dialog titled "Focus preview" that occupies most or all of the viewport. The child dialog uses `fullScreen`, omits the default close affordance, disables backdrop dismissal, and relies on a custom header action to finish. | |
| The child dialog must be closed with the custom header action labeled "Done reviewing". The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: mixed | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - theme | |
| - confirmation_model | |
| factor_rationale: 'The full-screen child changes the visible geometry and affordance pattern, but the real burden is still dialog-state tracking: the agent must close the child through a custom header action while preserving the parent overlay.' | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 3 | |
| justification: This upgrades otherwise low-signal full-screen modal patterns into a layered state-tracking task that still depends on dialog-specific affordance knowledge. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Focus preview' has been opened and then closed. | |
| - The recorded close_reason equals 'done_button'. | |
| - The required closing control was 'Done reviewing'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: done_button | |
| last_opened_instance: Focus preview | |
| related_instances: | |
| Asset review: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Done reviewing | |
| require_correct_instance: true | |
| target_instance_label_or_id: Focus preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Attempting to close the child through Escape or backdrop dismissal instead of Done reviewing. | |
| - Closing the parent Asset review dialog. | |
| - Closing both dialogs. | |
| - Leaving the full-screen child open. | |
| expected_interaction_path: | |
| - Open the Asset review parent dialog. | |
| - Open the full-screen Focus preview child dialog. | |
| - Click Done reviewing in the child header and verify the parent remains open. | |
| notes: 'Instrumentation: expose both parent and child overlay states. Success requires the full-screen child to close via the custom header action while the parent remains open.' | |
| - id: dialog_modal-mantine-v2-T12 | |
| name: Nested full-screen child closed by custom header action | |
| canonical_type: dialog_modal | |
| implementation_source: mantine | |
| implementation_variant: mantine_modal_nested_fullscreen_child_done | |
| implementation_component: 'Mantine: Modal (fullScreen + custom header action)' | |
| task_template: match_reference | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Asset review" dialog, then open the full-screen child dialog titled "Focus preview" and close only that child by clicking the custom header action "Done reviewing". Leave the parent Asset review dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with dark theme, compact spacing, and medium clutter. A button labeled "Start asset review" opens a parent dialog titled "Asset review". Inside that parent dialog, a button labeled "Open focus preview" opens a child dialog titled "Focus preview" that occupies most or all of the viewport. The child modal uses `fullScreen`, omits the default close button, disables overlay and Escape dismissal, and relies on a custom header action to finish. | |
| The child dialog must be closed with the custom header action labeled "Done reviewing". The parent dialog must remain open after the child closes. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: center | |
| scale: default | |
| instances: 2 | |
| guidance: mixed | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_confirm | |
| precision_surface: discrete | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - theme | |
| - confirmation_model | |
| factor_rationale: 'The full-screen child changes the visible geometry and affordance pattern, but the real burden is still dialog-state tracking: the agent must close the child through a custom header action while preserving the parent overlay.' | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 2 | |
| target_acquisition: 3 | |
| density_choice_interference: 1 | |
| depth_layering: 4 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 3 | |
| justification: This upgrades otherwise low-signal full-screen modal patterns into a layered state-tracking task that still depends on dialog-specific affordance knowledge. | |
| success_trigger: | |
| human_readable: | |
| - The dialog instance titled 'Focus preview' has been opened and then closed. | |
| - The recorded close_reason equals 'done_button'. | |
| - The required closing control was 'Done reviewing'. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: equals | |
| target_state: | |
| open: false | |
| close_reason: done_button | |
| last_opened_instance: Focus preview | |
| related_instances: | |
| Asset review: | |
| open: true | |
| tolerance: null | |
| require_confirm: true | |
| confirm_control: Done reviewing | |
| require_correct_instance: true | |
| target_instance_label_or_id: Focus preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Attempting to close the child through Escape or backdrop dismissal instead of Done reviewing. | |
| - Closing the parent Asset review dialog. | |
| - Closing both dialogs. | |
| - Leaving the full-screen child open. | |
| expected_interaction_path: | |
| - Open the Asset review parent dialog. | |
| - Open the full-screen Focus preview child dialog. | |
| - Click Done reviewing in the child header and verify the parent remains open. | |
| notes: 'Instrumentation: expose both parent and child overlay states. Success requires the full-screen child to close via the custom header action while the parent remains open.' | |
| - id: dialog_modal-antd-v2-T13 | |
| name: Drag floating Notes dialog to the top-right target band | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_top_right | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the draggable "Notes" dialog and drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Open the draggable "Notes" dialog and drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A card labeled "Notes" contains a trigger button "Open floating note" that opens a draggable dialog titled "Notes". | |
| The dialog can be dragged only from its title bar. The body contains static text and no close requirement for this task. The dialog starts near the middle of the workspace and must be repositioned toward the top-right corner. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - placement | |
| - clutter | |
| factor_rationale: The dialog must be repositioned in free space rather than merely opened or closed, which isolates freeform drag grounding and post-drag verification under clutter. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: Dragging a dialog to a target region is one of the few truly hard dialog operations because it combines handle grounding, continuous control, and end-position verification. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Notes' remains open. | |
| - Its bounding box lands within ±40px horizontally and ±40px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 40 | |
| y_px: 40 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Notes | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Trying to drag from the dialog body or footer instead of the title bar. | |
| - Dropping the dialog outside the stated ±40 px top-right tolerance. | |
| - Closing the dialog instead of repositioning it. | |
| - Leaving the dialog at its starting position. | |
| expected_interaction_path: | |
| - Open the floating Notes dialog. | |
| - Grab the title bar. | |
| - Drag the dialog toward the workspace top-right corner and release inside the tolerance band. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-mui-v2-T13 | |
| name: Drag floating Notes dialog to the top-right target band | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_top_right | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the draggable "Notes" dialog and drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Open the draggable "Notes" dialog and drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A card labeled "Notes" contains a trigger button "Open floating note" that opens a draggable dialog titled "Notes". | |
| The dialog can be dragged only from its title bar. The body contains static text and no close requirement for this task. The dialog starts near the middle of the workspace and must be repositioned toward the top-right corner. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - placement | |
| - clutter | |
| factor_rationale: The dialog must be repositioned in free space rather than merely opened or closed, which isolates freeform drag grounding and post-drag verification under clutter. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: Dragging a dialog to a target region is one of the few truly hard dialog operations because it combines handle grounding, continuous control, and end-position verification. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Notes' remains open. | |
| - Its bounding box lands within ±40px horizontally and ±40px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 40 | |
| y_px: 40 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Notes | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Trying to drag from the dialog body or footer instead of the title bar. | |
| - Dropping the dialog outside the stated ±40 px top-right tolerance. | |
| - Closing the dialog instead of repositioning it. | |
| - Leaving the dialog at its starting position. | |
| expected_interaction_path: | |
| - Open the floating Notes dialog. | |
| - Grab the title bar. | |
| - Drag the dialog toward the workspace top-right corner and release inside the tolerance band. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-antd-v2-T14 | |
| name: Drag Inspector dialog to bottom-left and save layout | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_bottom_left_save | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: drag_operation | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the draggable "Inspector" dialog, drag it by the title bar so its bottom-left corner ends within about 50 px of the workspace bottom-left corner, then click "Save layout". The task will finish automatically when done. | |
| ui_copy: Open the draggable "Inspector" dialog, drag it by the title bar so its bottom-left corner ends within about 50 px of the workspace bottom-left corner, then click "Save layout". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with dark theme, compact spacing, and medium clutter. A button labeled "Open inspector" launches a draggable dialog titled "Inspector". | |
| The dialog can be dragged only from its title bar. Inside the dialog footer there is a button labeled "Save layout" that stores the current position. The dialog starts near the middle-right portion of the workspace and must be moved into the bottom-left corner band before saving. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: settings_panel | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_apply | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - confirmation_model | |
| - theme | |
| factor_rationale: The task adds an explicit save boundary after freeform repositioning, so the agent must verify both the final geometry and the correct post-drag confirmation path. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: Freeform dragging is already difficult; requiring the bottom-left target band and an explicit save step adds both continuous-precision and verification pressure. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Inspector' remains open. | |
| - Its bounding box lands within ±50px horizontally and ±50px vertically of the requested bottom left target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - The requested confirmation control 'Save layout' has been activated after positioning. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: bottom_left | |
| target_anchor: bottom_left | |
| last_drag_source: title_bar | |
| layout_saved: true | |
| tolerance: | |
| x_px: 50 | |
| y_px: 50 | |
| require_confirm: true | |
| confirm_control: Save layout | |
| require_correct_instance: true | |
| target_instance_label_or_id: Inspector | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging from the dialog body instead of the title bar. | |
| - Saving without moving the dialog into the stated tolerance band. | |
| - Moving it to the wrong corner and clicking Save layout. | |
| - Leaving the dialog open but unsaved. | |
| expected_interaction_path: | |
| - Open the Inspector dialog. | |
| - Drag it by the title bar into the bottom-left target band. | |
| - Click Save layout. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates, `last_drag_source`, and `layout_saved`. Require a title-bar drag plus the requested Save/Pin action.' | |
| - id: dialog_modal-mui-v2-T14 | |
| name: Drag Inspector dialog to bottom-left and save layout | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_bottom_left_save | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: drag_operation | |
| secondary_template: confirm_cancel | |
| browsergym_goal: Open the draggable "Inspector" dialog, drag it by the title bar so its bottom-left corner ends within about 50 px of the workspace bottom-left corner, then click "Save layout". The task will finish automatically when done. | |
| ui_copy: Open the draggable "Inspector" dialog, drag it by the title bar so its bottom-left corner ends within about 50 px of the workspace bottom-left corner, then click "Save layout". The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses settings_panel with dark theme, compact spacing, and medium clutter. A button labeled "Open inspector" launches a draggable dialog titled "Inspector". | |
| The dialog can be dragged only from its title bar. Inside the dialog footer there is a button labeled "Save layout" that stores the current position. The dialog starts near the middle-right portion of the workspace and must be moved into the bottom-left corner band before saving. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: settings_panel | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_apply | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - confirmation_model | |
| - theme | |
| factor_rationale: The task adds an explicit save boundary after freeform repositioning, so the agent must verify both the final geometry and the correct post-drag confirmation path. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: Freeform dragging is already difficult; requiring the bottom-left target band and an explicit save step adds both continuous-precision and verification pressure. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Inspector' remains open. | |
| - Its bounding box lands within ±50px horizontally and ±50px vertically of the requested bottom left target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - The requested confirmation control 'Save layout' has been activated after positioning. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: bottom_left | |
| target_anchor: bottom_left | |
| last_drag_source: title_bar | |
| layout_saved: true | |
| tolerance: | |
| x_px: 50 | |
| y_px: 50 | |
| require_confirm: true | |
| confirm_control: Save layout | |
| require_correct_instance: true | |
| target_instance_label_or_id: Inspector | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging from the dialog body instead of the title bar. | |
| - Saving without moving the dialog into the stated tolerance band. | |
| - Moving it to the wrong corner and clicking Save layout. | |
| - Leaving the dialog open but unsaved. | |
| expected_interaction_path: | |
| - Open the Inspector dialog. | |
| - Drag it by the title bar into the bottom-left target band. | |
| - Click Save layout. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates, `last_drag_source`, and `layout_saved`. Require a title-bar drag plus the requested Save/Pin action.' | |
| - id: dialog_modal-antd-v2-T15 | |
| name: Open the reference-matched draggable dialog, then move it | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_visual_match_top_right | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: match_reference | |
| secondary_template: drag_operation | |
| browsergym_goal: Use the visible reference cue to open the correct draggable dialog, which is titled "Palette", then drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Use the visible reference cue to open the correct draggable dialog, which is titled "Palette", then drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A visible reference chip at the top of the dashboard shows a purple accent swatch and the label "Target floating panel". | |
| Below it are three similar triggers that open draggable dialogs titled "Logs", "Palette", and "Queue". Only the dialog titled "Palette" uses the purple-accented title bar that matches the reference chip. The draggable dialogs can be moved only from their title bars. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_right | |
| scale: default | |
| instances: 3 | |
| guidance: mixed | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - guidance | |
| - precision_surface | |
| factor_rationale: The task combines visual disambiguation across multiple floating panels with continuous drag control, creating a mixed grounding-and-interaction burden that v1 did not cover well. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 3 | |
| disambiguation_load: 4 | |
| justification: The agent must first choose the correct draggable dialog from a visual reference and then execute a precise free-space drag to a target band. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Palette' remains open. | |
| - Its bounding box lands within ±40px horizontally and ±40px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 40 | |
| y_px: 40 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Palette | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Logs or Queue instead of Palette. | |
| - Dragging the correct dialog from the wrong surface instead of the title bar. | |
| - Dropping the dialog outside the stated ±40 px top-right tolerance. | |
| - Closing the dialog instead of repositioning it. | |
| expected_interaction_path: | |
| - Read the visible reference cue. | |
| - Open the draggable dialog that matches it and verify the title Palette. | |
| - Drag the dialog by the title bar into the top-right target band. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-mui-v2-T15 | |
| name: Open the reference-matched draggable dialog, then move it | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_visual_match_top_right | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: match_reference | |
| secondary_template: drag_operation | |
| browsergym_goal: Use the visible reference cue to open the correct draggable dialog, which is titled "Palette", then drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Use the visible reference cue to open the correct draggable dialog, which is titled "Palette", then drag it by the title bar so its top-right corner ends within about 40 px of the workspace top-right corner. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses dashboard_panel with compact spacing and high clutter. A visible reference chip at the top of the dashboard shows a purple accent swatch and the label "Target floating panel". | |
| Below it are three similar triggers that open draggable dialogs titled "Logs", "Palette", and "Queue". Only the dialog titled "Palette" uses the purple-accented title bar that matches the reference chip. The draggable dialogs can be moved only from their title bars. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: dashboard_panel | |
| placement: top_right | |
| scale: default | |
| instances: 3 | |
| guidance: mixed | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - instances | |
| - guidance | |
| - precision_surface | |
| factor_rationale: The task combines visual disambiguation across multiple floating panels with continuous drag control, creating a mixed grounding-and-interaction burden that v1 did not cover well. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 3 | |
| disambiguation_load: 4 | |
| justification: The agent must first choose the correct draggable dialog from a visual reference and then execute a precise free-space drag to a target band. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Palette' remains open. | |
| - Its bounding box lands within ±40px horizontally and ±40px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 40 | |
| y_px: 40 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Palette | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening Logs or Queue instead of Palette. | |
| - Dragging the correct dialog from the wrong surface instead of the title bar. | |
| - Dropping the dialog outside the stated ±40 px top-right tolerance. | |
| - Closing the dialog instead of repositioning it. | |
| expected_interaction_path: | |
| - Read the visible reference cue. | |
| - Open the draggable dialog that matches it and verify the title Palette. | |
| - Drag the dialog by the title bar into the top-right target band. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-antd-v2-T16 | |
| name: Nested draggable child moved into the right gutter | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_nested_child_right_gutter | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the "Layout settings" dialog, then open the draggable child dialog titled "Palette". Drag the child by the title bar so its top-right corner ends within about 45 px of the right gutter target region, and keep the parent dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Layout settings" dialog, then open the draggable child dialog titled "Palette". Drag the child by the title bar so its top-right corner ends within about 45 px of the right gutter target region, and keep the parent dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with dark theme, compact spacing, and medium clutter. Clicking "Open layout settings" launches a parent dialog titled "Layout settings". Inside it, a button labeled "Open palette" opens a child draggable dialog titled "Palette" above the parent. | |
| The child dialog can be moved only from its title bar. It starts near the center of the workspace and should be repositioned into the right-side gutter while the parent dialog remains open underneath. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - precision_surface | |
| - theme | |
| factor_rationale: The task keeps drag as the primary burden but adds a stacked-overlay state to separate correct child manipulation from accidental parent interactions. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 3 | |
| justification: This is a high-value mixed task because the agent must control a draggable child overlay without collapsing or confusing the parent dialog state. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Palette' remains open. | |
| - Its bounding box lands within ±45px horizontally and ±45px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| related_instances: | |
| Layout settings: | |
| open: true | |
| tolerance: | |
| x_px: 45 | |
| y_px: 45 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Palette | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging the parent dialog instead of the child Palette dialog. | |
| - Dragging the child from the wrong surface instead of the title bar. | |
| - Dropping the child outside the stated tolerance band. | |
| - Closing the parent Layout settings dialog. | |
| expected_interaction_path: | |
| - Open the parent Layout settings dialog. | |
| - Open the child Palette dialog. | |
| - Drag the child by the title bar into the right-gutter target band while leaving the parent open. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-mui-v2-T16 | |
| name: Nested draggable child moved into the right gutter | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_nested_child_right_gutter | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the "Layout settings" dialog, then open the draggable child dialog titled "Palette". Drag the child by the title bar so its top-right corner ends within about 45 px of the right gutter target region, and keep the parent dialog open. The task will finish automatically when done. | |
| ui_copy: Open the "Layout settings" dialog, then open the draggable child dialog titled "Palette". Drag the child by the title bar so its top-right corner ends within about 45 px of the right gutter target region, and keep the parent dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses modal_flow with dark theme, compact spacing, and medium clutter. Clicking "Open layout settings" launches a parent dialog titled "Layout settings". Inside it, a button labeled "Open palette" opens a child draggable dialog titled "Palette" above the parent. | |
| The child dialog can be moved only from its title bar. It starts near the center of the workspace and should be repositioned into the right-side gutter while the parent dialog remains open underneath. | |
| scene_context: | |
| theme: dark | |
| spacing: compact | |
| layout: modal_flow | |
| placement: off_center | |
| scale: default | |
| instances: 2 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: nested_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: dialog | |
| design_intent: | |
| active_factors: | |
| - overlay_model | |
| - precision_surface | |
| - theme | |
| factor_rationale: The task keeps drag as the primary burden but adds a stacked-overlay state to separate correct child manipulation from accidental parent interactions. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 3 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 3 | |
| justification: This is a high-value mixed task because the agent must control a draggable child overlay without collapsing or confusing the parent dialog state. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Palette' remains open. | |
| - Its bounding box lands within ±45px horizontally and ±45px vertically of the requested top right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - All required related instance states hold. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_right | |
| target_anchor: top_right | |
| last_drag_source: title_bar | |
| related_instances: | |
| Layout settings: | |
| open: true | |
| tolerance: | |
| x_px: 45 | |
| y_px: 45 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Palette | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging the parent dialog instead of the child Palette dialog. | |
| - Dragging the child from the wrong surface instead of the title bar. | |
| - Dropping the child outside the stated tolerance band. | |
| - Closing the parent Layout settings dialog. | |
| expected_interaction_path: | |
| - Open the parent Layout settings dialog. | |
| - Open the child Palette dialog. | |
| - Drag the child by the title bar into the right-gutter target band while leaving the parent open. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-antd-v2-T17 | |
| name: Gateway row floating preview dragged and pinned | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_table_row_pin | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: table_operation | |
| secondary_template: drag_operation | |
| browsergym_goal: In the row labeled "Gateway", open the draggable floating preview dialog, drag it by the title bar so its bottom-right corner ends within about 50 px of the workspace bottom-right corner, then click "Pin here". Do not open Billing or Search. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Gateway", open the draggable floating preview dialog, drag it by the title bar so its bottom-right corner ends within about 50 px of the workspace bottom-right corner, then click "Pin here". Do not open Billing or Search. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses table_cell with compact spacing, small scale, and high clutter. A dense table shows rows for Gateway, Billing, and Search. Each row has a small "Open floating preview" trigger. | |
| The task targets the Gateway row. Opening it launches a small draggable dialog titled "Gateway preview". The dialog can be dragged only from its title bar and includes a footer button labeled "Pin here" that stores the current position. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: table_cell | |
| placement: bottom_right | |
| scale: small | |
| instances: 3 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_apply | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: table | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - instances | |
| - precision_surface | |
| factor_rationale: The row-scoped trigger makes the correct dialog harder to acquire, and the drag-plus-pin sequence adds both freeform control and explicit confirmation under dense conditions. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 5 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: 'This task is intentionally one of the hardest in the pack: the trigger is small and row-scoped, the drag is continuous, and the final position must be committed with the right local button.' | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Gateway preview' remains open. | |
| - Its bounding box lands within ±50px horizontally and ±50px vertically of the requested bottom right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - The requested confirmation control 'Pin here' has been activated after positioning. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: bottom_right | |
| target_anchor: bottom_right | |
| last_drag_source: title_bar | |
| layout_saved: true | |
| tolerance: | |
| x_px: 50 | |
| y_px: 50 | |
| require_confirm: true | |
| confirm_control: Pin here | |
| require_correct_instance: true | |
| target_instance_label_or_id: Gateway preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening the Billing or Search floating preview instead of Gateway preview. | |
| - Dragging from the dialog body instead of the title bar. | |
| - Pinning the dialog outside the stated tolerance band. | |
| - Leaving the dialog unpinned after moving it. | |
| expected_interaction_path: | |
| - Locate the Gateway row in the dense table. | |
| - Open its floating preview dialog. | |
| - Drag the dialog by the title bar into the bottom-right target band. | |
| - Click Pin here. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates, `last_drag_source`, and `layout_saved`. Require a title-bar drag plus the requested Save/Pin action.' | |
| - id: dialog_modal-mui-v2-T17 | |
| name: Gateway row floating preview dragged and pinned | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_table_row_pin | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: table_operation | |
| secondary_template: drag_operation | |
| browsergym_goal: In the row labeled "Gateway", open the draggable floating preview dialog, drag it by the title bar so its bottom-right corner ends within about 50 px of the workspace bottom-right corner, then click "Pin here". Do not open Billing or Search. The task will finish automatically when done. | |
| ui_copy: In the row labeled "Gateway", open the draggable floating preview dialog, drag it by the title bar so its bottom-right corner ends within about 50 px of the workspace bottom-right corner, then click "Pin here". Do not open Billing or Search. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses table_cell with compact spacing, small scale, and high clutter. A dense table shows rows for Gateway, Billing, and Search. Each row has a small "Open floating preview" trigger. | |
| The task targets the Gateway row. Opening it launches a small draggable dialog titled "Gateway preview". The dialog can be dragged only from its title bar and includes a footer button labeled "Pin here" that stores the current position. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: table_cell | |
| placement: bottom_right | |
| scale: small | |
| instances: 3 | |
| guidance: text | |
| clutter: high | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: explicit_apply | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: table | |
| design_intent: | |
| active_factors: | |
| - layout | |
| - instances | |
| - precision_surface | |
| factor_rationale: The row-scoped trigger makes the correct dialog harder to acquire, and the drag-plus-pin sequence adds both freeform control and explicit confirmation under dense conditions. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 5 | |
| density_choice_interference: 2 | |
| depth_layering: 2 | |
| feedback_dynamics: 4 | |
| semantic_observability: 2 | |
| disambiguation_load: 5 | |
| justification: 'This task is intentionally one of the hardest in the pack: the trigger is small and row-scoped, the drag is continuous, and the final position must be committed with the right local button.' | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Gateway preview' remains open. | |
| - Its bounding box lands within ±50px horizontally and ±50px vertically of the requested bottom right target region. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| - The requested confirmation control 'Pin here' has been activated after positioning. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: bottom_right | |
| target_anchor: bottom_right | |
| last_drag_source: title_bar | |
| layout_saved: true | |
| tolerance: | |
| x_px: 50 | |
| y_px: 50 | |
| require_confirm: true | |
| confirm_control: Pin here | |
| require_correct_instance: true | |
| target_instance_label_or_id: Gateway preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Opening the Billing or Search floating preview instead of Gateway preview. | |
| - Dragging from the dialog body instead of the title bar. | |
| - Pinning the dialog outside the stated tolerance band. | |
| - Leaving the dialog unpinned after moving it. | |
| expected_interaction_path: | |
| - Locate the Gateway row in the dense table. | |
| - Open its floating preview dialog. | |
| - Drag the dialog by the title bar into the bottom-right target band. | |
| - Click Pin here. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates, `last_drag_source`, and `layout_saved`. Require a title-bar drag plus the requested Save/Pin action.' | |
| - id: dialog_modal-antd-v2-T18 | |
| name: Toast preview dragged into left-center band | |
| canonical_type: dialog_modal | |
| implementation_source: antd | |
| implementation_variant: modalrender_draggable_titlebar_left_center_band | |
| implementation_component: 'AntD: Modal (modalRender + react-draggable)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the draggable "Toast preview" dialog and drag it by the title bar so its top-left corner ends within about 45 px of the left edge and within about 45 px of the vertical centerline band. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Open the draggable "Toast preview" dialog and drag it by the title bar so its top-left corner ends within about 45 px of the left edge and within about 45 px of the vertical centerline band. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses inline_surface with compact spacing and medium clutter. An inline notifications card contains a trigger labeled "Open toast preview" that opens a draggable dialog titled "Toast preview". | |
| The dialog can be dragged only from its title bar. No save or close step is required; the task ends when the dialog is positioned in the requested left-center band and remains open. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: inline_surface | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - layout | |
| - placement | |
| factor_rationale: Using a left-center target band instead of a corner prevents rote corner-drag behavior and forces the agent to verify both axes of the final position. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The interaction remains dialog-primary but requires precise continuous repositioning to a less stereotyped target region than a simple corner. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Toast preview' remains open. | |
| - Its top-left corner lands within ±45 px of the left-edge target and ±45 px of the vertical center band. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_left | |
| target_anchor: center_left | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 45 | |
| y_px: 45 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Toast preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging from the dialog body instead of the title bar. | |
| - Dropping the dialog outside the stated left-center tolerance band. | |
| - Closing the dialog after moving it. | |
| - Leaving the dialog near its starting position. | |
| expected_interaction_path: | |
| - Open the Toast preview dialog. | |
| - Grab its title bar. | |
| - Move it into the stated left-center target band and release. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |
| - id: dialog_modal-mui-v2-T18 | |
| name: Toast preview dragged into left-center band | |
| canonical_type: dialog_modal | |
| implementation_source: mui | |
| implementation_variant: papercomponent_draggable_titlebar_left_center_band | |
| implementation_component: 'MUI: Dialog (PaperComponent=Draggable with title-bar handle)' | |
| task_template: drag_operation | |
| secondary_template: open_overlay | |
| browsergym_goal: Open the draggable "Toast preview" dialog and drag it by the title bar so its top-left corner ends within about 45 px of the left edge and within about 45 px of the vertical centerline band. Leave the dialog open. The task will finish automatically when done. | |
| ui_copy: Open the draggable "Toast preview" dialog and drag it by the title bar so its top-left corner ends within about 45 px of the left edge and within about 45 px of the vertical centerline band. Leave the dialog open. The task will finish automatically when done. | |
| setup_description: |- | |
| Layout uses inline_surface with compact spacing and medium clutter. An inline notifications card contains a trigger labeled "Open toast preview" that opens a draggable dialog titled "Toast preview". | |
| The dialog can be dragged only from its title bar. No save or close step is required; the task ends when the dialog is positioned in the requested left-center band and remains open. | |
| scene_context: | |
| theme: light | |
| spacing: compact | |
| layout: inline_surface | |
| placement: off_center | |
| scale: default | |
| instances: 1 | |
| guidance: text | |
| clutter: medium | |
| component_context: | |
| overlay_model: single_overlay | |
| internal_scroll_region: false | |
| confirmation_model: none | |
| precision_surface: continuous_2d | |
| secondary_supporting_primitive: none | |
| design_intent: | |
| active_factors: | |
| - precision_surface | |
| - layout | |
| - placement | |
| factor_rationale: Using a left-center target band instead of a corner prevents rote corner-drag behavior and forces the agent to verify both axes of the final position. | |
| difficulty: | |
| difficulty_bucket: hard | |
| tier: L3 | |
| axes_ratings: | |
| precision_requirement: 4 | |
| target_acquisition: 4 | |
| density_choice_interference: 1 | |
| depth_layering: 2 | |
| feedback_dynamics: 3 | |
| semantic_observability: 2 | |
| disambiguation_load: 2 | |
| justification: The interaction remains dialog-primary but requires precise continuous repositioning to a less stereotyped target region than a simple corner. | |
| success_trigger: | |
| human_readable: | |
| - The draggable dialog titled 'Toast preview' remains open. | |
| - Its top-left corner lands within ±45 px of the left-edge target and ±45 px of the vertical center band. | |
| - The recorded drag source is the title bar, not the body or footer. | |
| canonical_predicate: | |
| predicate_type: within_tolerance | |
| target_state: | |
| open: true | |
| position: | |
| reference_frame: viewport | |
| modal_point: top_left | |
| target_anchor: center_left | |
| last_drag_source: title_bar | |
| tolerance: | |
| x_px: 45 | |
| y_px: 45 | |
| require_confirm: false | |
| confirm_control: null | |
| require_correct_instance: true | |
| target_instance_label_or_id: Toast preview | |
| terminal_condition: task ends when predicate holds | |
| negative_cases: | |
| - Dragging from the dialog body instead of the title bar. | |
| - Dropping the dialog outside the stated left-center tolerance band. | |
| - Closing the dialog after moving it. | |
| - Leaving the dialog near its starting position. | |
| expected_interaction_path: | |
| - Open the Toast preview dialog. | |
| - Grab its title bar. | |
| - Move it into the stated left-center target band and release. | |
| notes: 'Instrumentation: expose the dialog bounding box in workspace coordinates and record `last_drag_source`. Only title-bar drags should count as clean success.' | |