Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 3.x
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add a new ice core:focusManager component that would provide the following automatic focus setting features when it is included inside a form component:
- The first visible (enabled) input element in the form has focus set on it initially.
- Alternatively, if there is an invalid component in the form (failed validation), the first visible (enabled) invalid component will receive focus instead.
- The application also specify a component to have focus set on it via the "for" attribute.
- The first visible (enabled) input element in the form has focus set on it initially.
- Alternatively, if there is an invalid component in the form (failed validation), the first visible (enabled) invalid component will receive focus instead.
- The application also specify a component to have focus set on it via the "for" attribute.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38663 | Wed Oct 23 16:41:55 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/FocusManager.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38055 | Tue Sep 17 09:08:48 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntry.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/sliderentry/slider.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37415 | Wed Aug 14 15:38:09 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/component/Focusable.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37391 | Tue Aug 13 16:27:34 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/FocusManager.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37390 | Tue Aug 13 15:30:55 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/FocusManager.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37389 | Tue Aug 13 15:06:35 MDT 2013 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/resources/META-INF/faces-config.xml
MODIFY /icefaces3/trunk/icefaces/core/src/main/resources/META-INF/core.taglib.xml ADD /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/component ADD /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/component/Focusable.java ADD /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/FocusManager.java |