PR# 4250 focus_in_actions not called when switching between tabs on an EV_NOTEBOOK

Problem Report Summary
Submitter: nick.allen
Category: EiffelVision
Priority: Medium
Date: 2005/02/01
Class: Bug
Severity: Serious
Number: 4250
Release: 5.5
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0
Synopsis: focus_in_actions not called when switching between tabs on an EV_NOTEBOOK

Description
When switching tabs on a notebook the focus_in_actions are not called for the widget on the current tab even if it gets focus. I currently have two EV_DRAWING_AREAs added to an EV_NOTEBOOK and when changing between them using the tabs at the top the drawing area in the selected tab gets focus (it receives keyboard and mouse events) but its focus_in_actions are not notified.
To Reproduce
Add 2 EV_DRAWING_AREAs to an EV_NOTEBOOK. extend both focus_in_actions on the drawing areas with an agent to print a message. Switch between the tabs and observe output.
Problem Report Interactions
From:nick.allen    Date:2005/11/11    Download