Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
I have added Appear/Fade effects to the login popup for icefaces.org (See bug
#1084 for details). The following method is used to open the login popup and
request focus on the first inputText component.
public void openLogin(ActionEvent ae) {
openLogin("ui");
HtmlInputText toFocus = findUserNameField(ae.getComponent().getParent
());
if (toFocus != null) {
toFocus.requestFocus();
}
}
I have checked to make sure this method is getting the appropriate inputText
component and calling requestFocus() on the component - it is. The initial
firing of the effect appears to be blocking the focus being set on the
component. If you hit the login link a second time, the component will gain
focus.
#1084 for details). The following method is used to open the login popup and
request focus on the first inputText component.
public void openLogin(ActionEvent ae) {
openLogin("ui");
HtmlInputText toFocus = findUserNameField(ae.getComponent().getParent
());
if (toFocus != null) {
toFocus.requestFocus();
}
}
I have checked to make sure this method is getting the appropriate inputText
component and calling requestFocus() on the component - it is. The initial
firing of the effect appears to be blocking the focus being set on the
component. If you hit the login link a second time, the component will gain
focus.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1167 | 12392 |
Assignee | Rob Mayhew [ rob.mayhew ] |
Fix Version/s | 1.6 [ 10031 ] |
Assignee Priority | P2 | |
Assignee | Rob Mayhew [ rob.mayhew ] |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Fix Version/s | 1.6DR#1 [ 10035 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.6 [ 10031 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Rob Mayhew [ rob.mayhew ] |