This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 902549e
[[ Bug 21484 ]] Allow scroll wheel to work in PI text fields (#2050)
* [[ Bug 21484 ]] Allow scroll wheel to work in PI text fields
Include a `rawKeyDown` handler in the `revinspectoreditorbehavior` to
intercept pgup/pgdn/scroll wheel messages when inside a text field. If
the field is not at either limit, then the messages will scroll the text
field. If at a limit, then the messages will bubble up to the parent card.
Add `openField` handler to select the text of fields. For the custom
properties behavior, when a key is selected in the tree view widget, then
the corresponding key text will also be selected.
(cherry picked from commit ab86207)
* [[ Bug 21484 ]] Allow scroll wheel to work in PI text fields
Remove automatic select changes to split to another PR.
(cherry picked from commit 06d04ed)1 parent 8b85897 commit 902549e
File tree
2 files changed
+39
-1
lines changed- Toolset/palettes/inspector/behaviors
- notes
2 files changed
+39
-1
lines changedLines changed: 38 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments