jQWidgets Forums
jQuery UI Widgets › Forums › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › jqxTextArea scrollbars not showing when on multiple tabs
This topic contains 5 replies, has 2 voices, and was last updated by ajcs 3 years, 4 months ago.
-
Author
-
If I have a tab control with multiple tabs, each tab with a jqxTextArea on it. All of the jqxTextArea controls already have plenty of text on them put in by the program so they need scroll bars to show.
The first jqxTextArea control on the first tab does show the scroll bar but when you select other tabs the scroll bars on those jqxTextArea controls do not show up so the user does not know that there is more text below to see.
To make the scroll bars show after selecting another tab, you have to put the cursor in the jqxTextArea control and move the text cursor and then it appears.
Hello ajcs,
Unfortunately, I am not able to reproduce this issue.
In the demo here, you can see that the scrollbar appears in all 3 jqxTextAreas.If the issue continues, please share part of the code, so that we find the cause of the problem.
If you have any other questions, please do not hesitate to contact us again.
Best regards,
Ivan Peevski
jQWidgets Team
https://www.jqwidgets.comI have reproduced this here
All tabs have a notes box with 10 lines but only the first two tabs show scrollbars.
On the remaining tabs you have to put the text cursor into the notes and move it for the scroll bar to appear.
Hello ajcs,
When using other widgets inside jqxTabs, you should initialize them inside the
initTabContent
property. It represents a function that is called only when a tab is opened for the first time.I have edited your fiddle here: https://jsfiddle.net/nzo0twxf/1/
If you have any other questions, please do not hesitate to contact us again.
Best regards,
Ivan Peevski
jQWidgets Team
https://www.jqwidgets.comBut your new version in the fiddle is not working. I just see the bullet points for the tabs.
-
AuthorPosts
You must be logged in to reply to this topic.