=== modified file 'rules/annotations/frame_scoping.rules'
--- old/rules/annotations/frame_scoping.rules	2025-03-25 11:48:45 +0000
+++ new/rules/annotations/frame_scoping.rules	2025-09-22 12:28:04 +0000
@@ -482,6 +482,7 @@
 ** 207 TJD 20230328          Do not backreference default frame for CLEAR.
 ** 208 LS  20250108          Added support for empty DISPLAY.
 ** 209 SP  20250127          Removed support for custom denormalized extents.
+** 210 SP  20250922          Fixed search_widget_in_outer_scopes for EXTENT field items.
 */
 -->
 
@@ -4591,6 +4592,12 @@
                                  txt1.equals(txt2)
                               <action>res = frame</action>
                            </rule>
+
+                           <!-- check item of EXTENT field -->
+                           <rule>node.getNumImmediateChildren() == 1 and
+                                 txt1.equals(txt2)
+                              <action>res = frame</action>
+                           </rule>
                         </rule>
                         
                         <rule>is_w and nm.equals(ref.text.toLowerCase())

