[ 4 posts ]

Full Name

  • Username: Uniden
  • Joined: Tue Feb 02, 2010 1:23 pm
  • Posts: 6
  • Offline
  • Profile

RTE - Code editor behavior in Safari & Chrome

Post Posted: Fri May 07, 2010 3:08 pm
+0-
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)

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile

Re: RTE - Code editor behavior in Safari & Chrome

Post Posted: Fri May 07, 2010 3:11 pm
+0-
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.

Full Name

  • Username: Uniden
  • Joined: Tue Feb 02, 2010 1:23 pm
  • Posts: 6
  • Offline
  • Profile

Re: RTE - Code editor behavior in Safari & Chrome

Post Posted: Fri May 07, 2010 3:34 pm
+0-
Thank you! That did the trick for both browsers :)

Your editor is awesome by the way!..

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile

Re: RTE - Code editor behavior in Safari & Chrome

Post Posted: Fri May 07, 2010 3:47 pm
+0-
Good to know, i will add that to the examples next time to make sure it works.
  [ 4 posts ]
Display posts from previous:  Sort by  
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