KrofDrakula / microdata-tool

A drop-in script for testing and browsing HTML5 microdata
http://krofdrakula.github.com/microdata-tool
96 stars 18 forks source link

click/hover issues on chrome 8 + kubuntu #4

Closed gasperk closed 13 years ago

gasperk commented 13 years ago

http://krofdrakula.github.com/microdata-tool/ [person] link:

KrofDrakula commented 13 years ago

Middle click and ctrl+click seem to work fine on Windows, I'll have a look at the Linux implementation.

KrofDrakula commented 13 years ago

Can you reproduce this issue on the latest stable version on Kubuntu? I'm inclined to close this issue unless this persist on current versions.

gasperk commented 13 years ago

still the same, the custom hint popup (on hover) is outside the window viewport. The native hint shows the same information and works fine.

Right click shows browser menu now, left/middle toggle properties.

KrofDrakula commented 13 years ago

The clicks are all behaving the same on all platforms, then.

The popup hint is platform-dependent (using the title attribute on the elements), so I'm not sure what you mean by native hint. Try grabbing a demo screencast: http://www.screenr.com/

KrofDrakula commented 13 years ago

Closing this issue; don't want to implement a custom hover just because a platform misimplements hover hints.