Skuzzzy / rikaikun

Automatically exported from code.google.com/p/rikaikun
0 stars 0 forks source link

Not working in drop down menus #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to any site that has drop down menus.
2. Mouse over the drop down menu options (nothing shows up).

What is the expected output? What do you see instead?
For firefox it will show the output for content in drop down menus. Rikaikun on 
the other hand will not.

What version of the product are you using? On what operating system?
latest version, windows 7

Please provide any additional information below.

Original issue reported on code.google.com by ywatanab...@gmail.com on 2 Aug 2010 at 5:54

GoogleCodeExporter commented 9 years ago
Yeah, web kit definitely hates form controls, something like this is hard.

I know sometimes I can get the currently selected item to be translated but 
even that's not consistent.

Original comment by melin...@gmail.com on 27 Aug 2010 at 2:47

GoogleCodeExporter commented 9 years ago
So, after more investigation webkit doesn't interact with the <option> elements 
of drop downs at all.  This is frustrating and I'm not sure about any 
reasonable fixes.

The best I can do is show a translation for the currently selected option, 
which is not as good since some sites perform actions as soon as an option is 
selected.

Original comment by melin...@gmail.com on 18 Jan 2012 at 12:01