Last modified: 2012-04-19 21:42:59 UTC
Reporting against the build hosted on Staging environment. (http://prototype.wikimedia.org) Steps to reproduce : 1)Start editing a page 2)Click on 'Search and replace' icon and replace few words <<Confirmation dialog is displayed with a Warning icon>> Expected Outcome: It would be better if 'Information' icon is displayed in Dialog. Client Environment details :: Browser (User-Agent): Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Javascript: Enabled Cookies Enabled: Enabled Java Enabled: Enabled CPU class/type: OS/CPU Windows NT 6.0 Screen Width x Height: 1280 x 800 Screen Color Depth: 32 Window Width: 591 (46.2% of 1280) Window Height: 353 (44.1% of 800)
You mean the 'Your search did not match anything.' alert?
Created attachment 6590 [details] Alter for no replacement The icon appears is for Warning.
Created attachment 6591 [details] Alert message after replacement
Although I agree with this wish, it can't be done in Javascript. All you can do is: * alert dialogs (with the red X icon and an OK button) * confirmation dialogs (with a ? icon and OK/Cancel buttons) * prompt dialogs (with a ? icon, a textbox and OK/Cancel buttons)
Agree with the comment and closing.
It could be made as a label on the replace window.
Reopening the bug considering Comment#6
(In reply to comment #6) > It could be made as a label on the replace window. > Done in r57015. The in-dialog message doesn't look very nice just yet; I'll ask Trevor to give it some love later today.
Added keyword babaco to the bug
Verified and Passed.