aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Clicking URL in edit box takes focus to bottom of box #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load Twitter gadget at http://madan.org/twittergdg/twitter.gg
2. log in
3. click on link in a tweet

What is the expected output? What do you see instead?

The edit box will scroll all the way to the bottom automatically. If you
scroll back up and click the link again, you will correctly be sent to the
web page.

What version of the product are you using? On what operating system?

Google Desktop 5.8.0809.23506-en-pb, XP

Please provide any additional information below.

Original issue reported on code.google.com by sanja...@gmail.com on 25 Feb 2009 at 6:24

GoogleCodeExporter commented 8 years ago
Actually, it scrolls to the bottom no matter where you click, even if it's not 
a URL.

Original comment by sanja...@gmail.com on 25 Feb 2009 at 6:26

GoogleCodeExporter commented 8 years ago
Calling .killfocus() seems to be a work-around.

Original comment by sanja...@gmail.com on 25 Feb 2009 at 6:41