diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
commit | 710c48f908290c52b93e57e29741fcd0696b2d22 (patch) | |
tree | cefaa11c5d529041a64ec793cecf95d13c48e242 /javascript/BUGS | |
parent | d4d1dec8f3f204ad0d7abac3b553c5023a4324bd (diff) | |
download | vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.gz vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'javascript/BUGS')
-rw-r--r-- | javascript/BUGS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/javascript/BUGS b/javascript/BUGS new file mode 100644 index 0000000..c7ca7f3 --- /dev/null +++ b/javascript/BUGS @@ -0,0 +1,16 @@ +$Id: BUGS,v 1.1 2007/01/04 22:29:18 thomas Exp $ +These are the known bugs/issues in the DOM Tooltip library: + +- Opera7 popups up a native tooltip title for the link, which goes over the custom tooltip + (all you need to do is disable tooltips in the opera preferences) + +- you cannot use the margin style on the body in Opera7, you have to use padding instead + you can read over at opera.com why they don't support this...apparently not a legit style + +- offset* properties do not account for margins, so styles with margins could lead to issues + +- fading in and fading out in mozilla is somewhat flaky...it works but has flickering...this + flickering is NOT the tooltip code, it is the rendering of the styles in mozilla...only time + will help us here (this seems to be resolved in Firefox 1.0) + +- inframe tips do not appear over top of the iframe in Opera and Konqueror |