jQuery UI Widgets › Forums › General Discussions › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › Textarea and Scrollbar
Tagged: Angular textarea, css, jQuery textarea, jqxTextArea, scrollbar, Textarea
This topic contains 6 replies, has 2 voices, and was last updated by gruppenhaus 9 years, 2 months ago.
-
AuthorTextarea and Scrollbar Posts
-
Hi there,
I always have a scrollbar in the textarea.
How to remove it? In the demos its only visible when there is more text than visible…
…
<textarea id=”kom_body” </textarea>
….$(“#kom_body”).jqxTextArea({
placeHolder: “Inhalt”,
height: 500,
width: 495,
});Something must be wrong with some CSS?
Regards
ChrisHi Chris,
The code you have provided is correct (with the exception of the unclosed opening textarea tag). Have you applied any custom CSS to your textarea or any other jQWidgets component? Please share more information so that we may be able to assist you.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi Dimitar,
thanks. Here is an example: http://dev.gruppenhaus-manager.de/test_textarea.php
I’m not sure but it must have something to do with the CSS but I really can’t find the anchor for it.
Regards
ChrisAfter a research I found the problem. Your intention was correct: the was a custom CSS for textarea. With padding 5px. the the scrollbar appear … Thanks for the idea!
correction: In firefox it works. In Chrome it’s still a problem …
Here is a screenshot with chrome: http://dev.gruppenhaus-manager.de/test_textarea.png
Hi Chris,
We opened your example in Chrome (Version 54.0.2840.87 m (64-bit)), Firefox and Edge, but it does not look like the image you referenced (there is no visible scrollbar in the textarea).
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Ok. It was a cache problem in Chrome. Thanks
-
AuthorPosts
You must be logged in to reply to this topic.