Results 174 comments of Ben Dwyer

Since we have the fallback state now, I don't think this issue is relevant anymore.

I pushed a change that removes the `selectedTab` prop from the dependencies for each of the tabs, as I think this will make the memos more efficient.

We also discovered that the media and patterns tab were both being re-memoised because `showMediaPanel` and `showPatternPanel` are being set to null. By casting `selectedPatternCategory` and `selectedMediaCategory` to booleans we...

This branch: ``` ┌────────────────┬────────────┐ │ (index) │ value │ ├────────────────┼────────────┤ │ inserterOpen │ '15.59 ms' │ │ inserterSearch │ '5.23 ms' │ │ inserterHover │ '1.9 ms' │ └────────────────┴────────────┘ ```...

I'm curious if this is still the case. I have no way to test.

I was having this issue. For some reason in IE9 line 103 (text = input.attr('placeholder')) doesn't work with elements that are dynamically injected into the page, so I replaced it...

Thanks, but when I update to this it breaks in IE9 for me. I haven't got time to look into why at the moment, but if I do, I'll let...

There is another bug here. When you create the placeholders after the fields are injected, the form fields don't focus when the placeholders are clicked on. The problem is line...

haha, that one almost caught me out too!

@emg Any thoughts on this...