[ 1 post ]

RobinShe

  • Username: robinshe
  • Joined: Sun Aug 23, 2009 10:51 pm
  • Posts: 23
  • Twitter: shewei
  • GitHub: RobinShe
  • Gists: RobinShe
  • IRC: scala
  • Offline
  • Profile

Editor:Color select bug while turn on the "insert" config

Post Posted: Wed Aug 26, 2009 12:04 am
+0-
Hi Dav,

the example you had given here:http://gist.github.com/169992

I turn on the "insert" config by set insert = true in the editor config, just add the line to the example you'd given:

Code:
var myConfig = {
            height: '150px',
            width: '600px',
            animate: true,
            dompath: true,
            filterWord: true,
            focusAtStart: true,
            insert:true       // add this line
  };


and then:

when I select some text in the editor and want to change the color of the selected text,but after I select the color in the color select menu. the color doesn't change but delete the text which I select. this happen in IE 7,Chrome 2 . everything is fine in Firefox 3.0.

the bug only appear in " one editor multiple edit areas" like the example you'd given before: http://gist.github.com/169992
  [ 1 post ]
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