Commit 02e4edf
Fix Greenhouse employment history and school combobox form filling
Employment history:
- Fill ALL work_history entries including [0], overwriting the pre-rendered
block that fill_form incorrectly populated with current_company
- Exclude inputs inside [role="combobox"] from label matching to prevent
react-select inner search inputs from being misidentified as year fields
- Re-evaluate year field indices after month dropdown interactions (DOM shifts
during open/close invalidated pre-computed indices)
- Add "Current role" checkbox support for entries with to="present"
- Extract _fill_one_entry and _check_current_role helpers to reduce duplication
School combobox:
- Add 0.4s wait before activeElement check so the dropdown has time to focus
its inner search input
- Preserve outer combobox aria-controls when inner input has none, preventing
unscoped option search that selected "0 - Not Applicable"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e396d05 commit 02e4edf
2 files changed
Lines changed: 329 additions & 197 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
1953 | | - | |
| 1953 | + | |
1954 | 1954 | | |
1955 | 1955 | | |
1956 | 1956 | | |
1957 | 1957 | | |
1958 | 1958 | | |
1959 | | - | |
1960 | | - | |
1961 | | - | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
1962 | 1964 | | |
1963 | 1965 | | |
1964 | 1966 | | |
1965 | | - | |
| 1967 | + | |
| 1968 | + | |
1966 | 1969 | | |
1967 | 1970 | | |
1968 | | - | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
1969 | 1975 | | |
1970 | 1976 | | |
1971 | | - | |
1972 | | - | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
1973 | 1981 | | |
1974 | 1982 | | |
1975 | 1983 | | |
| |||
2001 | 2009 | | |
2002 | 2010 | | |
2003 | 2011 | | |
2004 | | - | |
| 2012 | + | |
2005 | 2013 | | |
2006 | 2014 | | |
2007 | 2015 | | |
| |||
0 commit comments