nav (tab) bar problem in jqm

nav (tab) bar problem in jqm

did anybody notice this ? my tab bar in the down comes to middle of screen if keyboard appears for a textbox or the drop down appears to select a item in the list . is this a known bug ? how to get around this ? pls see the screen shot

        <div data-role=page id=mypage>

            <form>

            <div data-role=header style="text-transform: none;">

                <a href="#loginpage" data-role="button" data-icon="arrow-l">Logout</a>

                <h1>Ask</h1>

            </div>

            <div data-role=content id=mypagecontent>

                

               

                <fieldset>

                    <label style="text-transform: none;">Section :</label><select name='section'>

                        <option value='83'>Uncategorized</option><option value='78'>cat1</option><option value='79'>cat2</option><option value='80'>cat3</option><option value='81'>cat4</option><option value='82'>cat5</option><option value='84'>cat6</option>

                    </select>

                </fieldset>

            </form>

                    </fieldset>

            </div>

            

            <div data-role='footer' data-id="rsfooter" data-position='fixed' style="text-transform: none;">

                <div data-role='navbar' data-iconpos="top" style="white-space: normal;">

                    <ul>

                        <li>

                            <a href=#mypage data-icon="grid" class="ui-btn-active ui-state-persist" >New  Question</a>

                        </li>

                        <li>

                            <a href=#mypage1 data-icon="gear">My Questions</a>

                        </li>

                        <li>

                            <a href=#mypage2 data-icon="gear">Latest Questions</a>

                        </li>

                        <li>

                            <a href=#mypage3 data-icon="gear">Latest Answers</a>

                        </li>

                    </ul>

                </div>

            </div>

        </div>