State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:280228|TargetRelease:2.6v2|
Problem summary:
When a customer viewer is open it should receive events when the mouse enters or leaves the viewport, but doesn't because the EnterLeaveEventTranslator plug-in is shipped, but not initialized.
Steps to reproduce:
paths = ResourceFiles.GetSearchPaths("Tabs")paths += ResourceFiles.GetSearchPaths("UIPlugins")for plugin in Utils.Plugins.Load("EventTranslator", None, paths): print plugin.name Expected behaviour:
EnterLeaveEventTranslator should be in the outputted list and should be triggering events in the viewport.
Actual behaviour:
The output list only contains MouseWheelTranslator, MouseEventTranslator and KeyEventTranslator. No EnterLeaveEvents get passed to the viewport
Workaround:
No known workaround.
Reproduced versions/platforms:
Customer version/platform:
Not supplied.
We're sorry to hear that
Please tell us why