[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread count negative (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994492#comment-12994492
 ] 

count negative commented on WICKET-3444:


Yes I mean the Home Key. On a German Keyboard it's the POS1 key.

Thanks!


> ChangeHandler fires in IE on POS1 and END
> -
>
> Key: WICKET-3444
> URL: https://issues.apache.org/jira/browse/WICKET-3444
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.4.15
> Environment: IE 8
>Reporter: count negative
>Assignee: Martin Grigorov
>Priority: Minor
>  Labels: ajax
> Fix For: 1.4.16, 1.5-RC2
>
>
> In wicket-ajax.js the Wicket.ChangeHandler fires in IE an event on Textfields 
> even if the KEY_POS1 and the KEY_END is pressed.
> Please add 
> obj.onkeyup = function(event) {   
>   switch (wicketKeyCode(Wicket.fixEvent(event))) {
>   case KEY_ENTER:
>   case KEY_UP:
>   case KEY_DOWN:
>   case KEY_ESC:
>   case KEY_TAB:
>   case KEY_RIGHT:
>   case KEY_LEFT:
>   case KEY_SHIFT:
>   case KEY_ALT:
>   case KEY_CTRL:
>   return Wicket.stopEvent(event);
>   break;
>   default:
>   if (typeof objonchange == 
> "function")objonchange();
>   }
>   return null;
>   }
> case KEY_POS1 and KEY_END to the first case so that these two keys don't fall 
> in the default case.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994468#comment-12994468
 ] 

Hudson commented on WICKET-3444:


Integrated in Apache Wicket 1.4.x #439 (See 
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/439/])
WICKET-3444 ChangeHandler fires in IE on POS1 and END

Do not fire event when HOME/END keys are pressed.


> ChangeHandler fires in IE on POS1 and END
> -
>
> Key: WICKET-3444
> URL: https://issues.apache.org/jira/browse/WICKET-3444
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.4.15
> Environment: IE 8
>Reporter: count negative
>Assignee: Martin Grigorov
>Priority: Minor
>  Labels: ajax
> Fix For: 1.4.16, 1.5-RC2
>
>
> In wicket-ajax.js the Wicket.ChangeHandler fires in IE an event on Textfields 
> even if the KEY_POS1 and the KEY_END is pressed.
> Please add 
> obj.onkeyup = function(event) {   
>   switch (wicketKeyCode(Wicket.fixEvent(event))) {
>   case KEY_ENTER:
>   case KEY_UP:
>   case KEY_DOWN:
>   case KEY_ESC:
>   case KEY_TAB:
>   case KEY_RIGHT:
>   case KEY_LEFT:
>   case KEY_SHIFT:
>   case KEY_ALT:
>   case KEY_CTRL:
>   return Wicket.stopEvent(event);
>   break;
>   default:
>   if (typeof objonchange == 
> "function")objonchange();
>   }
>   return null;
>   }
> case KEY_POS1 and KEY_END to the first case so that these two keys don't fall 
> in the default case.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994421#comment-12994421
 ] 

Martin Grigorov commented on WICKET-3444:
-

What is POS1 ?

> ChangeHandler fires in IE on POS1 and END
> -
>
> Key: WICKET-3444
> URL: https://issues.apache.org/jira/browse/WICKET-3444
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.4.15
> Environment: IE 8
>Reporter: count negative
>Priority: Critical
>  Labels: ajax
>
> In wicket-ajax.js the Wicket.ChangeHandler fires in IE an event on Textfields 
> even if the KEY_POS1 and the KEY_END is pressed.
> Please add 
> obj.onkeyup = function(event) {   
>   switch (wicketKeyCode(Wicket.fixEvent(event))) {
>   case KEY_ENTER:
>   case KEY_UP:
>   case KEY_DOWN:
>   case KEY_ESC:
>   case KEY_TAB:
>   case KEY_RIGHT:
>   case KEY_LEFT:
>   case KEY_SHIFT:
>   case KEY_ALT:
>   case KEY_CTRL:
>   return Wicket.stopEvent(event);
>   break;
>   default:
>   if (typeof objonchange == 
> "function")objonchange();
>   }
>   return null;
>   }
> case KEY_POS1 and KEY_END to the first case so that these two keys don't fall 
> in the default case.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira