]
Juraj Húska commented on RF-13766:
----------------------------------
The issue is fixed only on feature branch: RF-12950.
This issue will be resolved once that branch is merged to master.
Move classes ElementIsFocused and FocusRetriever to build-resources
-------------------------------------------------------------------
Key: RF-13766
URL:
https://issues.jboss.org/browse/RF-13766
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: tests - functional
Affects Versions: 4.5.0.Alpha3
Reporter: Martin Tomasek
Assignee: Martin Tomasek
Fix For: 4.5.0.Beta1
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
Move classes ElementIsFocused and FocusRetriever from
components/rich/src/test/integration/org/richfaces/components/focus to
build/build-resources/src/main/java/org/richfaces/utils.focus package.
Several showcases tests use these class too. After perform
https://issues.jboss.org/browse/RF-12950 showcase tests will be in richfaces repo and they
will need use ElementIsFocused and FocusRetriever. Its good to have these two classes in
build-resources and not duplicate them.