Skuzzzy / rikaikun

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

The "enabled message box" display is erratic #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://is.gd/5WDQW (Usenet article on Google Groups)
2. Click on the RikaiKun icon to activate it
3. See multiple activation boxes

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

Expecting:
- The activation message should always show and only in one place.

Instead:
- In some pages (some times ?), the display box will not appear at all.
- In some pages it will display in multiple locations (at iframes and 
editbox locations ?)
- In other pages it will work fine.

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

- RikaiKun 0.8
- Chrome 4.0.249.43
- Vista 64 SP2

Please provide any additional information below.

- The message is particularly useful because it's also a keyboard usage 
reference.
- The message "not displaying at all" seems harder to reproduce 
consistently.

Original issue reported on code.google.com by dpa...@gmail.com on 9 Jan 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Your issues are all very relevant and undesired behavior but it's essentially 
impossible to fix in chrome.

1) If it's not appearing at all that means that the message to hide the box is 
being 
sent to the extension at the same time which can happen if the CPU is busy or 
something.

2) It will display in every iframe.  I'm not sure if I can stop it from 
appearing in 
all the places if I want it to work in every iframe it definitely hurts the 
look, but 
it's a small issue I hope.  I'll continue looking for a fix.

Thanks.

Original comment by melin...@gmail.com on 9 Jan 2010 at 3:58

GoogleCodeExporter commented 9 years ago
For #1 Seems like it could be fixed by counting display time from when the 
actual 
display is happening (if that info is available 8)

In any case no big deal 8)

Original comment by dpa...@gmail.com on 9 Jan 2010 at 5:08