Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Abhishek on Jul 07, 2008 02:57
open dhtmlx forum
cursor problem in FF when we used Tabbar

I am unable to see the cursor in textfield after navigating in to other pages by clicking on tab.

I followed the instructions which mentioned below.

<div style="overflow:auto; width:100px; height:50px; margin-bottom:-50px"></div>
<div style="overflow:auto">
<input type="text"/>
</div>


Eventhough i am unable to fix that issue. Please let me help in this issue as soon as possible.

Answer posted by Support on Jul 07, 2008 05:21
Please try to add next command to tabbar initialization
    tabbar.enableForceHiding(true)
in case of init from HTML , the enableForceHiding="true" attribute will work the same

This command must switch tabbar to different show|hide mode, in which problem with cursor must not appear