We want to unify all these messages.
Created attachment 215196 [details] Fix
Comment on attachment 215196 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=215196&action=review > Source/WebKit2/UIProcess/WebPageProxy.cpp:1032 > +#if ENABLE(INPUT_TYPE_COLOR_POPOVER) > + else { > + // When leaving the current page, close the popover color well. > + if (m_colorPicker) > + endColorPicker(); > + } > +#endif oO
Fixed in r158034