~ubuntu-branches/ubuntu/trusty/vdr-plugin-live/trusty-proposed

« back to all changes in this revision

Viewing changes to javascript/BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Schmidt
  • Date: 2007-07-02 21:02:17 UTC
  • Revision ID: james.westby@ubuntu.com-20070702210217-d34t69xf1qosqgvc
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Id: BUGS,v 1.1 2007/01/04 22:29:18 thomas Exp $
 
2
These are the known bugs/issues in the DOM Tooltip library:
 
3
 
 
4
- Opera7 popups up a native tooltip title for the link, which goes over the custom tooltip
 
5
  (all you need to do is disable tooltips in the opera preferences)
 
6
 
 
7
- you cannot use the margin style on the body in Opera7, you have to use padding instead
 
8
  you can read over at opera.com why they don't support this...apparently not a legit style
 
9
 
 
10
- offset* properties do not account for margins, so styles with margins could lead to issues
 
11
 
 
12
- fading in and fading out in mozilla is somewhat flaky...it works but has flickering...this
 
13
  flickering is NOT the tooltip code, it is the rendering of the styles in mozilla...only time
 
14
  will help us here (this seems to be resolved in Firefox 1.0)
 
15
 
 
16
- inframe tips do not appear over top of the iframe in Opera and Konqueror