> This PR fixes an issue with the way `focusWithin` bits are adjusted in the 
> scene graph. Previously, the `focusWithin` counts of all parents of a removed 
> node would be decreased if the removed node has a non-zero `focusWithin` 
> count. This PR adds logic for the opposite scenario: the `focusWithin` count 
> is increased on all parents of a newly-added node that is already focused (or 
> contains other focused nodes).

Michael Strauß has updated the pull request incrementally with one additional 
commit since the last revision:

  Changes per review

-------------

Changes:
  - all: https://git.openjdk.org/jfx/pull/1210/files
  - new: https://git.openjdk.org/jfx/pull/1210/files/a0d230e7..533f0901

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1210&range=03
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1210&range=02-03

  Stats: 12 lines in 2 files changed: 3 ins; 5 del; 4 mod
  Patch: https://git.openjdk.org/jfx/pull/1210.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1210/head:pull/1210

PR: https://git.openjdk.org/jfx/pull/1210

Reply via email to