Andrea Fercia

Results 255 comments of Andrea Fercia

There's now also the Cornerstone checkbox, its label has a link with `target="_blank"`. See #439 and https://github.com/Yoast/wordpress-seo/issues/7288

Inspired by this comment found by @IreneStr https://github.com/facebook/draft-js/issues/657#issuecomment-335770848 Seems any CSS property that triggers `hasLayout` in IE 11 in combination with `contenteditable` triggers the `resize handles`. Removing any CSS that...

Worth noting not only the replaced words get a "resize handle" but also the title field itself: ![screenshot 24](https://user-images.githubusercontent.com/1682452/41150429-45f9cf74-6b0e-11e8-9383-c7a0aef2aa2d.png)

It was decided to handle this in #584 as part of the fixes for the title field.

#584 addresses only the resize-handle on the title-field. Still to do in this issue: gif the resize-handles on the highlighted replaced variables and the left/right arrow keys behavior. To fix...

Re-tested: as far as I see, `color` is gone and `width` is still there.

Hm right. I see the standalone example uses a different callback for `onChange`: `this.onChangedData = debounce( this.onChangedData.bind( this ), 150 );` which is completely different from the actual one used...

Just noticed with Safari the slow response is noticeable also in the wordpress-seo context, not so slow as in the standalone version, but still noticeable.

Same for the `LinkButton`, which is an `a` element styled like a button:

I have a quick PR ready for this but maybe we should discuss a bit what's really needed here. /Cc @IreneStr Currently, the buttons always inherit the font-size from the...