hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
244 stars 56 forks source link

Placeholders show cursor #132

Open bearded-avenger opened 10 years ago

bearded-avenger commented 10 years ago

When you click a placeholder, it show's the cursor.

  1. Click a component
  2. See the cursor located inside the component placeholder

http://cl.ly/image/0X1V1A062W21 screen recording 2014-09-13 at 06 02 pm

bearded-avenger commented 10 years ago

convo per slack:

this works

nick to change highlight color in tinymce css

michaelbeil commented 10 years ago

Do we think this is still an issue?

Cursor will show up in component placeholder upon insertion. Sometimes cursor will show when placeholder is clicked.

screen capture on 2014-11-08 at 15-20-27

bearded-avenger commented 10 years ago

yep it's related to https://github.com/bearded-avenger/aesop-core/issues/161

bearded-avenger commented 10 years ago

WordPress core tinymce placeholders actually to the same thing with the cursor http://cl.ly/2T0R1p0A2F2J

bearded-avenger commented 9 years ago

This is one of the last lingering issues that's bugging me about the tinymce placeholders. We managed to solve the user select highlight bit, now if we could just get rid of this lingering cursor!

etcook commented 9 years ago

@bearded-avenger Collapsing the selection unfortunately doesn't provide consistent results. If the collapsed section was at the end of the content, TinyMCE seems to place the cursor in front of the object rather than behind. I'd venture to say there's a reason why the WP one behaves the same way.

bearded-avenger commented 9 years ago

alright, fair enough. removing the milestone and will leave open so we have a doc trail

michaelbeil commented 9 years ago

This seems to be fixed.