| Page 1 of 1 | [ 4 posts ] |
|
Loading the RTE code editor example from: http://developer.yahoo.com/yui/examples/editor/code_editor.html in Safari 4.0.3 and Chrome 4.1.249, I see that after switching to code view, the textarea in which the html code is displayed can be resized and enlarged outside the area it should remain confined to (see lower right corner of textarea).
Is there a way to disable this resizing? This behavior is not replicable in any other browser that I've tried (IE8, FF3.6.3, O10.10) |
|
That is a "feature" of Safari and Chrome (Actually webkit), You can however target it with some special css to stop it from resizing:
Code: #foo { resize: none; } That "should" stop it from allowing the resize. |
|
Thank you! That did the trick for both browsers
Your editor is awesome by the way!.. |
|
Good to know, i will add that to the examples next time to make sure it works.
|
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group