checking CanTab when selecting the next tab target. based on patch by David Jenkins. bug #21752

git-svn-id: branches/macosfullkeyboardaccess@62722 -
This commit is contained in:
dmitry 2020-03-08 22:52:37 +00:00
parent 0b13418dc4
commit d6c4266a3d

View File

@ -4601,7 +4601,7 @@ begin
+' TestEnVi='+dbgs(Next.Enabled and Next.IsVisible)]);}
if (((not CheckTabStop) or Next.TabStop)
and ((not CheckParent) or (Next.Parent = Self)))
and (Next.Enabled and Next.IsVisible) then
and (Next.CanTab and Next.IsVisible) then
Result := Next;
// if we reached the start then exit because we traversed the loop and