<div dir="ltr">Hello everyone,<div><br></div><div>I am trying to solve <a href="http://sourceforge.net/p/phpmyadmin/bugs/4279/" target="_blank">Bug#4279</a> with <a href="https://github.com/phpmyadmin/phpmyadmin/pull/923" target="_blank">Pull#923</a>.</div>

<div><br></div><div>I've successfully solved first part of the bug report. But in the second part I am stuck a little. So I want suggestions from developer community.</div><div><br></div><div><br></div><div>Here's the scenario, as per my understanding. </div>
<div><ol><li>For select-box, on UP/DOWN arrow key events, values change as per its default behavior. </li>
<li>A function named <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;background-color:rgb(238,238,238)">onKeyDownArrowsHandler()</span> is called whenever CTRL + UP or DOWN is pressed. </li>
</ol><div>Now on pressing CTRL + UP/DOWN, both of the above events are fired. <br></div></div><div><br></div><div>What I want to do is to differentiate between <i><u>CTRL + UP/DOWN</u></i> and <i><u>only UP/DOWN</u></i> in  <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;background-color:rgb(238,238,238)">onKeyDownArrowsHandler()</span> function. Or in other way I want to suppress default behavior of select-box if it's pressed in combination with CTRL key.<br>
</div>
<div><br></div><div>I tried printing keyCode in log, but it only shows keyCode of either CTRL or UP/DOWN depending on whichever is pressed first.</div><div><br></div><div>I also tried <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;background-color:rgb(238,238,238)">e.preventDefault()</span> , but that does not work with select-box either. After a little searching around on internet, I came across some bug reports of Mozilla. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=392863">MozillaBug#392863</a> and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=291082">MozillaBug#291082</a>.</div>
<div><br></div><div>Is there any other way of achieving the same..??</div><div><br></div><div>Please give your valuable suggestions. </div><div>Cheers....<img src="cid:gtalk.328@goomoji.gmail" goomoji="gtalk.328" style="margin: 0px 0.2ex; vertical-align: middle;"></div>
<div><br></div><div><br></div><div><br></div><div>-- <br><div dir="ltr"><span style="font-family:georgia,serif">Dhananjay R. Nakrani,</span><br style="font-family:georgia,serif"><span style="font-family:georgia,serif">Undergraduate Student,</span><br style="font-family:georgia,serif">
<span style="font-family:georgia,serif">CSE Department,</span><div style="font-family:georgia,serif">Institute Of Technology,<div>Nirma University,</div><div>Ahmedabad, India.</div></div></div></div></div>