Problem with SelectBox example...

Page 1 of 2 12 LastLast
  1. #1

    Problem with SelectBox example...

    Hi...

    In the example SelectBox (https://examples1.ext.net/#/Form/ComboBox/SelectBox/) when you select a item, then press 'F1'. The SelectBox will select the first record that starts with the letter 'P'.

    Any ideas?

    Thanks in advance,
  2. #2

    So...

    Well....

    No respose for this one?
  3. #3

    ...

    hum...

    Anyone have any idea on this?
  4. #4
    Ya, that is a strange problem. I was able to reproduce in Chrome, although I have no idea what's causing this.
    Geoffrey McGill
    Founder
  5. #5

    LOL

    hehehe...

    but... will you fix it?

    thanks in advance...
  6. #6
    Quote Originally Posted by Tanielian View Post
    hehehe...

    but... will you fix it?

    thanks in advance...
    I'm not sure.

    We need to determine if this is just something the browser is doing as default functionality. If that's the case, then there will be very little we can do.
    Geoffrey McGill
    Founder
  7. #7

    hum...

    Don't think its something that the browser is doing by default. I've tested in Chrome, FF, IE, Opera...

    Hope you can fix it...
  8. #8
    Just as info, I can also reproduce this one in IE8, but on IE 6 and FFox 3.0.1 it seems ok.

    It only happens when the control is selected, feels like perhaps something behind the scenes has translated the F1 keypress into something else, charset mismatch type thing perhaps?

    I'd be interested to see if the same thing happens if you change the array to put the Pennsylvania at a different index, does it go to the Pennsylvania entry again? or the entry which has taken its place in the array?

    Might identity whether it's something to with with the key mapping to something around 'p' or something to do with the key mapping to something around a particular index?
  9. #9
    Just read this:

    http://www.velocityreviews.com/forum...d-tab-key.html

    Is it possible that the control is written using F1 = 112 in ascii, which is wrong as 112 is actually a lowercase 'p'?
  10. #10
    Hi,

    Key code of F1 is 112
    http://www.cambiaresearch.com/c4/702...Key-Codes.aspx

    But String.fromCharCode returns 'p' for 112

    I added code to ignore functional keys (F1-F12)
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Problem with selectbox under IE
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 30, 2011, 10:06 AM
  2. [CLOSED] SelectBox: Problem with characters "<" and ">"
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 03, 2011, 6:43 AM
  3. Replies: 4
    Last Post: Oct 24, 2011, 3:34 AM
  4. Replies: 4
    Last Post: May 31, 2011, 3:53 PM
  5. SelectBox DataBind problem
    By vooka in forum 1.x Help
    Replies: 2
    Last Post: Jul 11, 2010, 4:36 AM

Tags for this Thread

Posting Permissions