hyunsupul / aesop-core

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

Clicking placeholder highlights it #161

Closed bearded-avenger closed 9 years ago

bearded-avenger commented 9 years ago

It seems that when you click the edit or delete, or anything in the placeholder div, it highlights all of the items. I tried user-select:none in a variety of areas but I think this is happening on the actual click even on the placeholder.

  1. click the pencil icon on a placeholder in admin
  2. click the close button the modal
  3. areas in teh placeholder are highlighted

Screenshot: image 2014-11-08 at 10 04 20 am

Screencast: (what's out of view is the modal being closed with the modal close X button) http://cl.ly/2m0L0Q362s0r

I think it's just now more pronounced now that the component UI has gone to light from dark.

michaelbeil commented 9 years ago

Can confirm this bug in our current dev branch.

http://beil.io/UAqo

bearded-avenger commented 9 years ago

@etcook actually patched this last night in the clone branch. it's now in dev branch.

michaelbeil commented 9 years ago

good deal.