Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces Revision 17572 from https://anonsvn.icefaces.org/repo/icefaces/trunk/icefaces
Firefox 3.0.1, Internet Explorer 6 & 7, Opera 9.52, Safari 3.1.2
-
ICEsoft Forum Reference:
Description
Component Showcase can be used to reproduce the error.
There is a JavaScript error as soon as I type a character in the input text.
Error is "form is not defined". I got this error message from Firebug. Firebug says that error comes from "onkeypress(keypress charCode=97, keyCode=0), iceSubmit(form, this, event);"
But the autocomplete list comes for the typed character.
In Firefox, the focus is lost when I type another character.
In Internet Explorer, the focus goes to the beginning of the text.
In Safari, the focus goes to input text and the text is selected. After that the list disappears.
There is a JavaScript error as soon as I type a character in the input text.
Error is "form is not defined". I got this error message from Firebug. Firebug says that error comes from "onkeypress(keypress charCode=97, keyCode=0), iceSubmit(form, this, event);"
But the autocomplete list comes for the typed character.
In Firefox, the focus is lost when I type another character.
In Internet Explorer, the focus goes to the beginning of the text.
In Safari, the focus goes to input text and the text is selected. After that the list disappears.
Issue Links
- depends on
-
ICE-3321 Create a outputText and inputText component that uses ResponseWriter instead of DOMContext
- Closed
Activity
Isuru Perera
created issue -
Isuru Perera
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 11246 ] |
Mark Collette
made changes -
Mark Collette
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Ken Fyten
made changes -
Assignee Priority | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17607 | Wed Sep 17 22:47:02 MDT 2008 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputText.java
MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
Firefox 3.0.1 with Firebug showing the JavaScript error