Commit 91e9bf2
committed
fix(results): stop a hidden tab's grid from answering copy and select-all
The grid listens on document for copy and select-all, and answers for a
selection whose endpoints are inside its own container — bypassing the
active-pane check on purpose (#330). A kept-alive tab stays mounted with
its selection intact, so Ctrl+C in the tab the user switched to could
copy rows from the tab they left, unseen.
Both listeners are installed only while the tab is on screen.1 parent 6b09d8e commit 91e9bf2
2 files changed
Lines changed: 56 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
1160 | 1161 | | |
1161 | 1162 | | |
1162 | 1163 | | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
1163 | 1171 | | |
1164 | 1172 | | |
1165 | 1173 | | |
| |||
1404 | 1412 | | |
1405 | 1413 | | |
1406 | 1414 | | |
1407 | | - | |
| 1415 | + | |
1408 | 1416 | | |
1409 | 1417 | | |
1410 | 1418 | | |
| |||
1432 | 1440 | | |
1433 | 1441 | | |
1434 | 1442 | | |
1435 | | - | |
| 1443 | + | |
1436 | 1444 | | |
1437 | 1445 | | |
1438 | 1446 | | |
1439 | 1447 | | |
1440 | 1448 | | |
1441 | 1449 | | |
1442 | | - | |
| 1450 | + | |
1443 | 1451 | | |
1444 | 1452 | | |
1445 | 1453 | | |
1446 | 1454 | | |
1447 | 1455 | | |
1448 | | - | |
| 1456 | + | |
1449 | 1457 | | |
1450 | 1458 | | |
1451 | 1459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
2186 | 2187 | | |
2187 | 2188 | | |
2188 | 2189 | | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
0 commit comments