I hope you all know about Google Suggest. It as a search interface of GOOGLE, where possible keywords are suggested to you as you keep entering your keyword. Cool feature, right? Google does it by the help of Ajax. It helps the user to narrow down his/her search item based on the suggestions.
Today I was using it, when I noticed this 'BUG'.
Steps to Reproduce the Bug: 2. Enter any keyword 3. At any stage enter 'back-slash' (\) in the keyword field. 4. You will get a script error. (Look at the bottom left corner of your browser, i.e. left corner of your status bar. You will notice 'Error on page'. Double click it.).
The details of the script error are as follows:
Line: 52 Char: 212 Error: Unterminated string constant Code: 0 I have tested it for all other Special characters. But the script error occurs only for the 'back-slash' character.
Check it yourself and get back with your comments. |
greart job,,,