# UIComponent Messes Up Component Tabbing

**URL:** https://forum.kirupa.com/t/uicomponent-messes-up-component-tabbing/198120
**Category:** flash
**Created:** [August 22, 2006, 4:36pm UTC](https://forum.kirupa.com/t/uicomponent-messes-up-component-tabbing/198120 "2006-08-22T16:36:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![suicidePills](https://avatars.discourse-cdn.com/v4/letter/s/e5b9ba/32.png) [@suicidePills](https://forum.kirupa.com/u/suicidePills)
#### Post date: [August 22, 2006, 4:36pm UTC](https://forum.kirupa.com/t/uicomponent-messes-up-component-tabbing/198120/1 "2006-08-22T16:36:59Z")

</div>

I’ve built two components:

[LIST]  
[_]Text Input Box  
[_]List Box[/LIST]Both component classes extend the UIComponent class. When I have just Text Input Boxes in the library, I can ‘tab’ between them with no problem.

However, as soon as I put the List Box into the same library (Notice that I said library, not stage), I can’t tab between Text Input Boxes at all.

If I go into the List Box’s uncompiled MovieClip and delete the UIComponent instance from the second frame, I can magically tab between Text Input Boxes again…

Any ideas as to what might be causing this?

Thank you very much in advance…
