A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Selection.setFocus issue

  1. #1

    Selection.setFocus issue

    I have a mail form with drop downs - Located in the "QUOTE" section. The form is set up to allow tab indexing from one text filed to the next. In each drop down, I have placed on each selection the following:
    Code:
    on(release){
    Selection.setFocus("_level0.ContainerMC3.Form.ProjectScope");
    // Set tab at ProjectScope text field, and so on//
    }
    This is to reset the Tab back to the text field the user has just made his/her selection in. and to allow the indexing function to continue working after a selection has been made.

    OK, that’s the back ground for this problem...hope it makes sense.

    What's occurring is that on(release), when the Selection.setFocus is performed on any multi word selection the text field highlight (that is then placed in the corresponding text field) does not encompass the entire selection.

    This is an esthetic issue. The indexing does continue to function. Wondering if anybody might have an idea have to rectify?

    Thanks

  2. #2
    Just noticed: if the user selects the same multi-word option from one of the drop downs two times (consecutively) - the first time the option is only partially highlighted. The second time, it gets completely highlighted.

    I'm a little confused???

  3. #3
    Anybody?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center