Created attachment 157150 [details] problem illustration 1). Ctrl+f to open a search panel. 2). Type any value to be searched. 3). Observe the match count on right side of input ex. {2 of 121} This match count view is getting blocked. I have attached a screenshot for illustration. Will upload a patch.
Created attachment 157641 [details] Patch
Comment on attachment 157641 [details] Patch Clearing r+, cq+. I am not sure what is happening in this change.
Comment on attachment 157641 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157641&action=review The right fix is to change .search-results-matches to have { min-width: 50px; margin-right: 36px; } > Source/WebCore/inspector/front-end/inspector.css:289 > + float: left; you should not do float: left for two components belonging to the same container.
Created attachment 157646 [details] Patch
Comment on attachment 157646 [details] Patch Clearing flags on attachment: 157646 Committed r125255: <http://trac.webkit.org/changeset/125255>
All reviewed patches have been landed. Closing bug.